Have you tried examining the source of the generated page? :-)  I 
believe the name you will get comes from your form-bean declaration.  In 
your case (View -> Source to double-check me ;-) the name would be 
ldapsearchform.

Chuck has a really good book you should read ... buy ... advocate ;-) 
 (not necessarily in that order)

Don't specify the name for your form in the html:form tag - use whatever 
name you want to use in the form-bean declaration.

Ramu, Manjukumar [PRDUS] wrote:

>Hi,
>       I am using <html:form action="/jjedslookup" name="jjedsform"> in JSP
>and
>    <action            path="/jjedslookup"
>                       type="com.jnj.prd.action.LdapSearchAction"
>               name="ldapsearchform"
>               scope="request"
>               input="/jjedslookup.jsp"
>               validate="false">
>    </action>
>
>in Struts-Config.xml
>



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

Reply via email to