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

2018-04-14 Thread 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. Thanks & Regards Deva. -- Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html -

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

2018-04-14 Thread Yasser Zamani
On 4/11/2018 11:11 AM, Lukasz Lenart wrote: > 2018-04-09 16:59 GMT+02:00 DevaGerald : >> Thanks a lot Lukasz. >> >> I have resolved it by adding >> regex:[a-zA-Z]* in my >> struts.xml >> >> Do I have any alternative for this? > > No but I didn't want to suggest this as this basically opens a > p

Triple select tag

2018-04-14 Thread albert kao
I am looking for a triple select tag component which is similar to the s:doubleselect tag ( https://struts.apache.org/tag-developers/doubleselect-tag.html). It renders three HTML select elements with the third one changing displayed values depending on selected entry of second one, and the second o

Re: Triple select tag

2018-04-14 Thread Martin Gainty
Hi Albert Thinking you could possibly hook JS function to doubleOnSelect of first component to highlight 3rd but would you have an example of 3 tag-components wired together? Martin __ From: albert kao Sent: Satur

Re: Triple select tag

2018-04-14 Thread albert kao
Martin, My requirement is triple select tag component implemented with Struts 2 only, without any JS function. I am still learning how s:doubleselect tag works. I downloaded the source code from https://www.mkyong.com/struts2/struts-2-sdoubleselect-example/, compiled and run it successfully. This