Hi thanks for the help.

>Re 2) - presume you have a wizard-type app with same bean used in all
pages?
>What do you have in your reset() method?

I have a session bean 'requisition' that is used across a number of pages.
Within that bean I use another class 'requisitionLine' that has two boolean
values which are represented on my web pages with checkboxes.

In the reset method of my requisition class I have the following two lines:
        requisitionLine.setAddToInventory(false);
        requisitionLine.setRequestForQuote(false);

Am I doing something wrong?

Thanks

Alex

Alex Colic.vcf

Reply via email to