Re: [struts-faces] forwarding managed-bean event handler

2006-01-05 Thread David Bowers
TECTED]> wrote: > > -- Forwarded message -- > From: Craig McClanahan <[EMAIL PROTECTED]> > To: Struts Users Mailing List > Date: Wed, 4 Jan 2006 16:17:54 -0800 > Subject: Re: [struts-faces] forwarding managed-bean event handler > On 1/4/06, David Bowers &

Re: [struts-faces] forwarding managed-bean event handler

2006-01-04 Thread Craig McClanahan
On 1/4/06, David Bowers <[EMAIL PROTECTED]> wrote: > > Unless I'm missing something big, the struts-faces library doesn't > address the concern I was talking about. > Struts-faces allows a jsp page that uses JSF components to post back > to a Struts Action, and it allows events > from JSF component

Re: [struts-faces] forwarding managed-bean event handler

2006-01-04 Thread David Bowers
Unless I'm missing something big, the struts-faces library doesn't address the concern I was talking about. Struts-faces allows a jsp page that uses JSF components to post back to a Struts Action, and it allows events from JSF components to be handled by Struts actions (albeit very awkwardly, since

Re: [struts-faces] forwarding managed-bean event handler

2006-01-04 Thread Craig McClanahan
On 1/4/06, David Bowers <[EMAIL PROTECTED]> wrote: > > I'm trying to figure out a good way to start migrating from struts to JSF > (w/o Shale at this point). > > I've been thinking that it would be very handy if I could do something > like > this: > > path="/something"> >

Re: [struts-faces] forwarding managed-bean event handler

2006-01-04 Thread gramani
-David Bowers <[EMAIL PROTECTED]> wrote: - > I'm trying to figure out a good way to start migrating from struts to JSF > (w/o Shale at this point). Hi David, have you looked at the struts-faces integration library? I believe the intention for that library was to do just what you propose

[struts-faces] forwarding managed-bean event handler

2006-01-04 Thread David Bowers
I'm trying to figure out a good way to start migrating from struts to JSF (w/o Shale at this point). I've been thinking that it would be very handy if I could do something like this: Then the expression that is forwarded to would be passed to the JSF application an