Hi, I have a list of Fruit's of type class Fruit { String name; Date date; }, and I show those fruits using iterator in my .jsp, like this: <s:iterator value="fruits"> ... </s:iterator>. Well I need to show some options (e.g., delete fruit) to user if fruit's date is in the current month, how can I check this in my .jsp (inside iterator tag) ?
-- Thx in advance, Milan Milanovic -- View this message in context: http://www.nabble.com/-S2--Checking-current-month-using-struts-2-tags-tp18279808p18279808.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]