<bean:write scope="session" name="USERSESSION" property="userId" />
<html:text tabindex="1" name="RequestForm" property="currentuser" value='<bean:write scope="session" name="USERSESSION" property="userId" />' readonly="true"/>
What are the other ways to assign Bean value to Html:text default value