formatted values in param

2006-02-09 Thread Peter Maas
Hi all, I wondered how to store formatted values in a parameter. Say I would like to set a formatted date as a message property... Something like this: //---// h:outputFormat value=#{messages['searchresults.lastModified']} f:param

Re: formatted values in param

2006-02-09 Thread Andrew Robinson
If you are using facelets, you could use an EL function to format the valueOn 2/9/06, Peter Maas [EMAIL PROTECTED] wrote:Hi all, I wondered how to store formatted values in a parameter. Say I would like to set a formatted date as a message property... Something like this:

Re: formatted values in param

2006-02-09 Thread Laurie Harper
Or use c:set to store it into a bean. Andrew Robinson wrote: If you are using facelets, you could use an EL function to format the value On 2/9/06, Peter Maas [EMAIL PROTECTED] wrote: Hi all, I wondered how to store formatted values in a parameter. Say I would like to set a formatted date as