RE: Cannot find bean error

2002-10-07 Thread Victor CHEVALIER
javax.servlet.ServletException: Cannot find bean EMTTaskDetail in scope null This doesn't mean your scope is not valid but that there is no bean in the scope you specified. So if you specified no scope, this mean there is no bean in 'memory'. Verify the tag (logic taglib definition). On another

RE: struts-config.xml question

2002-10-01 Thread Victor CHEVALIER
'attribute' is an alias for 'name'. if none is specified, name is used. You can look at the javadoc of ActionMapping for complete doc on the tag. -Message d'origine- De : Kevin HaleBoyes [mailto:[EMAIL PROTECTED]] Envoye : mardi 1 octobre 2002 17:23 A : [EMAIL PROTECTED] Objet : struts-c

RE: reloading ApplicationResources

2002-10-01 Thread Victor CHEVALIER
After some tests, I understand this : The ApplictionResources is treated as a class. in tomcat 4.x, you can say for a webapp (context) to reload modified files in /WEB-INF/classes So you can make your property file auto-reload. I will go to bed less idiot tonight ! Thanks all -Message d'

RE: reloading ApplicationResources

2002-10-01 Thread Victor CHEVALIER
change it. -Message d'origine- De : Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Envoye : mardi 1 octobre 2002 10:05 A : Struts Users Mailing List Objet : RE: reloading ApplicationResources On Tue, 1 Oct 2002, Victor CHEVALIER wrote: > Date: Tue, 1 Oct 2002 09:58:50 +0200 > From

RE: reloading ApplicationResources

2002-10-01 Thread Victor CHEVALIER
n eye on the console. If you save any changes to your ApplicationResources, you should see a message in the console saying it has reloaded it james gagan -Original Message- From: Victor CHEVALIER [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 12:27 AM To: Struts Users Ma

RE: reloading ApplicationResources

2002-10-01 Thread Victor CHEVALIER
I just made a simple test (change the value of a key and reload my page) and it doesn't work. Should be more complicated ? -Message d'origine- De : Andrew Hill [mailto:[EMAIL PROTECTED]] Envoye : mardi 1 octobre 2002 09:45 A : Struts Users Mailing List Objet : RE: reloading ApplicationRes

reloading ApplicationResources

2002-10-01 Thread Victor CHEVALIER
Hi, Is there a mean to reload the ApplicationResouces.properties file ? Thanks -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: [struts-example.war] Cannot find message resources under keyorg.apache.struts.action.MESSAGE

2002-09-05 Thread Victor CHEVALIER
I remember this message. Are you sure that struts is correctly initialized ? -Message d'origine- De : Brian Holzer [mailto:[EMAIL PROTECTED]] Envoye : mercredi 4 septembre 2002 23:59 A : > Objet : [struts-example.war] Cannot find message resources under keyorg.apache.struts.action.MESSAGE

RE: How to set a varible in a form

2002-09-04 Thread Victor CHEVALIER
In the jsp specification, there is : -Message d'origine- De : Long Zhao [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 4 septembre 2002 17:43 À : Struts Users Mailing List Objet : How to set a varible in a form I have a varible "title" in "SectionForm" In JSP, before I do I want to set

RE: Unable to open location, with jakarta-struts-1.1-b2-blank.war

2002-09-03 Thread Victor CHEVALIER
The files under WEB-INF are protected (unacessible via the browser). If you want to put tou jsp under WEB-INF you must have at least one welcome.jsp under / or /jsp/ or ... but not /WEB-INF/... then this jsp should call a struts action which will redirect to the protected jsp (an actionForward can