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: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>