| Author |
tag body-content JSP
|
Sharmila Punde
Ranch Hand
Joined: Dec 26, 2007
Posts: 133
|
|
Dear All,
'.tld' file contains .
Can someone please give me example which shows how invoke a tag with body-content as JSP.
e.g.
Documentation says it can have anything that can go inside JSP. Does it take a whole jsp page, or include
directive, or standard action. What exactly it takes.
Thanks
|
Regards, Sharmila.
We will have a future if we save Nature!
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14685
|
|
|
Try to write a scriptlet or a JSP expression inside the body.
|
[My Blog]
All roads lead to JavaRanch
|
 |
Łukasz Suchecki
Ranch Hand
Joined: Aug 04, 2009
Posts: 55
|
|
|
and remember - you can have JSP body-content only for Classic Tags (tag files and Simple tags CAN'T have JSP body-content)
|
 |
Sharmila Punde
Ranch Hand
Joined: Dec 26, 2007
Posts: 133
|
|
Thanks Łukasz,Christophe
Will check it now
|
 |
 |
|
|
subject: tag body-content JSP
|
|
|