Re: Transfering control with struts-faces

2005-06-06 Thread Emond Papegaaij
On Tuesday 07 June 2005 00:29, Craig McClanahan wrote: > On 6/6/05, Emond Papegaaij <[EMAIL PROTECTED]> wrote: > I don't suppose it is > > > possible to have a single rule like this: > > > > /*.jsp > > > > * > > /{1}.do > > > > > > The rule matching part of this is *almost* possib

Re: Transfering control with struts-faces

2005-06-06 Thread Craig McClanahan
On 6/6/05, Emond Papegaaij <[EMAIL PROTECTED]> wrote: I don't suppose it is > possible to have a single rule like this: > > /*.jsp > > * > /{1}.do > > The rule matching part of this is *almost* possible. You can use a "*" wild card for and values. But you don't get the automa

Re: Transfering control with struts-faces

2005-06-06 Thread Emond Papegaaij
On Monday 06 June 2005 22:21, Craig McClanahan wrote: > On 6/6/05, Emond Papegaaij <[EMAIL PROTECTED]> wrote: > > On Monday 06 June 2005 18:06, [EMAIL PROTECTED] wrote: > > > I believe that you can use a string instead of a binding expression, > > > like you would a action forward (action='next') >

Re: Transfering control with struts-faces

2005-06-06 Thread Craig McClanahan
On 6/6/05, Emond Papegaaij <[EMAIL PROTECTED]> wrote: > On Monday 06 June 2005 18:06, [EMAIL PROTECTED] wrote: > > > Currently I'm using a construction similar to the one used in the > > > struts-faces examples. A backing bean contains the forwards and these are > > > called from the JSF with the f

Re: Transfering control with struts-faces

2005-06-06 Thread Emond Papegaaij
On Monday 06 June 2005 18:06, [EMAIL PROTECTED] wrote: > > Currently I'm using a construction similar to the one used in the > > struts-faces examples. A backing bean contains the forwards and these are > > called from the JSF with the following code: > > 'action="#{backing.forward}"'. However this

Re: Transfering control with struts-faces

2005-06-06 Thread gvanmatre
> Hello, > > I'm looking for a elegant way of transfering control from a JSF page back to > an action. The situation is as follows: > An action has its 'input' set to the JSF page and forwards control to > 'getInputForward'. The JSF page contains several input fields and a > navigation panel, u