aspose file tools
The moose likes JSP and the fly likes problem with body content of jsp tag Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "problem with body content of jsp tag" Watch "problem with body content of jsp tag" New topic
Author

problem with body content of jsp tag

Shashi Prakash
Ranch Hand

Joined: Mar 28, 2007
Posts: 40
Hi ,

I am writning a jsp custom tag which will need a body and body content should be evaluated .. I mean we can pass some dynamic parameter from page itself..

I was checking if <body-content>jsp</body-content> will be fine???

I searched and saw somewhere that we can use <bodycontent>jsp</bodycontent>..

but I am not really sure about the difference between <bodycontent></bodycontent>. and <body-content></body-content>...

Are these two different things?


Thanks,<br />Target Scwcd<br />SCJP 1.4
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56554
    
  14

It depends upon what version of JSP you are using. Check the JSP Specification for the version that you are using.
[ July 12, 2007: Message edited by: Bear Bibeault ]

[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: problem with body content of jsp tag
 
Similar Threads
Not able to get the bodycontent
custom tags doubt - TLD tag
Is body-content="JSP" useless now ?
Tag Handler - how to capture body of a tag???
Tag Library elements