RE: Struts 2.0 Application Lifecycle

2006-11-04 Thread Wesslan
A REALLY simple architecture overview picture: http://cwiki.apache.org/WW/home.html A more detailed architecture overview: http://cwiki.apache.org/WW/architecture.html Hth, Peter -Original Message- From: Mike Duffy [mailto:[EMAIL PROTECTED] Sent: den 4 november 2006 18:04 To: user@struts

Re: Two values on "input" attribute

2006-11-04 Thread Laurie Harper
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yariel, I have a page validated with Validation Framework, but I can get that page from two diferent jsp inputs. When an error ocurs, the validator always turn me back to the same jsp input (the one especified) not matter

Re: Upgrading Struts 1.0

2006-11-04 Thread Yujun Liang
If you used template tag in your application, you must rewrite all JSP files, since template tag no longer exists in Struts. Template tag was pre-tiles tag for component reuse. Regards On 11/3/06, Ted Husted <[EMAIL PROTECTED]> wrote: Within the 1.x series, we've made each subsequent release b

Re: struts2 action and spring bean

2006-11-04 Thread Yujun Liang
You got to use as many technologies as possible, so your resume looks good. :) On 11/3/06, Lixin Chu <[EMAIL PROTECTED]> wrote: > > just curious, what's the benifits of configuring Struts Actions in Spring > ? isn't Struts config file enough ? > -- Yujun Liang [EMAIL PROTECTED]

Re: get webapp root directory from action constructor

2006-11-04 Thread Patrice Le Cozler
On 11/3/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: On 11/3/06, Patrice Le Cozler <[EMAIL PROTECTED]> wrote: > > Hi, > I want to load a property file at webapp start. Since that property file > is > located in my webapp's directory structure, I want to be able to determine > its absolute nam

Struts 2.0 Application Lifecycle

2006-11-04 Thread Mike Duffy
I've done a quick scan of the Struts 2.0 documentation. I did not find a reference to the Struts 2.0 application life cycle. Does anyone know of a reference that would be similar to the JSF article at the link below? http://www-128.ibm.com/developerworks/java/library/j-jsf2/ Thx. Mike __

Re: Two values on "input" attribute

2006-11-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yariel, > I have a page validated with Validation Framework, but I can get that > page from two diferent jsp inputs. When an error ocurs, the validator > always turn me back to the same jsp input (the one especified) not > matter which was the selecte