| Author |
Creating your own tag
|
Anand Gondhiya
Ranch Hand
Joined: Feb 24, 2004
Posts: 155
|
|
Hi all, I am writing my own tag. Now, in this tag.java, I write - out.print("<bean:write...../>"); When I load JSP which use this tag, I see - <bean:write....../> and not the interpreted output. Could anyone please help me solve this?? Thanks,
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
You can't use other taglibs like that. You need to call their Java implementation directly.
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Anand Gondhiya
Ranch Hand
Joined: Feb 24, 2004
Posts: 155
|
|
|
Can you give me some examples ??
|
 |
 |
|
|
subject: Creating your own tag
|
|
|