> Hi,
> 
> Actually you would have the same problem on pages 2, 3, etc. 
> if there were
> any checkboxes.
> 
> we had the same problem and solved it by writing separate 
> reset functions
> for each page.
> 
> In the general action forms reset method an additional property (e.g.
> pageId) of the action 
> form controlls the execution of the correct reset function.
> 
> The value for the property (pageId) is set by the browse 
> buttons for your
> pages.
> 
> In our case we set the property in the action class extened by
> LookupDispatchAction, so if we 
> pressed the button for Page2 the property pageId is set to 
> page2 and only
> the reset method of
> page2 is executed.
> 
> Hope this helps...
 

Really neat solution!!!
Thanks a lot.

May be Mr Husted should add that one in his tips.

This e-mail is intended only for the above addressee. It may contain
privileged information. If you are not the addressee you must not copy,
distribute, disclose or use any of the information in it. If you have
received it in error please delete it and immediately notify the sender.
Security Notice: all e-mail, sent to or from this address, may be
accessed by someone other than the recipient, for system management and
security reasons. This access is controlled under Regulation of
Investigatory Powers Act 2000, Lawful Business Practises.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to