Re: Struts1 to Struts2 Migration. Missing getOnsubmit() in FormTag

2021-12-11 Thread Lukasz Lenart
pt., 10 gru 2021 o 16:37 Krishnaraj Viswanathan napisaƂ(a): > > Hi, > I am migrating a big project from Struts1 to Struts2. In our struts1 > project, we have extended and customised the > org.apache.struts.taglib.html.FormTag. > > Did some search and found that the > org.apache.

Struts1 to Struts2 Migration. Missing getOnsubmit() in FormTag

2021-12-10 Thread Krishnaraj Viswanathan
Hi, I am migrating a big project from Struts1 to Struts2. In our struts1 project, we have extended and customised the org.apache.struts.taglib.html.FormTag. Did some search and found that the org.apache.struts2.views.jsp.ui.FormTag is the equivalent in Struts2. My curr