|
From: <pe...@us...> - 2003-12-15 23:31:58
|
Update of /cvsroot/neuclear/neuclear-pay/src/webapp
In directory sc8-pr-cvs1:/tmp/cvs-serv26037/src/webapp
Modified Files:
index.jsp
Log Message:
added ServletTools.getInitParam() which first tries the ServletConfig, then the context config.
All the web.xml's have been updated to support this. Also various further generalizations have been done throughout
for getServiceid(), getTitle(), getSigner()
Index: index.jsp
===================================================================
RCS file: /cvsroot/neuclear/neuclear-pay/src/webapp/index.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** index.jsp 18 Nov 2003 23:34:30 -0000 1.1
--- index.jsp 15 Dec 2003 23:31:54 -0000 1.2
***************
*** 22,26 ****
if(!loggedin){
%>
! <form action="/Authorize" method="POST">
<table bgcolor="#FFFFE0"><tr><td valign="top">
<input name="identity" value="<%=(userns!=null)?userns.getName():""%>" type="text" size="30">
--- 22,26 ----
if(!loggedin){
%>
! <form action="Authorize" method="POST">
<table bgcolor="#FFFFE0"><tr><td valign="top">
<input name="identity" value="<%=(userns!=null)?userns.getName():""%>" type="text" size="30">
|