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
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
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?
---
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
-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
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
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
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
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
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
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
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
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
13 matches
Mail list logo