Some of the suggested solutions can be implemented once per the entire application by using an intercaptor.
Type: Posts; User: ybardavid; Keyword(s):
Some of the suggested solutions can be implemented once per the entire application by using an intercaptor.
YOu can also check the referrer http header, and check if the page hit came from the application or not. Very few users disable this header field in their browser
Yes, I could do this, but it's more hassle: I have to save the command of the first screen (which includes the product selection) on the session until the next Wizard completes, need to know when to...
I have a link in the "home" page for "Create Product". This link is to the first page of the wizard, which asks about the product category. The second page (and on) are defined by category. If cannot...
I have a wizard (multi step) form. The user's first page determines how many pages the wizard will have and the content of some of the pages. In the first wizard page the user selects a product, and...