Hi,

How do i send an input to one of my get methods in Formbean from my JSP... 
It is something like i have String of 10 chars and i want only the first five 
chars. This input will be send by jsp. Based on the input my get method should 
return a value.
I was using something like this and it was working fine with jdk131_03
<bean:write name="user" property="username[1]"/>
The same is not working with other versions of JDK.

Thanks
Naveen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to