Re: ViewController.prerender()

2006-12-15 Thread Torsten Krah
Thx for help. I got the point why prerender is not called - looking at the phaselistener there is following code in the beforeRenderResponse() method: ... Map map = event.getFacesContext().getExternalContext().getRequestMap(); String viewName = (String)

Re: ViewController.prerender()

2006-12-15 Thread Torsten Krah
Gary E-Mail-Nachricht-Anlage Weitergeleitete Nachricht Von: Torsten Krah [EMAIL PROTECTED] An: user@shale.apache.org Betreff: Re: ViewController.prerender() Datum: Fri, 15 Dec 2006 17:03:58 + Thx for help. I got the point why prerender is not called

RE: ViewController.prerender()

2006-11-21 Thread Torsten Krah
] On Behalf Of Craig McClanahan Sent: Thursday, October 12, 2006 12:56 PM To: user@shale.apache.org Subject: Re: ViewController.prerender() On 10/12/06, Baker,Jonathan [EMAIL PROTECTED] wrote: I currently have a page with a list of items on it. For each line, there is a link to select one

RE: ViewController.prerender()

2006-11-21 Thread Gary VanMatre
: Re: ViewController.prerender() On 10/12/06, Baker,Jonathan [EMAIL PROTECTED] wrote: I currently have a page with a list of items on it. For each line, there is a link to select one of the items. When an item is selected, the action method bound to that link fetches the item from

ViewController.prerender()

2006-10-12 Thread Baker,Jonathan
I currently have a page with a list of items on it. For each line, there is a link to select one of the items. When an item is selected, the action method bound to that link fetches the item from a database and retruns an outcome that has a navigation rule to navigate to a item detail page.

Re: ViewController.prerender()

2006-10-12 Thread Craig McClanahan
On 10/12/06, Baker,Jonathan [EMAIL PROTECTED] wrote: I currently have a page with a list of items on it. For each line, there is a link to select one of the items. When an item is selected, the action method bound to that link fetches the item from a database and retruns an outcome that has a

RE: ViewController.prerender()

2006-10-12 Thread Baker,Jonathan
Issue created https://issues.apache.org/struts/browse/SHALE-307 JB -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Thursday, October 12, 2006 12:56 PM To: user@shale.apache.org Subject: Re: ViewController.prerender() On 10/12