Hi!

I use the <html:form> tag in my jsps. For example:

<html:form action="/prodgroups">

This will be rendered to

...
<form name="pgForm" action="/myapp/prodgroups.do">
...

Now i need to have an parameter in that action, something like this:

...
<form name="pgForm" action="/myapp/prodgroups.do;param1=value1">
...

At least the value needs to be dynamic. 
I can't find a solution. Any suggestions?

Kind regards
Henning

-- 
Telefonieren Sie schon oder sparen Sie noch?
NEU: GMX Phone_Flat http://www.gmx.net/de/go/telefonie

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

Reply via email to