Yes, it only occurs under Internet Explorer. I've reproduced with IE 7 and 8.
Dave Newton-6 wrote:
>
> If you're uploading a file, the form must be multipart.
>
> Which version of IE? Is it only under IE that it happens?
>
> Dave
>
> On Tue, Oct 5,
I have a legacy application using Struts 1.2.8 and I have the following HTML
form:
If I include multiple blank lines in the tinyMCE editor, the generated HTML
should be:
However, IE posts the following HTML:
Â
At first glance, I thought that this was exclusively a tinyMCE problem
I was looking for the Release Notes/What's New for Struts 2.2 on the
following page:
http://struts.apache.org/download.cgi#struts221
The "Release Notes" link takes me to:
http://struts.apache.org/2.2.1/version-notes-221.html
which is a broken link 404 page.
Does anyone have the correct link t
wrote:
>
> :D Ok, I just noticed than the mailing list engine, or maybe google,
> removes the < param > tag...
>
> Cimballi
>
>
> On Thu, Feb 4, 2010 at 4:40 PM, DavidZaz wrote:
>>
>> I actually had the interceptor-ref configured like that in my source
;
> You interceptor declaration should be like that :
>
> true
> com.xxx
> ERROR
>
>
> Cimballi
>
>
> On Thu, Feb 4, 2010 at 4:14 PM, DavidZaz wrote:
>>
>> I have an exception interceptor declared in my stru
I have an exception interceptor declared in my struts.xml, but no log
messages ever appear in the log category that I specified. In my struts.xml,
I have the following:
true
error.unhandled
WARN
In my log4j.xml file, I have the followin
I figured it out.
In myClass, I have an enum listing the different state values. My
AVAILABLE_STATES variable was placed inside the curly braces for the enum.
This inadvertently placed the AVAILABLE_STATES variable inside the enum and
caused Struts 2 to throw an error message.
DavidZaz wrote
I'm trying to access a static constant from a JSP page in Struts 2.0.14, but
it is not working.
My JSP page:
Java code:
package org.my.company;
import java.util.ArrayList;
import java.util.List;
public Class myClass {
public static final List AVAILABLE_STATES = getStates();
public static
8 matches
Mail list logo