Re: Not Able to call Action

2010-01-28 Thread SweetRahul
there any other plugins available for using Ajax in a Web Application ? Thanks Rahul Saeed Iqbal-2 wrote: > > It looks fine to me perhaps someone else can help you. > > > -- View this message in context: http://old.nabble.com/Not-Able-to-call-Action-tp15878011p27354800

Re: Not Able to call Action

2010-01-28 Thread Saeed Iqbal
e Sensitive too. > > > > > > > > -- > > Saeed Iqbal > > Independant Consultant > > J2EE - Application Architect / Developer > > > > > > -- > View this message in context: > http://old.nabble.com/Not-Able-to-call-Action-tp15878011p273546

Re: Not Able to call Action

2010-01-28 Thread SweetRahul
not just login. Case Sensitive too. > > > > -- > Saeed Iqbal > Independant Consultant > J2EE - Application Architect / Developer > > -- View this message in context: http://old.nabble.com/Not-Able-to-call-Action-tp15878011p27354656.html Sent from the

Re: Not Able to call Action

2010-01-28 Thread Saeed Iqbal
> " Struts has detected an unhandled exception: > >> > >> Messages: No result defined for action secure.Login and result success " > >> > >> It will be nice if you will please give me some hint fo

Re: Not Able to call Action

2010-01-28 Thread SweetRahul
>> >> " Struts has detected an unhandled exception: >> >> Messages: No result defined for action secure.Login and result success " >> >> It will be nice if you will please give me some hint for above issue. >> >> Thanks >> >> Ra

Re: Not Able to call Action

2010-01-28 Thread Saeed Iqbal
-- > > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > > For additional commands, e-mail: user-h...@struts.apache.org > > > > > > > > -- > View this message in context: > http://old.nabb

Re: Not Able to call Action

2010-01-28 Thread SweetRahul
e is > a > conversion or validator error. > > Dave > > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://old.nabble.com/Not-Able-to-c

Re: Not Able to call Action

2008-03-12 Thread aum strut
Hi Dave, Thanks for helping me out and clearing my basic understanding of the work flow.no my application is working fine running without any error.. thanks for your help. --aum On 3/11/08, aum strut <[EMAIL PROTECTED]> wrote: > > ok i will do like this.. > lets see what will be the results... >

Re: Not Able to call Action

2008-03-11 Thread aum strut
ok i will do like this.. lets see what will be the results... On 3/11/08, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- aum strut <[EMAIL PROTECTED]> wrote: > > about entering valida data i am inputting valid data aal the tme.. > > I'm skeptical. Turn "devMode" on and check your logs. It might a

Re: Not Able to call Action

2008-03-11 Thread Dave Newton
--- aum strut <[EMAIL PROTECTED]> wrote: > about entering valida data i am inputting valid data aal the tme.. I'm skeptical. Turn "devMode" on and check your logs. It might also be related to the other issue, I suppose, but it's more likely that there is a conversion or validator error. Dave --

Re: Not Able to call Action

2008-03-11 Thread aum strut
thks dave for such an explanation. i got what you are saying..i was really nt aware of the fact.. about entering valida data i am inputting valid data aal the tme.. On 3/11/08, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- aum strut <[EMAIL PROTECTED]> wrote: > > i am using two jsp pages here n

Re: Not Able to call Action

2008-03-11 Thread Dave Newton
--- aum strut <[EMAIL PROTECTED]> wrote: > i am using two jsp pages here namely index.jsp for getting inputs > HelloWorld.jsp-->for displaying the results.. > as indexs .jsp is being displayed on start up i have configuredit in > web.xml Okay, I've said like a million times that if you access the

Re: Not Able to call Action

2008-03-11 Thread aum strut
well this time i am keen to answeryour questions. i am using two jsp pages here namely index.jsp for getting inputs HelloWorld.jsp-->for displaying the results.. as indexs .jsp is being displayed on start up i have configuredit in web.xml helloWorld.jsp i have configured it in struts.xml like th

Re: Not Able to call Action

2008-03-11 Thread Dave Newton
--- aum strut <[EMAIL PROTECTED]> wrote: > i hope this will help to find out the cause of the error.As its still > giving the error.error message from the console attached namely > consoleError when i am adding the "action extension to the action". Are you accessing the JSP directly (as opposed to

Re: Not Able to call Action

2008-03-11 Thread aum strut
Hi Dave, I am attaching all the files namely index.jsp HelloWorld.jsp TestAction.java struts.xml web.xml consoleError browser Message i hope this will help to find out the cause of the error.As its still giving the error.error message from the console attached namely consoleError when i am adding

Re: Not Able to call Action

2008-03-09 Thread Dave Newton
--- aum strut <[EMAIL PROTECTED]> wrote: > about adding the .action extension i have to add this extension to my > action like this > > while if i am using > > it is still giving me the problem. Then something is still wrong. As I've tried to say several times already, and asked but gotten no

Re: Not Able to call Action

2008-03-09 Thread aum strut
the problem was that i was not clear about the struts.xml file which was creating the problem.. i was putting struts.xml in wrong location.. about adding the .action extension i have to add this extension to my action like this while if i am using it is still giving me the problem. On 3/9/08,

Re: Not Able to call Action

2008-03-09 Thread Dave Newton
--- aum strut <[EMAIL PROTECTED]> wrote: > it was really a silly mistake from my side which was causing the problem... What was the problem? > only question i want to ask is while writing the name of the action in form> tage do we need to add action extension, No. Dave -

Re: Not Able to call Action

2008-03-09 Thread aum strut
hi dave, Thanks for looking in to the matter. the problem has been fixed.. it was really a silly mistake from my side which was causing the problem... only question i want to ask is while writing the name of the action in tage do we need to add action extension, my mean to say that if the name

Re: Not Able to call Action

2008-03-08 Thread Dave Newton
--- aum strut <[EMAIL PROTECTED]> wrote: > but when i hit submitt button.it is not able to find the action associated > with the index.jsp. *sigh* Okay, we're going to start over. This would be easier if you'd answer the questions, though. This time I've numbered them for your convenience. 1) Do

Re: Not Able to call Action

2008-03-07 Thread aum strut
i have designed a jsp page namely index.jsp As i am using myeclipse as IDE which has tomcat embedded in it. running my application using embedded tomcat is displaying index.jsp page accuratly which is asking for input about the name and date. but when i hit submitt button.it is not able to find t

Re: Not Able to call Action

2008-03-07 Thread Dave Newton
--- aum strut <[EMAIL PROTECTED]> wrote: > i am not sure about the method invocation as read the example some where as > mentioned theer it was describibg that struts2 will automaticaaly populate > the fields in the action with refrence to input field. How do you access the form page? What is the

Re: Not Able to call Action

2008-03-07 Thread aum strut
hi dave, i am not sure about the method invocation as read the example some where as mentioned theer it was describibg that struts2 will automaticaaly populate the fields in the action with refrence to input field. On 3/7/08, Dave Newton <[EMAIL PROTECTED]> wrote: > > Oops, hit send too quickly.

Re: Not Able to call Action

2008-03-07 Thread Dave Newton
Oops, hit send too quickly. It's also a good idea (in general) to answer the questions somebody asks you--they may be relevant. --- aum strut <[EMAIL PROTECTED]> wrote: > even when i am trying the example from the struts web site namely > HelloWorld it is also not running. it still giving me the

Re: Not Able to call Action

2008-03-07 Thread Dave Newton
--- aum strut <[EMAIL PROTECTED]> wrote: > even when i am trying the example from the struts web site namely > HelloWorld it is also not running. > it still giving me the following error. Let's focus on your application for now. Dave -

Re: Not Able to call Action

2008-03-07 Thread aum strut
even when i am trying the example from the struts web site namely HelloWorld it is also not running. it still giving me the following error. *type* Status report *message* *There is no Action mapped for namespace / and action name HelloWorld.* *description* *The requested resource (There is no

Re: Not Able to call Action

2008-03-07 Thread Dave Newton
--- aum strut <[EMAIL PROTECTED]> wrote: > [...] I'm also not clear on how you're getting to your input form in the first place; are you using dynamic method invocation? Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

Re: Not Able to call Action

2008-03-07 Thread Dave Newton
--- aum strut <[EMAIL PROTECTED]> wrote: > /jsp/welcome.jsp Is that a typo? "SUCCESS" should be lower-case if you're returning ActionSupport.SUCCESS. Also the information regarding the lack of a configured result should be logging an error message to your console. Including such logging informati

Re: Not Able to call Action

2008-03-07 Thread aum strut
Hi All, I have tried all the ways but not able to solve the problem.. i am attaching all the codes for my test application.. *StrutsExample.xml* * package* aum; * import* java.sql.Date; * import* com.opensymphony.xwork2.ActionSupport; ** *public* *class* StrutsExample *extends* ActionSupport

RE: Not Able to call Action

2008-03-06 Thread Dave Newton
--- "Karr, David" <[EMAIL PROTECTED]> wrote: > I'm technically a newbie on this, so don't take my word on it, but I > would suggest: > > * Don't use "actionPackages" or the annotations. Both actionPackages and the annotations work fine; the issue you had was that you were combining the two config

RE: Not Able to call Action

2008-03-06 Thread Karr, David
element to have a value != your Java package. > -Original Message- > From: aum strut [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 06, 2008 8:42 AM > To: Struts Users Mailing List > Subject: Not Able to call Action > > Hi All, > > I am a starter in struts2. i am devel

Re: Not Able to call Action

2008-03-06 Thread aum strut
and if i will add the namespace to the struts.xml it is giving the error message as " *No configuration found for the specified action: 'TestExample' in namespace: ''. Form action defaulting to 'action' attribute's literal value. * any idea about these warnings.. On 3/6/08, aum strut <[EMAIL PRO

Re: Not Able to call Action

2008-03-06 Thread aum strut
ther is one more thing as i am using myeclipse for the development and when i am running the application it is giving the warning as" *"No configuration found for the specified action: 'TestExample' in namespace: ''. Form action defaulting to 'action' attribute's literal value" * " On 3/6/08, Oth

Re: Not Able to call Action

2008-03-06 Thread Othon Reyes Sanchez
* my index.jsp page is displaying properly whcih is asking for the inputs but when i click the submitt button it is giving me the error as *"The requested resource (/StrutsStarter/TestExample) is not availableE"** It is interesting why you have */StrutsStarter/TestExample *instead of * /StrutsStar

Re: Not Able to call Action

2008-03-06 Thread aum strut
Hi Dave and Othon, even on adding "namespace" and even removing the annotation based validations from the action i am still facing the same problem. On 3/6/08, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- Othon Reyes Sanchez <[EMAIL PROTECTED]> wrote: > > I guess somebody else have a very simi

Re: Not Able to call Action

2008-03-06 Thread Dave Newton
--- Othon Reyes Sanchez <[EMAIL PROTECTED]> wrote: > I guess somebody else have a very similar problem > > Change: > > For: > The other problem was occurring specifically because of the attempt to use zero-config alongside XML config in the same package, which apparently doesn't work. While I'd

Re: Not Able to call Action

2008-03-06 Thread aum strut
yes i am extending ActionSupport class and as i know it implimets Action interface where SUCCESS is defined. On 3/6/08, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- aum strut <[EMAIL PROTECTED]> wrote: > > public String execute() throws Exception{ > > return SUCCESS; > > } > > Do you have SUCC

Re: Not Able to call Action

2008-03-06 Thread Othon Reyes Sanchez
I guess somebody else have a very similar problem Change: For: Also are you extending form ActionSupport in your TestExample class?. On Thu, Mar 6, 2008 at 10:42 AM, aum strut <[EMAIL PROTECTED]> wrote: > Hi All, > > I am a starter in struts2. i am developing a simple programme in struts2 >

Re: Not Able to call Action

2008-03-06 Thread Dave Newton
--- aum strut <[EMAIL PROTECTED]> wrote: > public String execute() throws Exception{ > return SUCCESS; > } Do you have SUCCESS defined anywhere? Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Not Able to call Action

2008-03-06 Thread aum strut
Hi All, I am a starter in struts2. i am developing a simple programme in struts2 which will take the name and date as input and will display the same in the next page. below is the sample code of my action calss struts.xml my index.jsp page is displaying properly whcih is asking for the inputs b