| Author |
No getter method for property weblogic 8.1
|
Ashok Kumar Vytla
Greenhorn
Joined: Mar 25, 2003
Posts: 7
|
|
Hi All, I am getting a strange exception with weblogic 8.1 server with struts 1.1. Where the same code is working in weblogic 7.0 with struts 1.1. I guess this is problem with weblogic 8.1 version.Can any one help me out with this.Thanks in advance. Ashok. The Exception is ************************* javax.servlet.jsp.JspException: No getter method for property lineItem.itemNumber of bean org.apache.struts.taglib.html.BEAN at org.apache.struts.util.RequestUtils.lookup(RequestUtils.java:863) at org.apache.struts.taglib.html.BaseFieldTag.doStartTag(BaseFieldTag.java:176) at jsp_servlet._prompt2._reconcile.__viewupdateinvoiceitemdetail._jspService(__viewupdateinvoiceitemdetail.java:564) ************************* My Jsp code looks like this <logic:iterate id="invoice" name="viewUpdateEdiInvoiceForm" property="invoiceCollection" indexId="myIndex" type="com.omiintl.convergence.prompt2.invoice.model.InvoiceLineItemDTO"> <bean efine id="itemId" name="myIndex" type="java.lang.Integer"/> <tr> <td width="42"><html:radio value="<%= itemId.toString()%>" property="selected"/> </td> <td width="95" noWrap><html:text name="invoice" indexed="true" property="lineItem.itemSequence" styleClass="INPUTTINYREADONLY" readonly="true"/> <html:text name="invoice" indexed="true" property="lineItem.itemNumber" styleClass="INPUTMEDIUMREADONLY" readonly="true" /></td> </logic:iterate>
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
Moving to the Struts forum. bear
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: No getter method for property weblogic 8.1
|
|
|