robinbajaj wrote:
This link talks about your issue
http://www.geocities.com/Colosseum/Field/7217/SW/struts/errors.html
search for text "No getter method for property XXXX of bean
org.apache.struts.taglib.html.BEAN"
on this link.
See if it helps,
robin
Venu Madhav-3 wrote:
Hi,
am trying to use datagrid from struts-layout tags. While
running the code am getting exception shown below
javax.servlet.jsp.JspException: No getter method available for property
datagrid for bean under name org.apache.struts.taglib.html.BEAN
But i wrote setters and getters for datagrid in bean. plz help me.
--
Regards,
Venu madhav.Yelamanchili
Developer,
WCS Team,
Miracle Software Systems,
[EMAIL PROTECTED]
Ph.No:+919963503613
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi ,
I gave the same name. Am sending my code plz check it out.
<layout:form action="/datagrid" reqCode="update" styleClass="PANEL"> -->
<layout:row>
<layout:datagrid property="*Datagrid*" selectionAllowed="true"
multipleSelectionAllowed="false" model="dataGrid">
<layout:datagridColumn title="Name" property="name"/>
<layout:datagridColumn title="Email" property="email"/>
<layout:datagridColumn title="ID" property="id"/>
</layout:datagrid>
<layout:column>
<layout:submit reqCode="update" >Save</layout:submit>
</layout:column>
</layout:row>
</layout:form>
My bean class contains
public Datagrid get*Datagrid*() {
return datagrid;
}
--
Regards,
Venu madhav.Yelamanchili
Developer,
WCS Team,
Miracle Software Systems,
[EMAIL PROTECTED]
Ph.No:+919963503613