Dojo Jars for Struts2

2007-12-17 Thread Rajasekhar
Hi How can i dowload DojoJars For Struts2.0 does anyone have information pls send me Best Regards, Rajasekhar Yenduva B.tech(IT), Jr J2EE Developer, Miracle Software Systems, Inc Website: www.miraclesoft.com Email: [EMAIL PROTECTED] Work: 248-233-1814 Mobile: 9290842877

ExceptionHandling in Struts2.0

2007-12-17 Thread Rajasekhar
hi how can i use Exception Handling in struts2.0 does anyone have information pls send me Best Regards, Rajasekhar Yenduva B.tech(IT), Jr J2EE Developer, Miracle Software Systems, Inc Website: www.miraclesoft.com Email: [EMAIL PROTECTED] Work: 248-233-1814 Mobile: 9290842877

RE: [Struts2] problem with tag

2007-12-17 Thread Rajasekhar
hi Raghuveer you can solve your problem through call prepare() method again means in action method before return String like SUCCESS OR INPUT OR LOGIN call prepare() method once again it will display select component values perfectly as normally. -Original Message- From: Raghu

STRUTS2.1 JARS

2007-12-14 Thread Rajasekhar
Hi to all how can i download struts2.1 jars is this released? if so can you send me url Best Regards, Rajasekhar Yenduva B.tech(IT), Jr J2EE Developer, Miracle Software Systems, Inc Website: www.miraclesoft.com Email: [EMAIL PROTECTED] Work: 248-233-1814 Mobile: 9290842877

Tabbedpannel issue

2007-12-14 Thread Rajasekhar
lease give me some idea right now i am using Struts2.0.9 version Best Regards, Rajasekhar Yenduva B.tech(IT), Jr J2EE Developer, Miracle Software Systems, Inc Email: [EMAIL PROTECTED] winning does't a

RE: LOG4J in Struts2

2007-12-14 Thread Rajasekhar
Thank you for your response i will work out with an example -Original Message- From: hezjing [mailto:[EMAIL PROTECTED] Sent: Friday, December 14, 2007 2:10 PM To: Struts Users Mailing List Subject: Re: LOG4J in Struts2 Hi Rajasekhar You can study the struts2-showcase-2.0.11.war

LOG4J in Struts2

2007-12-13 Thread Rajasekhar
hai every one, i am interrested to use Log4j in Struts2 so does any enyone have information about tutorials pls send me. Best Regards, Rajasekhar Yenduva B.tech(IT), Jr J2EE Developer, Miracle Software Systems, Inc Email: [EMAIL PROTECTED

Re: Problem opening application in more than one browser

2006-03-30 Thread rajasekhar . cherukuri
lick - Open in new Window', the problem can be because of improper handling of session related information. Just check if this could be of any help for you. Thanks and Regards, Rajasekhar Cherukuri "Shasirekha Engala" <[EMAIL PROTECTED]> 03/30/2006 12:50 PM Please r

Re: Invalidating a session using JAVASCRIPT

2006-03-21 Thread rajasekhar . cherukuri
corresponding notification methods Rajasekhar Cherukuri Tata Consultancy Services Limited Air-India Building 11th Floor, Nariman Point , Mumbai - 400 021,Maharashtra India Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com "Sahil Gupta" <[EMAIL PROTECTED]> 03/21/2006 04:08 P

Re: cant reset form

2005-11-09 Thread rajasekhar . cherukuri
Hi Chris, Why don't you try making the scope of the form as "request" ? Chris Pat <[EMAIL PROTECTED]> 11/10/2005 09:33 AM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject cant reset form Hello I have an app with three fields on the form.

Re: difference between setAtttibute and setPatameter

2005-10-27 Thread rajasekhar . cherukuri
erger(4)) in either Action or Servlet, then you can retrieve the value in JSP through request.getAttribute("MY_ATT"). Regards, Rajasekhar Cherukuri "Ankit Pancholi" <[EMAIL PROTECTED]> 10/27/2005 03:04 PM Please respond to "Struts Users Mailing List"

Re: Problem with request.setAttribute

2005-10-27 Thread rajasekhar . cherukuri
that are contained in the current form and that new request erases all the previous values. If you want to use these values in the Action also, you need to set them to session rather than request. Regards, Rajasekhar Cherukuri Deepa Khetan <[EMAIL PROTECTED]> 10/27/2005 02:22 PM

Re: unknown field in struts-config.xml

2005-10-22 Thread rajasekhar . cherukuri
t a valid action in your Application "App" then it will be directed to an action whose unknown="true" in the struts-config.xml. There can be only one action with this unknown="true". The default value is false and it does NO harm to the action if explicitly

RE: query string parameters problem

2005-10-21 Thread rajasekhar . cherukuri
request is not taking the values of name and age in the query string (As the querystring URL is getting overridden by "/submit.do"). Regards, Rajasekhar Cherukuri "R.Vijayaraghavan" <[EMAIL PROTECTED]> 10/22/2005 12:14 PM Please respond to "Struts Users Ma

RE: query string parameters problem

2005-10-21 Thread rajasekhar . cherukuri
ired values in the Javascript. Regards, Rajasekhar Cherukuri "R.Vijayaraghavan" <[EMAIL PROTECTED]> 10/22/2005 11:53 AM Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject RE: query string parameters problem

Re: query string parameters problem

2005-10-21 Thread rajasekhar . cherukuri
In this case you should explicitly call the setter methods of the ActionForm and then set the new ActionForm object to session with the same name that was used in the action element attribute "attribute" in struts-config.xml. Regards, Rajasekhar Cherukuri "R.Vijayaraghavan" &l

Re: [Form field values.. regarding]

2005-10-21 Thread rajasekhar . cherukuri
Hi, You can use the value="" attribute in the tag in which you don't want the default values to be loaded. This doe not require any special method. Regards, Rajasekhar Cherukuri "Deva Pitchai(NatureSoft)" <[EMAIL PROTECTED]> 10/21/2005 01:10 PM

Re: Problems with Iterator tag Please Help

2005-10-20 Thread rajasekhar . cherukuri
Use the following code Hi This will print the "Hi" the number of times depending on the size of ArrayList. Also do not forget to use the fully qualified name with package for type="NibuSrchVLocalDTO" Regards, Rajasekhar Cherukuri Troy Bull <[EMAIL PRO

Re: Error while adding one field in thesample application

2005-10-19 Thread rajasekhar . cherukuri
Have u tried with restarting or redeploying your app server?? Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or

Re: I am getting frustrated with LookupDispatchAction

2005-10-17 Thread rajasekhar . cherukuri
Have you extended LookUpDipatchAction your "ddPSLUserWizardAction" ?? Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, prin

Re: Handling invalid sessions

2005-10-16 Thread rajasekhar . cherukuri
, Rajasekhar Cherukuri peru cheppanu <[EMAIL PROTECTED]> 10/17/2005 10:26 AM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: Handling invalid sessions If we do that, then execute() method in child classes will override Base

Re: Handling invalid sessions

2005-10-16 Thread rajasekhar . cherukuri
mplemented by all your Action classes. If it is a "failure" (means there is NO required information in the session), then forward to a login page or failure page. Regards, Rajasekhar Cherukuri Jadeler <[EMAIL PROTECTED]> 10/17/2005 09:57 AM Please respond to "Struts

Re: Select first in Options list

2005-10-10 Thread rajasekhar . cherukuri
Hi, Do not use "selected" for any option. By default automatically, the first option will be selected and your purpose will be solved. Regards, Rajasekhar Cherukuri "Doug Thomas" <[EMAIL PROTECTED]> 10/10/2005 06:20 PM Please respond to "Struts Us

Re: Hide the JSP: Actions, rowBean and JSPs question

2005-10-10 Thread rajasekhar . cherukuri
CTED] cc Subject Re: Hide the JSP: Actions, rowBean and JSPs question Hi Rajasekhar, What would be no_access? Just a name value? In this case all JSPs would be not accessed correct? Now, if I want to only do this in a folder then I would: /folder/* Is it correct? Thanks, C.F. [EM

Re: Hide the JSP: Actions, rowBean and JSPs question

2005-10-09 Thread rajasekhar . cherukuri
Hi, Put the following code in your web.xml. This will not allow any of your user to access your JSPs. ... no_access *.jsp ... Regards, Rajasekhar Cherukuri "C.F. Scheidecker Antunes" <[EMAIL PROTECTED]> 10/10/2005

Re: ActionForm validate() - what Action does the controller call?

2005-10-07 Thread rajasekhar . cherukuri
If the validate method returs non empty ActionErrors object, the control will go to the JSP specified in the input attribute of the corresponding action element in struts-config.xml . Thanks, Rajasekhar Cherukuri Please respond to "Struts Users Mailing List" To Struts Use

Re: Base action class

2005-10-06 Thread rajasekhar . cherukuri
that needs to be implemented in all teh actions which import the BaseAction. Thanks, Rajasekhar Cherukuri Please respond to "Struts Users Mailing List" To user@struts.apache.org cc Subject Base action class Hello, I am trying to use a BaseAction class for my action,

NullPointerException while using Tiles

2005-10-06 Thread rajasekhar . cherukuri
Hi, I am using Tiles in my application. Whenever i am redeploying or making any changes i am getting the following error. If i restart the server, it is working fine. Any idea about this? Thanks in advance. Error 500--Internal Server Error java.lang.NullPointerException