RE: [OT] customizing JSF view management (was [shale][struts-faces] structured URLs with JSF (reprised))

2005-12-27 Thread Daniel Blumenthal
, December 27, 2005 1:27 PM To: 'Struts Users Mailing List' Subject: RE: [OT] customizing JSF view management (was [shale][struts-faces] structured URLs with JSF (reprised)) Is there a way to get the view as in the name of the jsp page within the code? Shawn -Original Message

RE: [OT] customizing JSF view management (was [shale][struts-faces] structured URLs with JSF (reprised))

2005-12-27 Thread Gary VanMatre
, 2005 1:27 PM To: 'Struts Users Mailing List' Subject: RE: [OT] customizing JSF view management (was [shale][struts-faces] structured URLs with JSF (reprised)) Is there a way to get the view as in the name of the jsp page within the code? Shawn -Original Message

Re: [OT] customizing JSF view management (was [shale][struts-faces] structured URLs with JSF (reprised))

2005-12-22 Thread Laurie Harper
I think I've found an easier way... It looks like both our needs can be met by installing a custom ViewHandler that just delegates all methods to its parent, but which changes the viewId passed into createView before calling super.createView: public class ProjectivaViewHandler extends

Re: [OT] customizing JSF view management (was [shale][struts-faces] structured URLs with JSF (reprised))

2005-12-22 Thread Craig McClanahan
On 12/22/05, Laurie Harper [EMAIL PROTECTED] wrote: I think I've found an easier way... It looks like both our needs can be met by installing a custom ViewHandler that just delegates all methods to its parent, but which changes the viewId passed into createView before calling

Re: [OT] customizing JSF view management (was [shale][struts-faces] structured URLs with JSF (reprised))

2005-12-22 Thread Laurie Harper
Craig McClanahan wrote: On 12/22/05, Laurie Harper [EMAIL PROTECTED] wrote: I think I've found an easier way... It looks like both our needs can be met by installing a custom ViewHandler that just delegates all methods to its parent, but which changes the viewId passed into createView before

RE: [OT] customizing JSF view management (was [shale][struts-faces] structured URLs with JSF (reprised))

2005-12-22 Thread David G. Friedman
] Behalf Of Laurie Harper Sent: Friday, December 23, 2005 12:59 AM To: user@struts.apache.org Subject: Re: [OT] customizing JSF view management (was [shale][struts-faces] structured URLs with JSF (reprised)) Craig McClanahan wrote: On 12/22/05, Laurie Harper [EMAIL PROTECTED] wrote: I think I've