RE: [Struts2] problem with s:select 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:

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

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

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

Tabbedpannel issue

2007-12-14 Thread Rajasekhar
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 always mean

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

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
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 respond to Struts Users Mailing List user

Re: Invalidating a session using JAVASCRIPT

2006-03-21 Thread rajasekhar . cherukuri
the 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 PM Please respond

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 user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject cant reset form Hello I

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 Please

Re: difference between setAtttibute and setPatameter

2005-10-27 Thread rajasekhar . cherukuri
, 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 user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject

RE: query string parameters problem

2005-10-22 Thread rajasekhar . cherukuri
in the Javascript. Regards, Rajasekhar Cherukuri R.Vijayaraghavan [EMAIL PROTECTED] 10/22/2005 11:53 AM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject RE: query string parameters problem -Original Message

RE: query string parameters problem

2005-10-22 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 Mailing List user@struts.apache.org

Re: unknown field in struts-config.xml

2005-10-22 Thread rajasekhar . cherukuri
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 unknown=false is specified. Regards, Rajasekhar Cherukuri axel

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 Please respond to Struts Users Mailing

Re: query string parameters problem

2005-10-21 Thread rajasekhar . cherukuri
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 [EMAIL PROTECTED] 10/21/2005 03:40 PM Please respond

Re: Error while adding one field in thesample application

2005-10-20 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: Problems with Iterator tag Please Help

2005-10-20 Thread rajasekhar . cherukuri
qualified name with package for type=NibuSrchVLocalDTO Regards, Rajasekhar Cherukuri Troy Bull [EMAIL PROTECTED] 10/20/2005 08:56 PM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Problems with Iterator tag Please

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,

Re: Handling invalid sessions

2005-10-16 Thread rajasekhar . cherukuri
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 Users Mailing List user@struts.apache.org

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 user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: Handling invalid sessions If we do that, then execute() method in child classes

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 Users Mailing List user@struts.apache.org

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

2005-10-09 Thread rajasekhar . cherukuri
auth-constraint/ /security-constraint ... /web-app Regards, Rajasekhar Cherukuri C.F. Scheidecker Antunes [EMAIL PROTECTED] 10/10/2005 09:58 AM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Hide

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 user@struts.apache.org

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

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 user@struts.apache.org To user@struts.apache.org cc Subject Base action class Hello, I am trying to use a BaseAction class for my