arcos Mendonça wrote:
>
> Hi
>
> What IDE are you using? Have you tried cleaning up your app and
> rebuilding?
>
> On Nov 27, 2007 6:29 PM, Bionicoder <[EMAIL PROTECTED]> wrote:
>>
>> Hi Ted,
>>
>> Thanks for reply. Actually there is no valid
alias being declared? Is there also
> an XML file?
>
> -Ted.
>
> On Nov 27, 2007 3:16 AM, Bionicoder <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>> I want to disable validation for certain Struts 2 method. For example, in
>> the following action class
Hi,
I want to disable validation for certain Struts 2 method. For example, in
the following action class,
public class CustomerAction extends ActionSupport {
private Customer customer;
public String input() {
return INPUT;
}
public String save() {
3 matches
Mail list logo