Hi,
Another quick question I have is I’m using the below .xml file to post two parameters to a .jsp page which seems to work ok because I have copied the SSO-test.jsp page code and the output work fine. But now I want to write my own code and want to know how to call back a posted parameter and print the individual one to screen for example the username on its own?
i.e. Your username is: XXXXXX
Regards,
Michael Coutanche
System Management & Development Engineer
Weymouth College
Email mike_co...@weymouth.ac.uk
Tel (01305) 208742
Fax (01305) 208815
<gateway peephole="gateway_main">
<title>eILP Test</title>
<!--<sso-entry handle="sakai" class="largeSakai"> -->
<sso-entry handle="eILP" class="largeeILP">
<label>eILP Test</label>
<description>Weymouth College eILP Test</description>
<target handle="log">
<url>http://localhost:8080/AcademusApps/rendering/jsp/sso-eilp.jsp</url>
<method>post</method>
<parameter name="eid"><value>{user.login.id}</value></parameter>
<parameter name="pw"><value>{password}</value></parameter>
</target>
<sequence type="login">
<target handle="log" />
</sequence>
<!-- Portlet Window Size and Style -->
<window type="iframe">
<title>eILP Test</title>
<name>eILP Test</name>
<style>width: 100%; height: 300px; border: 0px;</style>
</window>
</sso-entry>
</gateway>
Don’t panic I have sorted this now way being silly.
Thanks
______________________________________________________________________
This email has been scanned for viruses by the Email Protection Agency.
For more information please visit http://www.epagency.net
______________________________________________________________________