RE: The design of bread crumb trail

2007-05-12 Thread Ray Clough
I hope I am interpreting your question properly. If not, sorry. It sounds like you are asking when you return to page 1 from page 2 should you re-populate the page 1 form. The answer is usually yes. Either Struts-1 or Struts-2 tags will help in the re-population. If you want to use plain html

RE: The design of bread crumb trail

2007-05-10 Thread Zhang, Larry \(L.\)
Thanks for the answers, but I would like a direct answer to my questions (1)... (2)... . Any thoughts? -Original Message- From: Ray Clough [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 1:41 PM To: Struts Users Mailing List Subject: Re: The design of bread crumb trail Are you

Re: The design of bread crumb trail

2007-05-10 Thread Ray Clough
Are you using S1 or S2? I once implemented a S1 bread-crumbs facility using a custom RequestProcessor to put a stack of page url's into the user's session. This worked well, and allowed a page to return to any of the last 3 pages. I used it to go from the catalog page, where the user made a

RE: The design of bread crumb trail

2007-05-10 Thread Edward Song
I would use the paging feature in ActionForms A single ActionForm can be used for the wizard style data collection. It also hooks in with the validator, allowing you to specify that for page 1, only page 1 fields will be validated, such as your name and your SSN. Since the ActionForm can have