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 lukaszlen...@apache.org wrote: 2014-10-11 4:20 GMT+02:00 John Boyer j...@rodaxsoft.com: Hi All: We’re using the latest version of Struts 2

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

2014-10-10 Thread John Boyer
=user.email field-validator type=email param name=trimtrue/param messageEmail address is invalid/message /field-validator /field Incidentally, the XML email validator works fine in Safari for Mac OS X. Have a nice weekend. Regards, John Boyer

Unable to Find FreeMarker Template in Struts 2.3.16.2

2014-05-01 Thread John Boyer
in advance. Regards, John Boyer KUTheme Files !-- template/KUTheme/checkboxlist.ftl content... -- #include /${parameters.templateDir}/xhtml/controlheader.ftl / #include /${parameters.templateDir}/KUTheme_simple/checkboxlist.ftl / #include /${parameters.templateDir}/xhtml

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. 2014-04-30 2:08

How to Prevent Double Submits After Upgrading to Struts 2.3.16.2

2014-04-29 Thread John Boyer
/result ... /action --- Thank you for your time. John Boyer - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h

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

2014-04-29 Thread John Boyer
/jsp/input.jsp/result result name=success type=redirect param name=locationhttp://example.com/param /result ... /action --- Thank you for your time. John Boyer - To unsubscribe, e-mail: user

How to Resolve excludeParams Restriction when Upgrading to Struts 2.3.16.2

2014-04-28 Thread John Boyer
=myExcludedAction class=com.example.MyAction method=myMethodToInvoke result name=success/WEB-INF/jsp/success.jsp/result /action --- Thanks for your time. John Boyer - To unsubscribe, e-mail: user-unsubscr

[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

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 --- ?xml version=1.0 encoding=UTF-8? !DOCTYPE validators PUBLIC -//OpenSymphony

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

2013-08-07 Thread John Boyer
-1.0.2.dtd; -- Regards Srikanth On Wed, Aug 7, 2013 at 11:06 PM, John Boyer j...@rodaxsoft.com wrote: 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

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

2012-11-02 Thread John Boyer
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

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

2012-11-02 Thread John Boyer
: Double-check your namespace. What is the class-name of your action and the package? Jeff From: John Boyer j...@rodaxsoft.com To: Struts Users Mailing List user@struts.apache.org Sent: Friday, November 2, 2012 10:53 AM Subject: [Struts 2] How do I migrate

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

2012-11-02 Thread John Boyer
., org.blackj.common.action.TestAction.java)? Jeff From: John Boyer j...@rodaxsoft.com To: Struts Users Mailing List user@struts.apache.org; Jeff Black jeffrey.bl...@yahoo.com Sent: Friday, November 2, 2012 2:55 PM Subject: Re: [Struts 2] How do I

[Struts 2] Redirect Stopped Working After Struts 2 Upgrade

2012-10-27 Thread John Boyer
=locationhttp://skd.bz/ios/param /result ... 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 mgai...@hotmail.com wrote: place this encoding directuve at the top

[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