Java Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesJava Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old February 19th, 2002, 12:44 PM
wolfespawn wolfespawn is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2001
Posts: 68 wolfespawn User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 13
Send a message via AIM to wolfespawn
Java tag inside JSP include action???

not sure how to explain my problem...

i have some tags that retrieve file path's to pages that need to be included inside a JSP page... the tags return a path that needs to go inside of a JSP action... for example

<jsp:include page="<MyTag pageNumber=4/>" flush="true" />

the MyTag is returning the proper path, but the include page is not seeing the path.. i have tried every way possible with quotes (i think) to wrap the 4 in (because attributes are supposed to have quotes) but i couldnt get it to recognize the variable...

i also tried making my tag that loads the pages into a hashmap load the same set of path's into the session... from there i would try this

<jsp:include page="<%(String)session.getAttribute("4"); %>" flush="true" />

or whatever.. anyhow... none of this worked.. the only way i could get it to work was to declare strings in my JSP page and set them to the session attributes and then throw the string variables in my jsp includes...

i want to know if anyone has ever been able to use a TAG inside of the <jsp:include page="TAG"> before?

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesJava Help > Java tag inside JSP include action???

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap