Re: struts2.1.8 generator tag problem

2009-10-17 Thread Dale Newfield
shenxiaojing wrote: http://struts.apache.org/2.1.8/docs/generator.html Example Three doesn't work!!! Unless I'm mistaken the documentation (in this case in the code comments) is not correct. It doesn't put it in the PageContext, it puts it into the context that's a part of the OGNL ValueStac

Re: Redirect Action and wildcard methods

2009-10-17 Thread Tommy Pham
From: "j...@researchtogether.com" To: user@struts.apache.org Sent: Sat, October 17, 2009 10:12:45 AM Subject: Redirect Action and wildcard methods Hi, I have the following actions set up: /WEB-INF/jsp/pages/PostCategory.jsp /

Redirect Action and wildcard methods

2009-10-17 Thread jake
Hi, I have the following actions set up: /WEB-INF/jsp/pages/PostCategory.jsp /WEB-INF/jsp/pages/PostTopic.jsp displayCategory /WEB-INF/jsp/pages/DisplayCategory.jsp /WEB-INF/jsp/pages/Topic.jsp

Re: Redirecting from mapping error exceptions

2009-10-17 Thread Ignacio de Córdoba
Hello, 2 years now from your question I wonder if you solved this. I'd like to do exactly the same thing... redirecting any non existing action or error from the user when entering the actin URL to the home page. (I mean, any 404 error) At first I thought about using httpd error handling for this

RE: Struts 2.1.8 and Tiles

2009-10-17 Thread Martin Gainty
i *think* she wants to use the new tiles2.2.x features i requested a specific usecase but havent heard back Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vor

Re: execute() not getting executed

2009-10-17 Thread Denis Cabasson
No out of the box way of dealing with that. You can send your jsp code / Action code to see if we can figure out what is wrong. Denis. james billa a écrit : Hi - I am using struts 2.1.6. From my jsp on submitting the form, the control goes to my action class, methods prepare() and validate() g

Re: Struts 2.1.8: Do we need to escape messages?

2009-10-17 Thread Denis Cabasson
What code are you using to output this message? Is it a s:text? a s:property? Alex Siman a écrit : I just have found that Struts 2.1.8 escapes messages, so instead of message (in browser) like: User with email u...@example.com registered successfully. now I get this one: User with email

Re: Struts2 on Websphere 6.1 : 404 errors

2009-10-17 Thread Denis Cabasson
I concur. We are using struts 2.1.8 with WAS 6.1.0.27 and there is no way around this variable. It is documented in our installation procedure, and you will never get any filter based framework to work unless you set this variable. The default Websphere behaviour (without this variable that is

Re: Struts 2.1.8 and Tiles

2009-10-17 Thread Denis Cabasson
Make sure to use the tiles plugin as described in : http://struts.apache.org/2.1.8/docs/tiles-plugin.html I am using it, and have no issue so far with it. Your error seems to be in the result you are redirecting to. How is your action tied up? Denis. Sommers, Elizabeth a écrit : Is it possib

Re: Struts 2.1.8: Do we need to escape messages?

2009-10-17 Thread Alex Siman
These tags are: I have written about it in this thread already. Please, read this message: http://www.nabble.com/Re%3A-Struts-2.1.8%3A-Do-we-need-to-escape-messages--p25927098.html dcabasson wrote: > > What code are you using to output this message? Is it a s:text? a > s:pr