I am using <bean:write/>
tag in my struts program to catch my data into text field but I want to update/edit those data which is coming by this tag so I want to use <html:text/>
tag with <bean:write/>
, is it possible?
is there any other option to update <bean:write/>
tag's data.
I am using this tag like -
<bean:write name="Customer" property="lastname"/>