Hi all,
I want to submit a the parameters sction, login and id. But in my xxxAction
there are in the parameter list that was submit is no parameter with the
name login or id, only submit. the fallowing code I have in the JSP file:

<td>
        <input type="submit" name="action" value="L&ouml;schen">
        <html:hidden property="login" value="stefanf"/>
        <html:hidden property="id" value="5"/>
</td>

Can somebody help me?

Stefan

Reply via email to