Re : Struts 2 problem in In url tag variable

2011-04-20 Thread kiala davy
Thank you. My variable is set now. De : Ilya Kazakevich À : Struts Users Mailing List Envoyé le : Mer 20 avril 2011, 23h 53min 37s Objet : RE: Struts 2 problem in In url tag variable Try to put the following directive on the top of your JSP page <%@ p

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

2011-04-20 Thread Chris Pratt
g.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) > > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) > > java.lang.Thread.run(Unknown Source) > > > > > > > > > _

RE: Struts 2 problem in In url tag variable

2011-04-20 Thread Ilya Kazakevich
Thursday, April 21, 2011 1:50 AM To: Struts Users Mailing List Subject: Re : Struts 2 problem in In url tag variable Could you give me a code example please ? De : Ilya Kazakevich À : Struts Users Mailing List Envoyé le : Mer 20 avril 2011, 23h 43mi

Re : Struts 2 problem in In url tag variable

2011-04-20 Thread kiala davy
Could you give me a code example please ? De : Ilya Kazakevich À : Struts Users Mailing List Envoyé le : Mer 20 avril 2011, 23h 43min 13s Objet : RE: Struts 2 problem in In url tag variable AFAIK EL is not enabled by default in JSP 2.0 which is used in

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 Ilya Kazakevich
i...@yahoo.fr] Sent: Thursday, April 21, 2011 1:39 AM To: Struts Users Mailing List Subject: Re : Struts 2 problem in In url tag variable Thanks for your answer. registerInputLink does not contain the registerInput action. Here is my output when i click on the link. Struts Problem Report Struts has d

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 Chris Pratt
ailing List > Envoyé le : Mer 20 avril 2011, 23h 11min 21s > Objet : Re: Struts 2 problem in In url tag variable > > For most containers, that will have to be in a file that ends in .jsp to > work. What servlet container (and version) are you using? > (*Chris*) > &

Re : Struts 2 problem in In url tag variable

2011-04-20 Thread kiala davy
My file is register.jsp and i use Tomcat 5.5.30 De : Chris Pratt À : Struts Users Mailing List Envoyé le : Mer 20 avril 2011, 23h 11min 21s Objet : Re: Struts 2 problem in In url tag variable For most containers, that will have to be in a file that ends in

RE: Struts 2 problem in In url tag variable

2011-04-20 Thread Ilya Kazakevich
uot;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 learning to use Strut

Re: Struts 2 problem in In url tag variable

2011-04-20 Thread Chris Pratt
For most containers, that will have to be in a file that ends in .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

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