Thank you for your response;

The Bean is attached and what I invoke from a JSP, the way.

<bean:define id="beanSerie" name="BEAN_SERIE_CIR"
type="com.trapsatur.web.comun.view.BeanResultado"/>

<html:select   property="Serie" styleClass="txCircuitoSelect">
        <html:options name="beanSerie" property="codigo" 
                labelName="beanSerie" labelProperty ="descripcion" />
</html:select>

Any help, thank

-----Mensaje original-----
De: news [mailto:[EMAIL PROTECTED] En nombre de Laurie Harper
Enviado el: martes, 29 de abril de 2008 18:28
Para: user@struts.apache.org
Asunto: Re: Install Struts.

What is the bean under name beanSerie? Does it have a getCodigo() 
method? Is it public? Is the class public? Without more info it's 
impossible to diagnose definitively.

L.

Christian Villamizar wrote:
> Hello and good day; 
> 
> I'm trying to migrate an application that is made in Struts and hosted
"Tomcat/4.1.31" and works well.
> Now I want to operate in a Tomcat 5 or 6 but when I try to make the
migration are errors such as:
> 
>   - This error only appears in JSP with forms, whether it helps.
> 
> [ServletException in:/tiles/pages/circuitos/mostrarCircuito.jsp] No
getter method available for property codigo for bean 
> under name beanSerie' javax.servlet.ServletException: No getter method
available for property codigo for bean under name 
> beanSerie at
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageCont
extImpl.java:841) at 
>
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContex
tImpl.java:774) at 
>
org.apache.jsp.tiles.pages.circuitos.mostrarCircuito_jsp._jspService(mos
trarCircuito_jsp.java:1057) at 
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at 
>
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:331) at 
>
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) 
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at 
>
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:269) at 
>
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188) at 
>
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatc
her.java:679) at 
>
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDisp
atcher.java:584) at 
>
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispat
cher.java:497) at 
>
org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.ja
va:965) at 
>
org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:6
00) at 
>
org.apache.struts.tiles.TilesUtilImpl.doInclude(TilesUtilImpl.java:137)
at


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to