Project

General

Profile

« Previous | Next » 

Revision 8536

use explicit accessor for clientViewBean sessionid since the taglib was resulting in a blank page.

View differences:

SaeonLogin.jspx
198 198
			<jsp:attribute name="name">sessionid</jsp:attribute>
199 199
			<jsp:attribute name="type">hidden</jsp:attribute>
200 200
			<jsp:attribute name="value">
201
				<jsp:getProperty name="clientViewBean" property="sessionid" />
201
				<jsp:expression>clientViewBean.getSessionid()</jsp:expression>
202 202
			</jsp:attribute>
203 203
		</jsp:element>
204 204
		<input type="text" id="anyfield" name="anyfield" value="" size="14" />

Also available in: Unified diff