Hi Abhishek! I think there are some suggestions in the mailing list concering multiple submit buttons (try 'multiple submit'). But why don't you design a selection list in the form for the CRUD-Operations? There you only have to request the concerning selection property value and you can decide where to forward. I have done so in my CRUD-Forms it works very fine.
Regards Thomas -----Original Message----- >From : Abhishek Srivastava <[EMAIL PROTECTED]> To : �Struts-User (E-mail)� <[EMAIL PROTECTED]> Date : 30 November 2001 09:34:25 Subject : How to get ActionForm as input Hello All,> >I have a <html:form> this form can be used to create, read, update and >delete a record from a ejb service. > >Since one form can have only one <html:submit /> button, I have created all >four of these operations as hyperlinks. > >Now when I click on these links My Action does get executed, but nothing of >ActionForm is populated. The reason I guess is that I have not done a >Form-submit > >How can I have the ActionForm populated? I tried giving the input attribute >to the actionmapping in struts.config but that did not help. > > >Is it possible that I can have multiple <html:submit buttons each pointing >to a different action. that way also I can solve my problem. >Else there should be some way to populate the Form even when a form.submit >was not done. > >Please help. > >regards, >Abhishek. > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > >:-) As sceptical as one can be! (-:< ---------- Get a free, personalised email address at http://another.com TXT ALRT! Stop wasting money now. Send FREE, personalised txt msgs to UK mobile phones from http://another.com
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

