hi all,

I have a question regarding nested tag.
can we use jsp scriptlet in struts nested tag for checking type of the bean
to iterate,for example....

<nested:notEmpty property="combine">            
<nested:iterate id="comfil" property="combine">
<% if(comfil instanceof SomeBean){%>
<ul>
<nested:root name="comfil">
<nested:iterate id="fil" property="year">
<li><%=fil%></li>
</nested:iterate>
</nested:root>
</ul>
<%}%>
</nested:iterate>
</nested:notEmpty>

will the above code work or do i have to follow different approach......?

any help is most welcome.......

regards,
anillu.

-- 
View this message in context: 
http://www.nabble.com/Can-we-use-jsp-scriptlets-in-struts-nested-tag%28%3Cnested%3Aiterate......%29-tf3900402.html#a11057310
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to