We've upgraded to Spring Web Flow 2, so you have to follow Web Flow 2 conventions. That means the FormAction is no longer used (so no editing the cas-servlet.xml for that purpose), but a change to the view item for the page (referencing your credentials class).
Cheers, Scott On Mon, Apr 19, 2010 at 1:12 AM, Praveen Krishnan < [email protected]> wrote: > > Hi, > > I am trying to do something similar to the usecase u have mentioned above, > except that i have my own UsernamePasswordCredentials impl with custom > fiels, in addn to userid & passwd. > > This is what we were doing previous to our upgrade. We had a formObject > param in the AuthenticationViaFormAction and we were setting our custom > credentials object. > > We have upgraded to 3.4.2 and now that property has been refactored and > removed. We did not have our own custom login-webflow.xml, we were using > the > one that is inside the cas server. > > From your suggestion above, it seems to me that i shud have the copy of > login-webflow.xml in my local source, modify the view-state for > viewLoginForm action and redeploy. > > Can you please confirm if my understanding is correct? > -- > View this message in context: > http://n4.nabble.com/How-to-enable-remember-me-in-CAS-3-4-2-tp1744967p2015417.html > Sent from the CAS Users mailing list archive at Nabble.com. > > -- > 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
