| 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
|
|
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]
|
 |
 |
|
|
subject: problem with body content of jsp tag
|
|
|