Re: internationalization in struts

2006-12-15 Thread Chris Pratt
] 12/12/2006 11:38 AM >>> > Hi, > > i am working on internationalization in struts. > > for this i did the following > > 1) WEB-INF/classes/resources folder defined all the files > example : application.properties, application_fr.properties ..etc > > 2) in each file

Re: internationalization in struts + dynamic checkboxes

2006-12-12 Thread Kranti Parisa
Chris, I will check around. Thank you very much for the suggestions & help. On 12/13/06, Christopher Schultz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kranti, Kranti Parisa wrote: > cant we use tag instead of > is there any way to assign values & ids to d

Re: internationalization in struts

2006-12-12 Thread Kranti Parisa
aining java code should work?? On 12/13/06, Gary Feidt <[EMAIL PROTECTED]> wrote: > > What is you package name? I have an app that called cmo.resources and > would use the following: > > > > Gary > > > >>> [EMAIL PROTECTED] 12/12/2006 11:38 AM >>

Re: internationalization in struts + dynamic checkboxes

2006-12-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kranti, Kranti Parisa wrote: > cant we use tag instead of > is there any way to assign values & ids to dynamically? Unfortunately, I'm not the person to ask about that. I don't use JSP and I'm not very familiar with the JSP tab libraries availabl

Re: internationalization in struts

2006-12-12 Thread Gary Feidt
s you package name? I have an app that called cmo.resources and > would use the following: > > > > Gary > > > >>> [EMAIL PROTECTED] 12/12/2006 11:38 AM >>> > Hi, > > i am working on internationalization in struts. > > for this i di

Re: internationalization in struts + dynamic checkboxes

2006-12-12 Thread Kranti Parisa
Chris, cant we use tag instead of dynamically? On 12/13/06, Christopher Schultz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kranti, Kranti Parisa wrote: > now i want to display the arraylist in jsp > the empid should be assigned to check box > so each row shou

Re: internationalization in struts + dynamic checkboxes

2006-12-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kranti, Kranti Parisa wrote: > now i want to display the arraylist in jsp > the empid should be assigned to check box > so each row should contain checkboxe which is going to populate dynamically > and carry empid > > so that when i select the checkb

Re: internationalization in struts

2006-12-12 Thread Kranti Parisa
work?? On 12/13/06, Gary Feidt <[EMAIL PROTECTED]> wrote: What is you package name? I have an app that called cmo.resources and would use the following: Gary >>> [EMAIL PROTECTED] 12/12/2006 11:38 AM >>> Hi, i am working on internationalization in struts. for thi

Re: internationalization in struts + dynamic checkboxes

2006-12-12 Thread Kranti Parisa
Chris, Thank you very much for the info. I shall try this and get back to the forum on my findings. i have been struggling with another issue, that is Please suggest me some idea to achive the following from DB getting empid,empname,salary..etc into a arraylist of beans. that m

Re: internationalization in struts

2006-12-12 Thread Gary Feidt
What is you package name? I have an app that called cmo.resources and would use the following: Gary >>> [EMAIL PROTECTED] 12/12/2006 11:38 AM >>> Hi, i am working on internationalization in struts. for this i did the following 1) WEB-INF/classes/resources folder def

Re: internationalization in struts

2006-12-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kranti, Kranti Parisa wrote: > for this i did the following > > 1) WEB-INF/classes/resources folder defined all the files > example : application.properties, application_fr.properties ..etc [snip] > 3) in struts-config.xml file defined the followin

internationalization in struts

2006-12-12 Thread Kranti Parisa
Hi, i am working on internationalization in struts. for this i did the following 1) WEB-INF/classes/resources folder defined all the files example : application.properties, application_fr.properties ..etc 2) in each file defined the labels example label.firstname=First Name 3) in struts