Re: [S2] Form doesn't redirect

2008-07-30 Thread Nick Scavelli
I'm replying to this because it's somewhat related to an issue I'm having. Let's say I have the following control in my jsp: This of course will update the div defined in my jsp: Everything works great under normal circumstances. But let's say my session has timed out, and I need to redirect

Re: [S2] Issues with extending themes

2008-07-03 Thread Nick Scavelli
it worked. My other problem was that I had templates in my application root instead of /WEB-INF/classes/. Once I added it there I saw freemarker errors, telling me it was the theme variable issue. Thanks, Nick On Thu, Jul 3, 2008 at 3:14 AM, Jeromy Evans <[EMAIL PROTECTED]> wrote: > Nick Sca

[S2] Issues with extending themes

2008-07-02 Thread Nick Scavelli
I am struggling with the whole "extending theme" functionality in struts2. Either I'm doing something incredibly stupid or there's an issue with extending themes in struts2 (2.1.2 to be more clear). From what I've gathered from the Struts 2.x documentation is that I should be able to just simply

RE: SV: [OT] What slows you down?

2008-06-20 Thread Nick Scavelli
Musachy abused the first rule, dont' feed the trolls... :) > Subject: SV: [OT] What slows you down? > Date: Fri, 20 Jun 2008 18:27:10 +0200 > From: [EMAIL PROTECTED] > To: user@struts.apache.org > > As I said: > I'm not that a great coder, and not an expert php or java coder. > Coding pure logi

Extending Theme Issue (Struts 2.1.2)

2008-06-20 Thread Nick Scavelli
I am struggling to extend a theme for my web application. The parent property in theme.properties does not seem to work for my custom theme I am trying to implement. Theme name is ccast2_0, and I have added struts.ui.theme=ccast2_0 and struts.ui.templateDir=template to struts.properties