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
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
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
-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
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
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
-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
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
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
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
-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
11 matches
Mail list logo