Jérôme,
  Thanks for getting back to me so quickly! Unfortunately, that change did 
nothing - I'm still routed back to the login page. :-(

Thanks,
Eric Stein

new eulaView.jsp:
<jsp:directive.include file="includes/top.jsp" />

<form:form commandName="confirmEula" method="post">
   <div>
       This is our end user license agreement. Do you agree?
   </div>
  
   <input type="hidden" name="_flowExecutionKey" value="${flowExecutionKey}" />
   <input type="submit" class="button" name="_eventId" value="eulaConfirmed" />

</form:form>

<jsp:directive.include file="includes/bottom.jsp" />

-----Original Message-----
From: jleleu [mailto:[email protected]] 
Sent: Tuesday, January 22, 2013 2:40 PM
To: [email protected]
Subject: re:[cas-user] login-webflow.xml confusion

Hi,

To target the transition "eulaConfirmed", you need to add :
 <input type="hidden" name="_eventId" value="eulaConfirmed" /> in the form of 
your eulaView.jsp file.

Best regards,
Jérôme

--
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

Reply via email to