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 [EMAIL PROTECTED] and delete this email from your 
records.

Reply via email to