[S2] TabbedPanel

2007-10-30 Thread Veronica Iturrioz
Hi, I'm trying to use de tag tabbedPanel where each tab with remote content. my code is: but it give me this error: "Error Loading '../myAction.do' (200OK) " Someone can help me to solve this problem ? Struts 2.0.9 thanks. Veronica _

Re: S2 : Validation per Action method - ideas?

2007-08-10 Thread Veronica Iturrioz
You must to set the property validateAnnotatedMethodOnly=true, and the validation occurs only for the correct methods. true input,back,cancel,browse but this is ok for server validation, not for client validation. Anybody know how to resolve that for client validations? Veronica. --

[S2]: Client-side validation per method

2007-08-09 Thread Veronica Iturrioz
Hi, I'm trying to use client-side validation with annotations in my action methods. But for all methods executes the same javascript validation. I want different validations for different methods. How can I do that? I put @SkipValidation in some methods. thanks, Veronica

[S2] Commons Validator

2007-06-13 Thread Veronica Iturrioz
Hi, anybody know if it's possible to use Commons Validator with Struts 2 ? I try with the struts validation framework (provided by XWork), but the error visualization is too dependent from the theme. thanks in advance. _

HTTPHeader result

2007-05-04 Thread Veronica Iturrioz
Hi, Had anyone work with ? How does the params "headers" work? I try different options but it seems to not produce any change xxx Thanks __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[S2] mapping status 404 to a result page

2007-05-03 Thread Veronica Iturrioz
Hello, I want to create a global-result to map the servlet response 404 (page not found) to a result page (ie /error.jsp). Does somebody know how can i do? thanks in advance. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best sp

Client-side validation

2007-04-17 Thread Veronica Iturrioz
I have a form with client side validation: and an Action with some annotated validations: @Validations( requiredStrings = { @RequiredStringValidator( message = "Required", type = ValidatorType.FIELD,fieldName = "name", trim = true,