Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-15 Thread Lukasz Lenart
2018-04-14 11:58 GMT+02:00 DevaGerald : > I don't use DMI. I have the following configured in struts.xml. > > > So is there any other way for me to disable strict method invocation? I am > just using struts 2 rest plugin. Hm... so how do you call those custom methods?

Re: struts2 freemarker.template.TemplateNotFoundException

2018-04-15 Thread Lukasz Lenart
What do you want to achieve? Do you use your own theme? Can you share configuration of the action and JSP? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2018-04-16 1:05 GMT+02:00 john lee : > Please help > I use struts2 to handle file upload, i

Simple example of Struts plugin, extending TextField

2018-04-15 Thread mli...@x76.eu
Hi, I'm looking for a simple example on how to extend the textfield tag to only allow for certain input and display the value in a certain form when the field is initially displayed. So the plugin handles the input validation via a specified attribute, and the output formatting according to

struts2 freemarker.template.TemplateNotFoundException

2018-04-15 Thread john lee
Please help I use struts2 to handle file upload, i already configured the following a. /WEB-INF/lib    contains     commons-fileupload-1.3.2.jar    commons-io-2.2.jar      b. /WEB-INF/classes/struts.xml            c. /var/apache-tomcat-7.0.34/webapps/mytest/WEB-INF/classes/dream     mytest   

[S2] ExecuteAndWait Interceptor // Only re-submit token parameters on refresh?

2018-04-15 Thread Burton Rhodes
I have been getting "Bad Request" or "URL too long" errors on occasion for an email form that uses the execute and wait interceptor. I am using the to resubmit the form per the documentation. "/> However, the original form submits via POST and the meta tag uses GET which I believe is the