--- Chandrakant wrote:
> <html:checkbox property="annuitType"
>     value="<c:out
>              value='${annuitType.annuitid}'>
>            </c:out>">
> </html:checkbox>

You can't nest tags like that.

Depending on what version of servlet/jsp your
container supports you can either use JSP EL directly
or the struts-el tags.

d.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to