Try -
anno
> -Original Message-
> From: setecastronomy [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 27, 2007 7:35 AM
> To: user@struts.apache.org
> Subject: If Tag: testing for an enumerated value
>
>
> Somewhere I have the foll
Somewhere I have the following enumeration
public enum Interval {
GENERIC,
MONTH,
YEAR;
}
The action has the following method:
public Interval getInterval() {return iInterval;}
I supposed I could test the enumerated value inside my jsp in the following
way:
anno
2 matches
Mail list logo