I need to submit the form when the <html:link ..... > is clicked/pressed and 
also need to pass parameters. 

 

<c:url value="/setup.do" var="setupUrl">

<c:param name="empId" value="${custItr.empId}"/>

</c:url>

<html:link href="<%= (String)pageContext.getAttribute(\"setupUrl\") %>" 
transaction="true" >

<c:out value="${custItr.empName}"/>

</html:link>

 

but this is not submitting the form. How can I submit the form and also pass 
the request params? Basically I want other values entered in the html form are 
set to the form bean so i can acess those in action class when the link is 
pressed.

 

How can this be done?

 

Thanks.
                                          
_________________________________________________________________
Hotmail: Trusted email with Microsoft's powerful SPAM protection.
http://clk.atdmt.com/GBL/go/177141664/direct/01/
http://clk.atdmt.com/GBL/go/177141664/direct/01/

Reply via email to