Re: Zero config and interceptors do not get along?

2008-03-26 Thread Ealden Escañan
On Wed, Mar 26, 2008 at 10:16 PM, Alex Shneyderman [EMAIL PROTECTED] wrote: I have a custom interceptor that I define in the root of my profect and then I define my custom interceptorStack and define that as default interceptor stack. If any of my actions are running automatically via

Re: validation with annotation

2008-03-12 Thread Ealden Escañan
On Wed, Mar 12, 2008 at 4:17 AM, xianwinwin [EMAIL PROTECTED] wrote: Thanks Ealden, this was very helpful! I tried that and it works fine. Question, say I wish to check for a date, so far I've been doing it this way: example private Date delta;

Re: validation with annotation

2008-03-10 Thread Ealden Escañan
On Tue, Mar 11, 2008 at 7:10 AM, xianwinwin [EMAIL PROTECTED] wrote: assuming registration is composed of fname, lname, ss, dob and except dob all fields are mandatory. Question: how do I make sure those fields will be input? should I have something like:

Re: Is TilesResult compatible with Struts 1.x Tiles?

2008-02-24 Thread Ealden Escañan
On Sun, Feb 24, 2008 at 3:41 AM, Antonio Petrelli [EMAIL PROTECTED] wrote: 2008/2/23, Ealden Escañan [EMAIL PROTECTED]: Is struts2-tiles-plugin compatible with Struts-Tiles? No. Use Tiles 2. At Tiles site you can find a migration guide: http://tiles.apache.org/migration/index.html

Is TilesResult compatible with Struts 1.x Tiles?

2008-02-23 Thread Ealden Escañan
Hi, all I'm currently integrating Struts 2.0.11 in my current project to run side-by-side with Struts 1 and slowly migrate from there. We are using Jakarta (yes) Struts 1.2.8 and Struts-Tiles. I am trying to forward to a tile using TilesResult, but I get a Error rendering tile error because of