Re: FYI: Email Field Validator Always Fails in iOS 7 Safari Browser

2014-10-13 Thread John Boyer
validation service and it’s available at https://github.com/johnboyer/mailgun-manager John Boyer rodaxsoft.com On Oct 12, 2014, at 9:57 AM, Lukasz Lenart wrote: > 2014-10-11 4:20 GMT+02:00 John Boyer : >> Hi All: >> >> We’re using the latest version of Struts 2 in production and

FYI: Email Field Validator Always Fails in iOS 7 Safari Browser

2014-10-10 Thread John Boyer
. true Email address is invalid Incidentally, the XML email validator works fine in Safari for Mac OS X. Have a nice weekend. Regards, John Boyer rodaxsoft.com

Unable to Find FreeMarker Template in Struts 2.3.16.2

2014-05-01 Thread John Boyer
elow, if that helps. Thank you for your time in advance. Regards, John Boyer <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<&l

Re: How to Prevent Double Submits After Upgrading to Struts 2.3.16.2

2014-04-30 Thread John Boyer
I can confirm that setting devMode to `false` suppresses the token error. I should have looked more closely at the error message because it contained the solution. Thank you, John Boyer On Apr 29, 2014, at 10:02 PM, Lukasz Lenart wrote: > Switch off devMode and check again. > > 201

Re: How to Prevent Double Submits After Upgrading to Struts 2.3.16.2

2014-04-29 Thread John Boyer
uts.token.name] is on the > > excludeParams list of patterns! > > > > It's unclear to me how to resolve this problem. > > > > I'm using struts.xml to define the action workflow. How can I fix this > > problem? > > > > --- > > >

How to Prevent Double Submits After Upgrading to Struts 2.3.16.2

2014-04-29 Thread John Boyer
EB-INF/jsp/input.jsp http://example.com ... --- Thank you for your time. John Boyer - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For

How to Resolve excludeParams Restriction when Upgrading to Struts 2.3.16.2

2014-04-28 Thread John Boyer
ow can I fix this problem? --- /WEB-INF/jsp/success.jsp --- Thanks for your time. John Boyer - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: [struts 2] java.io.FileNotFoundException: http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd

2013-08-07 Thread John Boyer
> > -- > Regards > Srikanth > > On Wed, Aug 7, 2013 at 11:06 PM, John Boyer wrote: > >> Hi Martin: >> >> Okay, but my validation XML is pointing to >> http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd

Re: [struts 2] java.io.FileNotFoundException: http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd

2013-08-07 Thread John Boyer
Hi Martin: Okay, but my validation XML is pointing to http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd, which is no longer available. What should it point to now? Thanks, John --- http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd";>

[struts 2] java.io.FileNotFoundException: http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd

2013-08-07 Thread John Boyer
Hi: Suddenly, in-production, we're getting file-not-found errors for the xwork-validator-1.0.2.dtd at http://www.opensymphony.com/xwork. How can resolve this problem? We're running Struts 2 v2.3.4.1 Thanks, John - 10:01:18 ERROR http-8443-1 com.op

Re: [Struts 2] How do I migrate an action with no result name to an annotation?

2012-11-02 Thread John Boyer
> > > > > > From: John Boyer > To: Struts Users Mailing List ; Jeff Black > > Sent: Friday, November 2, 2012 2:55 PM > Subject: Re: [Struts 2] How do I migrate an action with no result name to an > annotation?

Re: [Struts 2] How do I migrate an action with no result name to an annotation?

2012-11-02 Thread John Boyer
of your action and the > package? > > Jeff > > > > ____ > From: John Boyer > To: Struts Users Mailing List > Sent: Friday, November 2, 2012 10:53 AM > Subject: [Struts 2] How do I migrate an action with no result name to an > an

[Struts 2] How do I migrate an action with no result name to an annotation?

2012-11-02 Thread John Boyer
and INPUT results work as expected. @Action(value = "start", results = @Result(location="/WEB-INF/jsp/register.jsp")) Thank you, John Boyer - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: [Struts 2] Redirect Stopped Working After Struts 2 Upgrade

2012-10-27 Thread John Boyer
Thank you Martin and JL. After debugging the problem in Eclipse, I determined that this is not an issue with the Struts2 upgrade. Thank you again for help. Regards, John Boyer On Oct 27, 2012, at 7:20 PM, Martin Gainty wrote: > > place this encoding directuve at the top of ea

[Struts 2] Redirect Stopped Working After Struts 2 Upgrade

2012-10-27 Thread John Boyer
specifying accept-charset=utf-8 on the form element." Does anyone know what might going wrong or have any suggestions? ... http://skd.bz/ios ... Thank you, John Boyer - To unsubscribe, e-mail

[Struts 2] How can I receive notification when the web app has been destroyed?

2012-08-24 Thread John Boyer
So that I can cleanup resources. How can I receive a notification in a Struts 2 web app when the app has been unloaded, stopped, un-deployed, etc.? Thank you, John Boyer - To unsubscribe, e-mail: user-unsubscr