Andrew,
Not a stupid question at all. As I stated and probably did not make clear is that when the service parameter is submitted from the form, it has a tendency to be ignored. However, I had more success appending the service parameter onto the action of the form. Why? I don't know. Right now, the form submission does not work with the service parameter neither as a hidden field in the form nor appended to the action of the form. I may just trash this instance of cas and rebuild another to see what happens... -j _____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew R Feller Sent: Monday, June 16, 2008 5:29 AM To: [email protected] Subject: RE: still Using CAS without the LoginScreen[http://www.ja-sig.org/wiki/display/CAS/Using+CAS+without+the +Login+Screen] Joseph, Stupid question: In your HTML form, why is the hidden form field "service" enclosed in comments? <!-- input type="hidden" name="service" id="service" /--> If this is still in your HTML, it makes sense why it was never submitted with the login form. It should be: <input type="hidden" name="service" id="service" /> HTH, Andrew R Feller, Analyst University Information Systems 200 Fred Frey Building Louisiana State University <http://www.lsu.edu/> Baton Rouge, LA, 70803 (225) 578-3737 (Office) (225) 578-6400 (Fax) ---------------------------------------------------------- IMPORTANT WARNING: This email (and any attachments) is only intended for the use of the person or entity to which it is addressed, and may contain information that is privileged and confidential. You, the recipient, are obligated to maintain it in a safe, secure and confidential manner. Unauthorized redisclosure or failure to maintain confidentiality may subject you to federal and state penalties. If you are not the intended recipient, please immediately notify us by return email, and delete this message from your computer. ----------------------------------------------------------
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
