hi,

I have a tapestry page which displays a text entry field for each item in
an array.  These fields are for entering cheque numbers, and there is also
an Activate button.  If activate is pushed whilst one of the cheque number
fields is blank, then I (correctly) get an exception raised - "all cheque
numbers must be entered"  This is shown to the user using a custom
exception page.

Here's where my problems start.  If I now click back on the exception page
(which does a javascript:history.back()), fill in the missing cheque
number, and then click Activate again, the newly entered cheque number
does not get through to the model behind the array of cheque number
fields.

Does anyone have any idea why?  Or any pointers as to where to look?

Cheers,

Tim.


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

Reply via email to