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
rst time I participated in the mailing list. Edward -Original Message- From: Zhang, Larry (L.) [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 11:58 AM To: Struts Users Mailing List Subject: The design of bread crumb trail Say I have two Jsp pages, Page 1, Page 2. On page 1 I have

The design of bread crumb trail

2007-05-10 Thread Zhang, Larry \(L.\)
Say I have two Jsp pages, Page 1, Page 2. On page 1 I have some text fields such as Name, SSN for example, and the user types in Name and SSN and then submit the form and the navigation goes to page 2. On page 2 I have the bread crumb trail saying Page 1>> Page 2. Notice that Page 1 is a clickable