You'd register it the way the current one is registered. I haven't worked with Spring Web Flow 1 in a while. I've mostly been using 2 so I forget a lot of the configuration, unfortunately.
You may be able to use multiple views. As I said in a different thread, I've never done this so I don't know exactly what is the best way to do it. We really don't recommend it. Cheers, Scott On Wed, Jul 22, 2009 at 4:36 AM, Jean-Noel Colin <[email protected]> wrote: > Scott, > Thanks for the hint; I guess it requires creating a custom > login-webflow.xml and jsp but how can I register it? And how can I select > one or the other webflow? > > Can't I use multiple views? Is there a way to specify the view to use from > the client? > > Cheers > > Jean-Noël > > > On 21 Jul 2009, at 13:14, Scott Battaglia wrote: > > You'd have to have multiple instances of the login flow that show the > correct views. > > Cheers, > Scott > > > On Mon, Jul 20, 2009 at 4:19 AM, Jean-Noel Colin <[email protected]>wrote: > >> Hi >> >> I would like to know how can I have multiple sets of forms, depending on >> the client; for instance, I have one client that uses the standard redirect >> process (Client -> CAS server -> Client), in which case I need a complete >> login page, with logo,... ; but I also have some clients that simply include >> a very basic form from the CAS server in a iframe on the Client, so this >> form obviously needs to be different from the first case. How can I handle >> this situation? >> >> Thanks for your help >> >> Jean-Noel Colin >> >> -- >> You are currently subscribed to [email protected] as: >> [email protected] >> To unsubscribe, change settings or access archives, see >> http://www.ja-sig.org/wiki/display/JSG/cas-user >> > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
