Re: s2: How do you format a date and use it as a param value in a s:url

2008-04-17 Thread Jeromy Evans
David Harland wrote: I have an action with a List messages. The Message class has a Date senddate. In my jsp I am iterating over the messages and want to create a s:url with a param of formatedDate but I want to set the value as a formatted version of senddate. I am presently adding a getFormatte

s2: How do you format a date and use it as a param value in a s:url

2008-04-17 Thread David Harland
I have an action with a List messages. The Message class has a Date senddate. In my jsp I am iterating over the messages and want to create a s:url with a param of formatedDate but I want to set the value as a formatted version of senddate. I am presently adding a getFormattedDate method which is u