Re: help on plugin and i18n

2005-08-08 Thread Kjersti Berg
On 05/08/05, peeths @struts [EMAIL PROTECTED] wrote:
 hi ,
 
 i have added message-resources parameter=ApplicationResources /
 but still i'm getting the same error , i 've placed the resource files
 inside WEB-INF folder , how can i recover it .
 

Is it in the classes folder? It has to be on the webapps classpath.

Kjersti

 regards
 Anoop
 
 On 5 Aug 2005 05:02:58 -, d d [EMAIL PROTECTED] wrote:
 
  u can download MyEclipse (MyEclipse Enterprise Workbench) from 
  Myeclipseside stie. It provides tools for handling struts.
 
  For application resource:See if u have configured tag.message-resources 
  in struts_config.xml
  message-resources parameter=com.yourcompany.struts.ApplicationResources 
  /
 
  On Fri, 05 Aug 2005 [EMAIL PROTECTED] wrote :
  hi all,
  i'm new to struts , i just come up with the concept and i would like
  to know where i'll get struts plugin for eclipse for jboss server in
  linux .
  
  i'm working on internationalization , i deployed an application but
  i'm getting an error message in the index.jsp page
  javax.servlet.ServletException: Missing message for key app.username
  
  i have defined applicationresources property file and also other
  property file , but i'm not able to  run the program . what can be the
  problem
  
  regards
  Anoop
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: help on plugin and i18n

2005-08-05 Thread peeths @struts
hi ,

i have added message-resources parameter=ApplicationResources /
but still i'm getting the same error , i 've placed the resource files
inside WEB-INF folder , how can i recover it .

regards
Anoop

On 5 Aug 2005 05:02:58 -, d d [EMAIL PROTECTED] wrote:
  
 u can download MyEclipse (MyEclipse Enterprise Workbench) from Myeclipseside 
 stie. It provides tools for handling struts.
 
 For application resource:See if u have configured tag.message-resources in 
 struts_config.xml
 message-resources parameter=com.yourcompany.struts.ApplicationResources /
 
 On Fri, 05 Aug 2005 [EMAIL PROTECTED] wrote :
 hi all,
 i'm new to struts , i just come up with the concept and i would like
 to know where i'll get struts plugin for eclipse for jboss server in
 linux .
 
 i'm working on internationalization , i deployed an application but
 i'm getting an error message in the index.jsp page
 javax.servlet.ServletException: Missing message for key app.username
 
 i have defined applicationresources property file and also other
 property file , but i'm not able to  run the program . what can be the
 problem
 
 regards
 Anoop
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: {Spam?} Re: help on plugin and i18n

2005-08-05 Thread GRamani
Hi Anoop, your first note says your error is: Missing message for key 
app.username. So make sure you have a property called app.username in 
your resources file.. Also, I believe you should put your file in 
WEB-INF/classes not in WEB-INF...

Regards,
Geeta




peeths @struts [EMAIL PROTECTED] 
08/05/2005 02:08 PM
Please respond to
Struts Users Mailing List user@struts.apache.org


To
Struts Users Mailing List user@struts.apache.org, d d 
[EMAIL PROTECTED]
cc

Subject
{Spam?} Re: help on plugin and i18n






hi ,

i have added message-resources parameter=ApplicationResources /
but still i'm getting the same error , i 've placed the resource files
inside WEB-INF folder , how can i recover it .

regards
Anoop

On 5 Aug 2005 05:02:58 -, d d [EMAIL PROTECTED] wrote:
 
 u can download MyEclipse (MyEclipse Enterprise Workbench) from 
Myeclipseside stie. It provides tools for handling struts.
 
 For application resource:See if u have configured 
tag.message-resources in struts_config.xml
 message-resources 
parameter=com.yourcompany.struts.ApplicationResources /
 
 On Fri, 05 Aug 2005 [EMAIL PROTECTED] wrote :
 hi all,
 i'm new to struts , i just come up with the concept and i would like
 to know where i'll get struts plugin for eclipse for jboss server in
 linux .
 
 i'm working on internationalization , i deployed an application but
 i'm getting an error message in the index.jsp page
 javax.servlet.ServletException: Missing message for key app.username
 
 i have defined applicationresources property file and also other
 property file , but i'm not able to  run the program . what can be the
 problem
 
 regards
 Anoop
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



CONFIDENTIALITY NOTICE:This email is intended solely for the person or 
entity to which it is addressed and may contain confidential and/or 
protected health information.  Any duplication, dissemination, action 
taken in reliance upon, or other use of this information by persons or 
entities other than the intended recipient is prohibited and may violate 
applicable laws.  If this email has been received in error, please notify 
the sender and delete the information from your system.  The views 
expressed in this email are those of the sender and may not necessarily 
represent the views of IntelliCare.


Re: {Spam?} Re: help on plugin and i18n

2005-08-05 Thread peeths @struts
hi all ,

thanx every one who helped me in i18n , i put the application files
inside classes folder and now its working fine , and now i got now one
doubt , i have defined for two languages english and italina , but all
the time its displaying english , and if i want to display it in
italian language , what i have to do .

thanx and regards
Anoop

On 8/5/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Hi Anoop, your first note says your error is: Missing message for key
 app.username. So make sure you have a property called app.username in
 your resources file.. Also, I believe you should put your file in
 WEB-INF/classes not in WEB-INF...
 
 Regards,
 Geeta
 
 
 
 
 peeths @struts [EMAIL PROTECTED]
 08/05/2005 02:08 PM
 Please respond to
 Struts Users Mailing List user@struts.apache.org
 
 
 To
 Struts Users Mailing List user@struts.apache.org, d d
 [EMAIL PROTECTED]
 cc
 
 Subject
 {Spam?} Re: help on plugin and i18n
 
 
 
 
 
 
 hi ,
 
 i have added message-resources parameter=ApplicationResources /
 but still i'm getting the same error , i 've placed the resource files
 inside WEB-INF folder , how can i recover it .
 
 regards
 Anoop
 
 On 5 Aug 2005 05:02:58 -, d d [EMAIL PROTECTED] wrote:
 
  u can download MyEclipse (MyEclipse Enterprise Workbench) from
 Myeclipseside stie. It provides tools for handling struts.
 
  For application resource:See if u have configured
 tag.message-resources in struts_config.xml
  message-resources
 parameter=com.yourcompany.struts.ApplicationResources /
 
  On Fri, 05 Aug 2005 [EMAIL PROTECTED] wrote :
  hi all,
  i'm new to struts , i just come up with the concept and i would like
  to know where i'll get struts plugin for eclipse for jboss server in
  linux .
  
  i'm working on internationalization , i deployed an application but
  i'm getting an error message in the index.jsp page
  javax.servlet.ServletException: Missing message for key app.username
  
  i have defined applicationresources property file and also other
  property file , but i'm not able to  run the program . what can be the
  problem
  
  regards
  Anoop
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 --
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean.
 
 
 
 CONFIDENTIALITY NOTICE:This email is intended solely for the person or
 entity to which it is addressed and may contain confidential and/or
 protected health information.  Any duplication, dissemination, action
 taken in reliance upon, or other use of this information by persons or
 entities other than the intended recipient is prohibited and may violate
 applicable laws.  If this email has been received in error, please notify
 the sender and delete the information from your system.  The views
 expressed in this email are those of the sender and may not necessarily
 represent the views of IntelliCare.
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: help on plugin and i18n

2005-08-04 Thread d d
  
u can download MyEclipse (MyEclipse Enterprise Workbench) from Myeclipseside 
stie. It provides tools for handling struts.

For application resource:See if u have configured tag.message-resources in 
struts_config.xml
message-resources parameter=com.yourcompany.struts.ApplicationResources /

On Fri, 05 Aug 2005 [EMAIL PROTECTED] wrote :
hi all,
i'm new to struts , i just come up with the concept and i would like
to know where i'll get struts plugin for eclipse for jboss server in
linux .

i'm working on internationalization , i deployed an application but
i'm getting an error message in the index.jsp page
javax.servlet.ServletException: Missing message for key app.username

i have defined applicationresources property file and also other
property file , but i'm not able to  run the program . what can be the
problem

regards
Anoop

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]