You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Anil Kumar T <an...@infics.com> on 2006/12/05 13:54:24 UTC

working with radio buttons with html tags.

Hi All,



Am trying to display a radio button according to the value in the
database.

The way am trying is ...

                              <logic:equal property="realStatus"
value="<%=TIMKeys.ACT_FLAG%>">

                                    <html:radio property="realStatus"
value="A" checked="true"/><%=TIMKeys.IM_ACTIVE_STATUS%>

                                    <html:radio property="realStatus"
value="D" /><%=TIMKeys.IM_INACTIVE_STATUS%>

                              </logic:equal>   



But the IDE shows the below msg during compilation.

JspTranslate: Attribute selected invalid according to the specified TLD.




Can any body help me how to rectify this.? Any links would be helpful..

Anil.



Information transmitted by this e-mail is proprietary to Infinite Computer Solutions and / or its Customers and is intended for use only by the individual or the entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If you are not the intended recipient or it appears that this mail has been forwarded to you without proper authority, you are notified that any use or dissemination of this information in any manner is strictly prohibited. In such cases, please notify us immediately at info.in@infics.com and delete this email from your records.