RE: If Tag: testing for an enumerated value

2007-09-27 Thread Wesley Wannemacher
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

If Tag: testing for an enumerated value

2007-09-27 Thread setecastronomy
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