Re: Onclick of html:link

2005-08-03 Thread Michael Jouravlev
On 8/3/05, Amol Yadwadkar <[EMAIL PROTECTED]> 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

Onclick of html:link

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. Th