Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

problem with customtag

PremSep 26 2011 — edited Sep 26 2011
Hi sorry to post this problem here...

I have created a custom tag say <test:customTag>

when this tag encounters everything is executed fine but end tag </test:customTag> is encounterd when certain condition is true like this

<%if(condition==true){%>

</test:customTag>

<%i}%>

endTag needs to be executed on certain condition and only at that time doEndTag() needs to be executed as well. But it is giving me compile error ..

Please suggest what needs to do..

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 24 2011
Added on Sep 26 2011
2 comments
125 views