Hi Martin,

Thanks for the fast answer, i tried the javascript approach and it works,
that does give me some idea, in an intranet app, there are so entities that
are used often in the lookup, maybe components like DateField can be built
for them and use in the UI, this will make the app like a desktop app,
interesting.

A.C.


Martin Kersten-2 wrote:
> 
> 
> 1. Order Page -> Click
> 2. Supplier page shows up (same browser tab)
> 3. User selects supplier -> Click
> 4. Order page shows up again + supplier is changed.
> 5. Order page is submitted
> 
> or would you like this one:
> 
> 1. Order Page -> Click
> 2. User types in supplier or selects it
> 3. Order Page is submitted
> 
> The first flow is simply a Wizard / multi-page behavior.
> You need a special page to select the supplier. This page
> must know to redirect to the order page.
> 
> Idea: just use the order record ID + order id to refer to.
> (OnActivate + Persistance)
> 
> The second approach mentioned:
> 
> Use Java Script. Just open a popup just like a date selector.
> An here you are done. It just sounds you are working on a 
> Intranet (InHouse) application.
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/T5%3A-How-to-handle-lookup--tp15799598p15805438.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to