Struts Classic and token not working on one server on Firefox

2010-01-08 Thread Greg Dunn
We're using the Token system in our application, which is installed at several hundred sites, each with their own JBoss and Apache servers which we administer. It works perfectly at every site but one, where a token mismatch comes up every time if the user is on Firefox. There is no problem using

ValidatorAction - NoClassDefFoundError

2008-04-25 Thread Greg Dunn
I just upgraded from Struts 1.2.8 to 1.3.8 and my custom Validators aren't working. The standard included validators all work fine. I have commons-validator-1.3.1.jar in my .war file web-inf/lib. I deleted the stand alone validator-rules.xml file from same. Any assistance would be appreciated

Override controller nocache=true

2007-04-10 Thread Greg Dunn
I have the set in struts-config, but I have a certain page that streams a PDF file where I need to allow caching to accommodate IE users. Is it possible to override the setting for an individual page? Maybe by setting the headers for the page itself to allow caching? ---

RE: How to put an image in a

2006-07-18 Thread Greg Dunn
You can't nest one tag inside another . You could use the expression language versionlike so: -Original Message- From: A. Lotfi [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 18, 2006 2:50 PM To: Struts Users Mailing List Subject: RE: How to put an image in a Greg Dunn &l

RE: How to put an image in a

2006-07-18 Thread Greg Dunn
-Original Message- From: A. Lotfi [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 18, 2006 2:24 PM To: Struts Users Mailing List Subject: How to put an image in a button thank you - Do you Yahoo!? Everyone is raving about the all-n

RE: Conditionally checking an html:checkbox field

2006-02-01 Thread Greg Dunn
N/M, I found it. I was creating the form in session in my first action but pulling it from request in my second. Duh. -Original Message- From: Greg Dunn [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 01, 2006 11:05 AM To: Struts Users Mailing List Subject: RE: Conditionally

RE: Conditionally checking an html:checkbox field

2006-02-01 Thread Greg Dunn
Mail. -Original Message- From: Greg Dunn [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 31, 2006 12:57 PM To: Struts Users Mailing List Subject: RE: Conditionally checking an html:checkbox field I need to conditionally set a checkbox field when presented to the user depending on applic

RE: Conditionally checking an html:checkbox field

2006-01-31 Thread Greg Dunn
I'll try that, but this property is a boolean so I'm actually not getting a string when the checkbox is submitted, it has no value attribute. I'm getting and working with the boolean in the ultimate form submit Action without any problems. Do I HAVE to set a String value attribute to get it do

RE: Conditionally checking an html:checkbox field

2006-01-31 Thread Greg Dunn
I think that's what I'm doing, but it isn't working. Am I doing this wrong? (from my original post): In my Action: if (checkTheBox.equals("yes")) { //config. option, confirmed working regForm.setShutoff(true); } [Then it immediately forwards to the JSP.] -Original Mes

Conditionally checking an html:checkbox field

2006-01-31 Thread Greg Dunn
I need to conditionally set a checkbox field when presented to the user depending on application configuration settings. I'm using an Action to load the form and attempt to set the checkbox field. No matter what I do I cannot get the checkbox state to change from its default, whether that be true

Conditionally checking an html:checkbox field

2006-01-31 Thread Greg Dunn
I need to conditionally set a checkbox field when presented to the user depending on application configuration settings. I'm using an Action to load the form and attempt to set the checkbox field. No matter what I do I cannot get the checkbox state to change from its default, whether that be true

RE: installing Struts on JBoss

2005-01-20 Thread Greg Dunn
anilla JBoss 4.0.1 installation and everything works OK. Pavel On Thu, 20 Jan 2005 15:02:46 -0600, Greg Dunn <[EMAIL PROTECTED]> wrote: > > For Struts apps on Jboss you need to make sure you set the > 'Java2ClassLoadingCompliance' flag to "false" indicating the servle

RE: installing Struts on JBoss

2005-01-20 Thread Greg Dunn
For Struts apps on Jboss you need to make sure you set the 'Java2ClassLoadingCompliance' flag to "false" indicating the servlet 2.3 web container first model should be used over the normal Java2 parent first class loading model. false In Jboss 4.x this is in the file .../deploy/jboss