I don't see the rest of the form here, and it's not clear why you are
mixing plain HTML and Struts HTML tags in this way. If your ActionForm
has the properties login and id, then you should use the Struts
html:submit and enclosing Struts html:form tags as well.

-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel 716 737-3463.
-- http://www.husted.com/about/struts/


Stefan Faist wrote:
> 
> 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