On 9/22/10 1:58 PM, Michelle Weeks wrote:
And is that form submitted with GET or POST?
Are any characters encoded in that submission?
Are you certain that the pagesMap map isn't having .put("name%2fname",
"keyValue") called on it?
-Dale
On 9/22/10 9:44 PM, Dave Newton wrote:
I modified the templates
http://struts.apache.org/2.2.1/docs/template-loading.html
describes how you can override existing templates within your application.
-Dale
-
To unsubscribe, e-m
Hi Robert,
Do you have another submit button? such as ,
Try to bind a event listener to this button, that when you click this
button, you do some validation();
Another way is using the js to remove the "onsubmit" event, then binding
another method you write, and invoke the myValidation() in that
I modified the templates to allow pages to inject their own validation
messages. Unfortunately I never checked this in. You could do it with a
JavaScript framework, though, through binding.
Dave
On Wed, Sep 22, 2010 at 9:26 PM, Robert Taylor wrote:
> Greetings,
>
> I'm using Struts2.2.1 and have
Greetings,
I'm using Struts2.2.1 and have a form using the xhtml theme which performs some
simple javascript validation (required, etc...).
Works great.
Now, after the simple javascript validation executes I would like to add some
more validation to the onsubmit event.
Apart from modifying a tem
I think I remember seeing an ordering attribute/element somewhere, but I
honestly don't recall where.
On Wed, Sep 22, 2010 at 2:26 PM, Dale Newfield wrote:
> On 9/22/10 12:35 PM, Josep García wrote:
>
>> This does not seem to work as the load order is struts-plugin.xml first,
>> then struts.xml.
On 9/22/10 12:35 PM, Josep García wrote:
This does not seem to work as the load order is struts-plugin.xml first,
then struts.xml.
http://struts.apache.org/2.2.1/docs/plugins.html
describes this strict ordering:
struts-default.xml (bundled in the Core JAR)
struts-plugin.xml (as many as can be f
Sorry ... I forgot a big piece, we were running with Struts 2.1.8.1 and
then upgraded to 2.2.1 because of the security fix. All HashMaps were
working correctly before the upgrade.
Loading the HashMaps, with JavaScript, into the DOM like this ...
The actions contain getters and setters for the
We are currently using struts 2.0.14 with Spring.
Is there any way of modifying the order of the config files for Struts2
plug-in modules?
Currently, we have a "Basic" web app with a "default" package in which we
define an "adminCheck" interceptor stack.
Besides, we have an "Advanced" web app, wh
On 9/22/10 11:56 AM, Michelle Weeks wrote:
If one key has a special character the whole Map is not set into the action.
I'm guessing it's an encoding issue. Are these strings encoded in the
resulting html? If the parameters are part of the URL (GET request)
then they'll probably wind up enc
On Wed, Sep 22, 2010 at 11:56 AM, Michelle Weeks wrote:
> I guess I'm not sure what exactly you are asking ...
>
When the error happens: the original message just said you had a map that
set wasn't called on when you had key values containing certain
characters--on its own, it's not really enoug
I guess I'm not sure what exactly you are asking ...
My project uses the core Struts components as well as the Struts portlet
components. All of the portlets we are having the issue in are pretty
basic, using just the portletDefaultStack and basicStack interceptors.
One of the Hash Maps that is n
Under what circumstances?
On Wed, Sep 22, 2010 at 11:20 AM, Michelle Weeks wrote:
> I have just started using Struts 2.2.1, and I have found a bug ... I
> have several Hash Maps with a String for the key value. These key
> values sometimes contain special characters, including '-, /, \, _' any
I have just started using Struts 2.2.1, and I have found a bug ... I
have several Hash Maps with a String for the key value. These key
values sometimes contain special characters, including '-, /, \, _' any
Map with a key value containing one of these characters seems to
silently fail to call the
i agree with andy
do a view source and tracert on all urls
i it is possible you'll see there is a man-in-the middle proxy altering the
response
Martin
__
American Wireshark Operators: do not alter or modify this transmission.
> Date: Wed, 22
DNewfield wrote:
>
> Anyway, glad you've solved your issue. Too bad we didn't all learn
> something from it :-)
>
Apologies for being late to the party, but this smells like a browser/proxy
cache issue to me?
Later,
Andy
--
View this message in context:
http://old.nabble.com/Bizarre-sp
16 matches
Mail list logo