thnks a lot. it worked !!!
Jay
On 8/8/05, Gareth Evans <[EMAIL PROTECTED]> wrote:
> From an Action class you can use:
> String dateFormat = getResources( request ).getMessage( "global.format.date"
> );
>
> Or from anywhere else:
> String dateFormat = MessageResources.getMessageResources(
> "A
From an Action class you can use:
String dateFormat = getResources( request ).getMessage( "global.format.date" );
Or from anywhere else:
String dateFormat = MessageResources.getMessageResources( "ApplicationResources" ).getMessage(
"global.format.date" )
I'm not sure how well this works with s
Hi,
I need to read a property global.format.date = dd/mm/ in a form
class (eg logonform.java) from application.properties file.
How do i do tht ?
thanks,
Jay
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional command
Hi,
I need to read a property global.format.date = dd/mm/ in a form
class (eg logonform.java) from application.properties file.
How do i do tht ?
thanks,
Jay
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional command
4 matches
Mail list logo