Re: internationalization in struts

2006-12-15 Thread Chris Pratt
Looking at your structure above it appears that you have two subdirectories of WEB-INF, classes (which is automatically on the classpath) and resources (which is not on the classpath). If you move the resources directory under the classes directory it should work. (*Chris*) On 12/12/06, Kranti

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
Okay I will also try in similar lines in my package. On 12/13/06, Gary Feidt <[EMAIL PROTECTED]> wrote: I put my resource files in my normal class path of (web-inf/classes/cmo/lang). Here is mine as it works right now in my struts-config.xml: Gary >>> [EMAIL PROTECTED] 12/12/2006 2:16 PM

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
I put my resource files in my normal class path of (web-inf/classes/cmo/lang). Here is mine as it works right now in my struts-config.xml: Gary >>> [EMAIL PROTECTED] 12/12/2006 2:16 PM >>> I Have the following Strcture WEB-INF - classes -com -login - resources

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
I Have the following Strcture WEB-INF - classes -com -login - resources - application.properties - application_fr.properties which means resources folder is there in WEB-INF and is seperated from the com.login package containing java code should wor

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 defined all the files exam

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