If you can send your app, I can look. The usual reason for the problem you're seeing 
is not having the form fields have the right name, so it can't be mapped to your 
action properties. Is your password property on the Action itself, or in a sub-object? 
Make sure the return type for the getter and the param type in the setter are the 
same, or the Java introspector code can get confused.

> -----Original Message-----
> From: Samuel Mota [mailto:[EMAIL PROTECTED] 
> Sent: Monday, September 01, 2003 9:08 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [OS-webwork] Validation Framework doubt
> 
> 
> 
> Hi,
> 
> Continuing my doubts about this topic ...
> 
> I'm debugging my form to see WHY even if I post some content 
> at my validated fields (using the XWork validation framework 
> and the interceptor) I get error messages.
> 
> The field types are corret at the validation.xml file (ranges 
> and so on) ... names are OK ...
> 
> At debug I can see the "String getPassword()" method being 
> called twice ... but no call to "setPassword(String value)" method ...
> 
> Of course if there is no SET, all calls to GET return null 
> and the error messages occurs ...
> 
> some idea why this is happening? I'm using the beta versions 
> for XWok and Webwork ...
> 
> thanks
> 
> + Samuel G. Mota
> + [EMAIL PROTECTED]
> + 55 (11) 4417 7093
> + Business Application Dpt.
> + Netset Serviços em Tecnologia
> + a Hypercom Company
> + http://www.hypercom.com
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf 
> _______________________________________________
> Opensymphony-webwork mailing list 
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> 


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to