Hi, I think i'm missing some fundamentals in the problem below regarding page flows and border components.
Take a look at my test app at http:// gurpal.dyndns.org: 8080/dwc/app (i've put in spaces in this URL to prevent URL mining). 1. In the Search box type in say something like "pop" and you'll see some results 2. Note that the word "pop" didn't get "saved" inside the search box 3. Now in the SAME page (with the results from previous search) type in say "beats" and you'll see some results 4. Note that THIS time the word "beats" got saved. Why doesn't the word that you enter gets saved in the first hit? Here is how the page is constructed: 1. Border component which contains the header of the page (search box and some navigation links) 2. A Home page which is quite empty except for a line of text 3. A Result page which shows a simple table via a DB lookup 4. The Border component contains the Go! button listener which then sets the text in the Result page 5. The Result page then uses the text and performs the DB lookup Is this the Best Practice method of doing this? I'll be attaching some code later today, but like to get this thread started if anyone has any ideas. Thanks, -- View this message in context: http://www.nabble.com/Page-workflow-Border-component-issue-tf2428952.html#a6772394 Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]