RE: Html:link with DynaActionForm

2005-08-04 Thread Chatzinikos, Fotis, VF-GR Consultant
d ready to the correct action Fotis -Original Message- From: Woodchuck [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 03, 2005 9:16 PM To: Struts Users Mailing List; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Html:link with DynaActionForm hihi, clicking on links (even on a

Re: Html:link with DynaActionForm

2005-08-03 Thread Woodchuck
hihi, clicking on links (even on a page with a form) does *not* submit the form at all. do not confuse this with the common or using javascript to submit forms via document.forms[0].submit(). when you click on a link such as http://www.mywebsite.com/myAction.do";>Click this link! no extra info

Re: Html:link with DynaActionForm

2005-08-03 Thread Laurie Harper
Amol Yadwadkar wrote: Hi List, I have a form where all the action are provided by link. I am using DynaActionform so when I click on html:link I do not get the Dynaform populated for the next page But If I use use html:submit then it happens as expected. Can any one have solution for th

Html:link with DynaActionForm

2005-08-03 Thread Amol Yadwadkar
Hi List, I have a form where all the action are provided by link. I am using DynaActionform so when I click on html:link I do not get the Dynaform populated for the next page But If I use use html:submit then it happens as expected. Can any one have solution for the above issue. Thank