Re: How to set Properties of DynaActionForm on

2006-08-19 Thread Wendy Smoak
On 19 Aug 2006 07:47:35 -, Shailesh Barde <[EMAIL PROTECTED]> wrote: 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 ... If I use use html:submit then it happens as e

How to set Properties of DynaActionForm on

2006-08-19 Thread Shailesh Barde
  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. Tha