I want to read some data from a bean and put it in a
string so I can ripp off some useless info from it. The code below prints "jan@isp1" on my page but how can I put this into a string that I can work with?
<
jsp:useBean id="userInfo" scope="request" class="model.UserInfo" />
<bean:write name="userInfo" property="info(publicDhcpUserName)"/>
I'm total newbie on this may I add, thanks \\Jan