Hii <html:text property="functionName" size="15" value="<bean:write name="function" scope="request" property="functionName"/>" /> Its not working. How can i write ( set ) the bean value for my textbox
<input type="text" size="15" name="functionName" value="<bean:write name="function" scope="request" property="functionName"/>"> Its working. May be it will be very simple. But i couldnt get the solution yet. Any suggestion will helpe me better. Thanx Kalaiselvan.

