aspose file tools
The moose likes Struts and the fly likes No getter method for property  weblogic 8.1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "No getter method for property  weblogic 8.1" Watch "No getter method for property  weblogic 8.1" New topic
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
    
  14

Moving to the Struts forum.
bear


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: No getter method for property weblogic 8.1
 
Similar Threads
Problem in hiding the row of data
Automatic Population of Indexed Fields
EL with Struts
Javascript and Struts Indexed Text Boxes
Struts Indexed Properties (again)