When I do this
<html:link page="/editLoginInfo.do"
paramId="srcAction" paramName="personalInfoForm"
paramProperty="personal"
paramId="action" paramName="personalInfoForm" paramProperty="action"
paramId="personnelID" paramName="personalInfoForm"
paramProperty="personnelID"
>
<bean:message key="loginInfo.title"/>
</html:link>
The rendered URL is
<a
href="http://192.168.0.190:8082/mm06/editLoginInfo.do?personnelID=1">Login
Information</a>
If I change the order of the paramId's the rendered query string only
contains the last parameter specified.
I know I can use a hashtable of parameters, but I'm trying to get it to work
this way.
Cheers
Peter