Javascript not working in sx:div in struts2

2010-09-16 Thread SudhirJava
Hi, Please help me in the following issue. The issue in Javascript is not working in the included page in sx:div. Below is the code In certification.jsp if I click on Edit link it is not calling the javascript function editCertification() I am using struts2-dojo-plugin-2.1.8.1.jar struts2-cor

Javascript proble in sx:civ in struts2

2010-09-16 Thread SudhirJava
Hi, Please help me in the following issue. I have gone throgh some threads which have explained the same problem. But not able to solve this. So I need your help on this. Please provide me if you know the solution is explained clearly. I apoloigize if this a duplicate thread. The issue in J

RE: Javascript proble in sx:civ in struts2

2010-09-19 Thread SudhirJava
have a definite answer, but just keep in mind that: >> >> - The Dojo plugin is deprecated, you might want to consider other ways >> of achieving the same thing. >> >> - For the ajax tags to work you have to include the head tag ( >> ). >> >> Pleas

How to get the value of Constants defined in struts.xml

2010-10-21 Thread SudhirJava
I am sorry, if this thread is repeated. Please tell tell me how get the value of Constants defined in struts.xml. Is it possible to get the value of "MYCONSTANTVARIABLE" in action class. Thanks Sudhir -- View this message in context: http://old.nabble.com/How-to-get-the-value-of-Constants-d

Re: How to get the value of Constants defined in struts.xml

2010-10-22 Thread SudhirJava
ction class. > > - RM > > > > From: > SudhirJava > To: > user@struts.apache.org > Date: > 21-10-2010 17:58 > Subject: > How to get the value of Constants defined in struts.xml > > > > > I am sorry, if this thread is repeated. > > Please t

Re: How to get the value of Constants defined in struts.xml

2010-10-24 Thread SudhirJava
Can anybody please tell me What is the Benefit of this ? I can define it in web.xml can retrieve it. What is the main purpose of this?? ~SK SudhirJava wrote: > > Thanks. > That works... > > I think it should be value instead of name > i.e. > @Inject(value="

Re: How to get the value of Constants defined in struts.xml

2010-10-24 Thread SudhirJava
Struts Constants. I can define in web.xml and get the value in Action class too. Then what is the use of Struts Constants? ~SK Maurizio Cucchiara wrote: > > I'm not sure what you mean. > What's the benefit of inversion of control? or struts constant? > > 2010/10/