I18N in struts

2003-08-01 Thread RODRIGO CARVALHO DOS SANTOS
Hi All, Does Struts have a standard way to deal with internationalization in the ActionForm Bean? If I need to format a string date in the FrontEnd and pass as date data type back and foward to the backend, how may I use the Localization info? Thanks in advance for advices or links,

RES: I18N in struts

2003-08-01 Thread RODRIGO CARVALHO DOS SANTOS
://www.anassina.com/struts/i18n/i18n.html -Original Message- From: RODRIGO CARVALHO DOS SANTOS [mailto:[EMAIL PROTECTED] Sent: August 1, 2003 8:33 AM To: 'Struts Developers List' Subject: I18N in struts Hi All, Does Struts have a standard way to deal with internationalization in the ActionForm

RES: I18N in struts

2003-08-01 Thread RODRIGO CARVALHO DOS SANTOS
/i18n.html -Original Message- From: RODRIGO CARVALHO DOS SANTOS [mailto:[EMAIL PROTECTED] Sent: August 1, 2003 8:33 AM To: 'Struts Developers List' Subject: I18N in struts Hi All, Does Struts have a standard way to deal with internationalization in the ActionForm Bean? If I need

problems downloading with Struts action

2003-06-14 Thread RODRIGO CARVALHO DOS SANTOS
Hi All, I´m trying to download a pdf file using a Struts action. I don't have the file in my file system, an EJB is returning the file image as a ByteArray. I´m already sending a mime type that´s unknown by the browser forcing a download reaction and sending the file name as

RES: [OT] Logging with Log4J

2002-11-09 Thread RODRIGO CARVALHO DOS SANTOS
Thanks, Eddie. This is what I´m doing. -Mensagem original- De: Eddie Bush [mailto:ekbush;swbell.net] Enviada em: quinta-feira, 7 de novembro de 2002 21:10 Para: Struts Developers List Assunto: Re: [OT] Logging with Log4J RODRIGO CARVALHO DOS SANTOS wrote: I know this is out

[OT] Logging with Log4J

2002-11-07 Thread RODRIGO CARVALHO DOS SANTOS
I know this is out of topic for this list, but is a common problem for us all. I am using Log4J in my Struts app, and I need to use a component encapsulated in a JAR file that uses Log4J too. How is the best way to configure the Singleton Logger? I need to configure my loggers and the

Session and workflow control

2002-02-25 Thread RODRIGO CARVALHO DOS SANTOS
Hello, I´m designing a Struts based web application that will be hosted in a Websphere J2EE App Server. What´s the best approach for session and transactions workflow: Should I put the execution of the action Workflow and session data in the Web Container (Servlet Context) or EJB