Re: Using s:actionerror

2011-08-09 Thread Maurizio Cucchiara
Hi Christian, I'm pretty sure that Dave understood "simple", when you talked about "plain" theme. A part this, It should be work as you expected. Can you send further details? like action configuration, result... etc Maurizio Cucchiara On 9 August 2011 17:07, Christian Grobmeier wrote: > On Tue

Re: Using s:actionerror

2011-08-09 Thread Christian Grobmeier
Of course, I should use when i try to print field errors. Btw, actionerror is doing stuff in simple theme, like field error does too. I have finally digged the code Cheers + Thanks! On Tue, Aug 9, 2011 at 5:07 PM, Christian Grobmeier wrote: > On Tue, Aug 9, 2011 at 4:23 PM, Dave Newton wrote:

Re: Using s:actionerror

2011-08-09 Thread Christian Grobmeier
On Tue, Aug 9, 2011 at 4:23 PM, Dave Newton wrote: > On Tue, Aug 9, 2011 at 10:20 AM, Christian Grobmeier wrote: >> Shouldn't at least the message text come out of it? > > No, the plain theme doesn't do much for you. Just to make sure.. I am using "simple" theme, i mixed up the name. Guess you me

Re: Using s:actionerror

2011-08-09 Thread Dave Newton
On Tue, Aug 9, 2011 at 10:20 AM, Christian Grobmeier wrote: > Shouldn't at least the message text come out of it? No, the plain theme doesn't do much for you. Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For

Re: Using s:actionerror

2011-08-09 Thread Christian Grobmeier
Shouldn't at least the message text come out of it? On Tue, Aug 9, 2011 at 4:16 PM, Dave Newton wrote: > On Tue, Aug 9, 2011 at 10:14 AM, Christian Grobmeier wrote: >> Is it probably related when i switched to the plain theme? > > Yes; the "plain" templates don't do much for you. > > Dave > > --

Re: Using s:actionerror

2011-08-09 Thread Dave Newton
On Tue, Aug 9, 2011 at 10:14 AM, Christian Grobmeier wrote: > Is it probably related when i switched to the plain theme? Yes; the "plain" templates don't do much for you. Dave - To unsubscribe, e-mail: user-unsubscr...@struts.ap

Using s:actionerror

2011-08-09 Thread Christian Grobmeier
Using worked fine so far. But now it appears not to show my action errors anymore. For example with: @RequiredFieldValidator( type = ValidatorType.SIMPLE, fieldName = "username", key = "errors.usernamemissing") Or: this.addActionError(getText("err

Where's ideal for this logic?

2011-08-09 Thread CRANFORD, CHRIS
I have several actions that instantiate a business service to query KPI statistics from our database. The KPI statistics are gathered using projection-based Hibernate queries on several domain entity objects. We are representing the KPIs in the view using a jQuery-based chart library. Does it