Struts 2 problem in In url tag variable

2011-04-20 Thread kiala davy
Hi,I am a newbie in Struts 2.2.1.1. So i am learning to use Struts. I am facing a problem in the example on the following link http://struts.apache.org/2.2.1/docs/message-resource-files.html. The following code does not work: "registerInput" var="registerInputLink" />"${registerInputLink}">Please

Re : Struts 2 problem in In url tag variable

2011-04-20 Thread kiala davy
.jsp to work. What servlet container (and version) are you using? (*Chris*) On Wed, Apr 20, 2011 at 2:07 PM, kiala davy wrote: > Hi, > > I am a newbie in Struts 2.2.1.1. So i am learning to use Struts. I am > facing a problem in the example on the following link > http://st

Re : Struts 2 problem in In url tag variable

2011-04-20 Thread kiala davy
"Develop with pleasure!" ____ From: kiala davy [mailto:davy_ki...@yahoo.fr] Sent: Thursday, April 21, 2011 1:08 AM To: user@struts.apache.org Subject: Struts 2 problem in In url tag variable Hi, I am a newbie in Struts 2.2.1.1. So i am

Re : Re : Struts 2 problem in In url tag variable

2011-04-20 Thread kiala davy
_ De : Chris Pratt À : Struts Users Mailing List Envoyé le : Mer 20 avril 2011, 23h 34min 10s Objet : Re: Re : Struts 2 problem in In url tag variable Did you include the JSP taglib directive at the top of the page? (*Chris*) On Wed, Apr 20, 2011 at 2:26 PM, kiala davy wrote: > My file is

Re : Struts 2 problem in In url tag variable

2011-04-20 Thread kiala davy
tomcat 5. Set ELIgnored="false" in your page attribute Ilya Kazakevich, Developer JetBrains Inc http://www.jetbrains.com "Develop with pleasure!" -Original Message----- From: kiala davy [mailto:davy_ki...@yahoo.fr] Sent: Thursday, April 21, 2011 1:39 AM To: Struts Users

Re : Struts 2 problem in In url tag variable

2011-04-20 Thread kiala davy
age isELIgnored="false" %> Ilya Kazakevich, Developer JetBrains Inc http://www.jetbrains.com "Develop with pleasure!" -Original Message- From: kiala davy [mailto:davy_ki...@yahoo.fr] Sent: Thursday, April 21, 2011 1:50 AM To: Struts Users Mailing List Subject: R

Form xml validation doesn't work

2011-04-22 Thread kiala davy
Hi,I am learning Struts and working on tutorial of form validation with xml file. I think there is something wrong with the example given in Struts site web http://struts.apache.org/2.2.1/docs/form-validation-using-xml.html . Is there someone who success to test this example please ?Thanks