hi there,
actually we r converting jsp pages to struts compliant. in the process of doing so we
r facing problems.we r stuck up at the problem given below:-
<input type=text name="<%=objParam.m_strColumnName%><%=intInsideLoopCounter%>"
size=<%=intLength+1%> MAXLENGTH=<%=intLength%>">
in the above jsp page
'name' can take any dynamic values that
'objParam.m_strColumnName'+ 'intInsideLoopCounter' will have.
for this we converted using Struts as :::
<html:text property="<%=objParam.m_strColumnName%><%=intInsideLoopCounter%>"
size=<%=intLength+1%> MAXLENGTH=<%=intLength%>" />
But the problem is we are not able to find what its setter and getter methods will
be in the ActionForm class as the property name can be anything.
send the reply as soon as possible....,
thanks,
sanjeev
-------------------------------------------------
This mail helped a tree grow. Know more at http://green.sify.com
Take the shortest route to success!
Click here to know how http://education.sify.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>