Let me put it this way: you do not have the slightest clue as to what you are doing. This is so basic to Struts, it's impossible to give any advise other than "buy a book."
Mark -----Original Message----- From: Miguel Angel Medina Lopez [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 9:05 AM 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

