Re: [S2] Inner Tag Syntax

2007-01-29 Thread Struts2 Fan
Wonderful Dave. Its working " I am glad that you remembered # character :) Thank you so much.

RE: [S2] Inner Tag Syntax

2007-01-29 Thread Dave Newton
From: Struts2 Fan [mailto:[EMAIL PROTECTED] > > > > " > title=""/> > First of all, for clarity, I would create the url with an id and use it in the expression later. <%-- 10? --%> " title=""/> Hmm, might be %{#item.id}, I c

[S2] Inner Tag Syntax

2007-01-29 Thread Struts2 Fan
Hi Struts2 Users, I have a question. " title=""/> Here I used iterator tag and for the s:param's value (it is currently 10 above) I want to put the id property of the bean. (The bean has the property id.) How can I put it there? cannot be accepted there. Thanks