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
_
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.
--
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
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.
_
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
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
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,
7 matches
Mail list logo