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

2018-04-16 Thread Yasser Zamani
On 4/15/2018 11:39 PM, Burton Rhodes wrote: > 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

Re: Simple example of Struts plugin, extending TextField

2018-04-16 Thread Yasser Zamani
On 4/16/2018 9:10 AM, mli...@x76.eu wrote: > 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

Re: Struts2 login action class seems to be reused

2018-04-16 Thread Prasanth Pasala
Finally we redeployed the code with an added check to make sure the instance variables populated by struts match the request parameters. With in few hours of deployments we got emails indicating that the values populated into the instance variables don't match those in request parameters. Below

Re: Triple select tag

2018-04-16 Thread Yasser Zamani
On 4/15/2018 12:01 AM, albert kao wrote: > 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 >

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

2018-04-16 Thread Burton Rhodes
Yes. I believe this is the case. Let me see if I can track down an example that breaks. Right now I just have reports of this happening but I haven’t been able to reproduce on my end yet. Also, How would I include everything except the email body field with the s:url tag? Thanks, Burton On