problem with customtag
PremSep 26 2011 — edited Sep 26 2011Hi 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..