t; requirement for properties.
> >>
> >> By the way, "LaserActionMapping" is the coolest action classname I've ever
> >> seen. If there was an award for these things, I think you would win :o)
> >>
> >> -Original Message-
> &
y, February 08, 2005 3:20 PM
To: Struts Users Mailing List
Subject: Extending Action Mapping
Hi all, I am trying to extend the ActionMapping Class with my own,
LaserActionMapping. I have a List that I want to populate with
MessageResource keys,. I have the configuration below, and my class.
The
A workaround - albeit maybe not the best
public void setAddIgnore(String value) {
ignore.add(value);
}
public void setIgnore(List value) {
this.ignore = value;
}
/**
* @return A list of keys to ignore
*/
public List getIgnore() {
return ignore;
}
then instead of
use
I don't like
ionMapping" is the coolest action classname I've ever
> seen. If there was an award for these things, I think you would win :o)
>
> -Original Message-
> From: Todd Nine [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 08, 2005 3:20 PM
> To: Struts Users Mailing L
these things, I think you would win :o)
-Original Message-
From: Todd Nine [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 08, 2005 3:20 PM
To: Struts Users Mailing List
Subject: Extending Action Mapping
Hi all, I am trying to extend the ActionMapping Class with my own,
LaserActionMapping.
Hi all, I am trying to extend the ActionMapping Class with my own,
LaserActionMapping. I have a List that I want to populate with
MessageResource keys,. I have the configuration below, and my class.
The setter is never being called, does anyone have any suggestions?
6 matches
Mail list logo