You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Miguel Angel Medina Lopez <ma...@logic-factory.com> on 2002/10/04 15:05:14 UTC

Dynamic text fields

Hi all:

I want to create dynamic text fields in a form and I following the example
form a previos thread of the list. In my JSP I have the following:

<%
  String name="foo";
%>
<html:text property="<%= name %>" size="50"/>

and when I execute it throw the next exception:


                           [ServletException
in:/WEB-INF/paginas/cuerpos/privado/cuerpo-insertarfaq.jsp] No getter
                           method for property <%= name %> of bean
org.apache.struts.taglib.html.BEAN'

What am I doing wrong?

Thank you in advance

MAML


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>