Hello,
 
I have a third party application which uses struts 1.0.2 and i want migrate
it to use struts 1.1.
 
I already found an issue with that as it uses following line of code,
 
<bean:write name="org.apache.struts.taglib.html.FORM" property="name" />
 
This does not work because, as per my guess, the name property is deprecated
for Form taglib.
 
So i would like to get answers for following questions,
1. Is my understanding correct? And if yes, is there an alternative way to
achieve above (Basically i want to deduce the form name dynamically)?
2. What are other issues for this migration?
 
Your help is appreciated.
 
Thanks
Suhas

Reply via email to