RE: Definition for form bean

2003-11-13 Thread Prasun Kumar Sarangi
: Form ref available in Session Scope if the form bean is available then do the rest of your processing. - Prasun -Original Message- From: Ipsita [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 2:22 PM To: Struts Users Mailing List Subject: Definition for form bean Hi, I

Re: Definition for form bean

2003-11-13 Thread Gurpreet Dhanoa
> Sent: Thursday, November 13, 2003 2:21 PM Subject: Definition for form bean > Hi, > > I am getting > [ > org.apache.jasper.JasperException: Cannot retrieve definition for form > bean null > ] > > but I have given it in my struts-config.xml > [ > >

Definition for form bean

2003-11-13 Thread Ipsita
Hi, I am getting [ org.apache.jasper.JasperException: Cannot retrieve definition for form bean null ] but I have given it in my struts-config.xml [ ] the class LoginForm.class exists in the specified directory structure... Where can I be going wrong? Pls advice. Thanks! Ipsita

Cannot retrieve definition for form bean null

2003-10-08 Thread Jiri Chaloupka
5 INFO [STDOUT] finish controler ... 22:58:27,603 ERROR [Engine] ApplicationDispatcher[/cms] Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: Cannot retrieve definition for form bean null at org.apache.jasper.servlet.JspServletWrapper.service(JspServle

Re: Cannot retrieve definition for form bean null

2003-10-07 Thread ajay brar
t; <[EMAIL PROTECTED]> Subject: Re: Cannot retrieve definition for form bean null Date: Tue, 7 Oct 2003 22:33:54 -0700 Struts is looking for the action form defined for the "/kiosk" action (since that is what the submits to on your page. The action or action form does not exist, so

Re: Cannot retrieve definition for form bean null

2003-10-07 Thread Max Cooper
define the stuff for your "/kiosk" action. -Max - Original Message - From: "ajay brar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 9:30 PM Subject: Cannot retrieve definition for form bean null > hi! > i had heard t

Re: Cannot retrieve definition for form bean null

2003-10-07 Thread Paul Rashidi
If you don't define a form in the struts config file how can you expect the form tag to work correctly? It's whole purpose is to reference the form attribute in your config and then reference the corresponding form in the request. Use the standard html form tag when you don't define a form for yo

Cannot retrieve definition for form bean null

2003-10-07 Thread ajay brar
hi! i had heard that a form bean for a form was optional, not sure why i am getting this error here. i have a button on a page and it goes like browse kiosks in my struts-config.xml i have defined the following action mapping type="KioskAction" scope="request">

Re: Cannot retrieve definition for form bean null

2003-10-07 Thread victor gusz
Is it absolutely necessary to use a form bean for every action? I will only let user to click on a link and forward it to another page while sending a value. Should I define a form bean for this? And how can I do it? regards, --- victor gusz <[EMAIL PROTECTED]> wrote: > Hi, > > I got the abo

Cannot retrieve definition for form bean null

2003-10-07 Thread victor gusz
Hi, I got the above error when I ran my struts app. I am not using a form for this action since I only need to diaply it. And I am using Tiles framework for this. Appreciate any help. __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http

Re: Cannot retrieve definition for form bean null - Whats the deal?

2003-03-27 Thread Jeff Kyser
he action viewJumpCenter is called, I receive the following error: [ServletException in:/WEB-INF/jsp/jumpCenter.jsp] Cannot retrieve definition for form bean null' What is happening here? I have several other forms setup like this that do not require me to specify the type of form bean in t

Re: Cannot retrieve definition for form bean null - Whats the deal?

2003-03-27 Thread Nicolas De Loof
. > > ... > > ... > > > ... > > When the action viewJumpCenter is called, I receive the following error: > [ServletException in:/WEB-INF/jsp/jumpCenter.jsp] Cannot retrieve definition > for form bean null' > > What is happening here? I have several ot

Cannot retrieve definition for form bean null - Whats the deal?

2003-03-27 Thread White, Joshua A (CASD, IT)
definition for form bean null' What is happening here? I have several other forms setup like this that do not require me to specify the type of form bean in the html:form tag. What else could be causing this error? I put debug statements in the form and action constructors, they are being created

Re: Exception: Cannot retrieve definition for form bean null using Fo rwardAction

2003-03-26 Thread Stephen Smithstone
javax.servlet.ServletException: Cannot retrieve definition for form bean > null > > at > org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextIm >p l.java:530) > > at > org.apache.jsp.leadDetails_jsp._jspService(leadDetails_jsp.java:

Exception: Cannot retrieve definition for form bean null using ForwardAction

2003-03-26 Thread Alonso, Damian
Hi, I am trying to use a ForwardAction to navigate from one jsp to another. It has been suggested that every JSP Page should be fronted by an Action. I am currently trying to do this, but getting the following exception: javax.servlet.ServletException: Cannot retrieve definition for

RE: Error 500: Cannot retrieve definition for form bean null

2003-02-15 Thread Nadeemullah Hussain
arwanSalam <[EMAIL PROTECTED]> [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 6:42 AM To: [EMAIL PROTECTED] Subject: Error 500: Cannot retrieve definition for form bean null Hi, I am getting "Error 500: Cannot retrieve definition for form bean null" when I use the

RE: Error 500: Cannot retrieve definition for form bean null

2003-02-14 Thread Joe Barefoot
your jsps. :) --joe > -Original Message- > From: MarwanSalam <[EMAIL PROTECTED]> > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 13, 2003 5:12 PM > To: [EMAIL PROTECTED] > Subject: Error 500: Cannot retrieve definition for form bean null > > &g

Re: Error 500: Cannot retrieve definition for form bean null

2003-02-13 Thread jim
Are you sure fields of bean UpdateOrderForm.java match (get/set) fields in your html form. jim MarwanSalam wrote: Hi, I am getting "Error 500: Cannot retrieve definition for form bean null" when I use the form tag . However, if I use , I don't get that error. Is there somet

Error 500: Cannot retrieve definition for form bean null

2003-02-13 Thread MarwanSalam <[EMAIL PROTECTED]>
Hi, I am getting "Error 500: Cannot retrieve definition for form bean null" when I use the form tag . However, if I use , I don't get that error. Is there something wrong I am doing? Here is the action-mapping from struts-config: name="updateOrderForm"

RE: Cannot retrieve definition for form bean null

2003-02-13 Thread Joe Barefoot
> > From: Art Vandalay [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, February 12, 2003 1:38 PM > > To: Struts Users Mailing List > > Subject: RE: Cannot retrieve definition for form bean null > > > > > > > > I am not referencing my own bean. The

RE: Cannot retrieve definition for form bean null

2003-02-12 Thread Art Vandalay
ginal Message- > From: Art Vandalay [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 12, 2003 1:38 PM > To: Struts Users Mailing List > Subject: RE: Cannot retrieve definition for form bean null > > > > I am not referencing my own bean. The only thing my JSP t

RE: Cannot retrieve definition for form bean null

2003-02-12 Thread Art Vandalay
nced properly in web.xml and is in a directory under WEB-INF\classes which corresponds to its package. -= J > -Original Message- > From: Art Vandalay [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 12, 2003 3:38 PM > To: Struts Users Mailing List > Subject: RE:

RE: Cannot retrieve definition for form bean null

2003-02-12 Thread Joe Barefoot
ailing List > Subject: RE: Cannot retrieve definition for form bean null > > > > I am not referencing my own bean. The only thing my JSP tries > to do is grab a value from a resource bundle and set the > title of the page to that value. This is my entire JSP: >

RE: Cannot retrieve definition for form bean null

2003-02-12 Thread James Childers
gt; Sent: Wednesday, February 12, 2003 3:38 PM > To: Struts Users Mailing List > Subject: RE: Cannot retrieve definition for form bean null > > > > I am not referencing my own bean. The only thing my JSP tries > to do is grab a value from a resource bundle and set the > title o

RE: Cannot retrieve definition for form bean null

2003-02-12 Thread Art Vandalay
s Mailing List > Subject: Re: Cannot retrieve definition for form bean null > > > > I'm sorry to bug everyone again with this, but I cannot > figure out what this error message is telling me. If anyone > has any insight, I'd appreciate it. > After looking through th

RE: Cannot retrieve definition for form bean null

2003-02-12 Thread James Childers
s application that > simply displays a JSP using bean:message to retrieve values > for my field labels and buttons from a ResourceBundle. Pretty > straight forward, but I am getting the following error: > > > > [exec] javax.servlet.jsp.JspException: Cannot retrieve > definit

Re: Cannot retrieve definition for form bean null

2003-02-12 Thread Art Vandalay
ervlet.jsp.JspException: Cannot retrieve definition for form bean null The message seems to imply that Struts is trying to access a bean whose name is "null" but I don't know what bean that would be as I have no beans referenced on my JSP. I am only trying to invoke the logic contained

RE: Cannot retrieve definition for form bean null

2003-02-12 Thread Art Vandalay
if this is your problem, but do you have the tld directive in your jsp? -Original Message- From: Art Vandalay [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 1:43 PM To: Struts Mailing List Subject: Cannot retrieve definition for form bean null Hello everyone, I am t

RE: Cannot retrieve definition for form bean null

2003-02-12 Thread Kandi Potter
To: Struts Mailing List Subject: Cannot retrieve definition for form bean null Hello everyone, I am trying to write a very simple Struts application that simply displays a JSP using bean:message to retrieve values for my field labels and buttons from a ResourceBundle. Pretty straight forward, but I

Cannot retrieve definition for form bean null

2003-02-12 Thread Art Vandalay
] javax.servlet.jsp.JspException: Cannot retrieve definition for form bean null The message seems to imply that Struts is trying to access a bean whose name is "null" but I don't know what bean that would be as I have no beans referenced on my JSP. I am only trying to invoke the logic contained wi

Re: Newbie: Cannot retrieve definition for form bean null

2003-02-11 Thread Scott Barr
Theres my fantastic reading skills coming to the forefront again! Scott On Wed, 2003-02-12 at 00:33, James Prance wrote: > Hi scott.. > > got it sorted now.. > > the actual error was in the subject: > Cannot retrieve definition for form bean null > > Thanks anyway..

Re: Newbie: Cannot retrieve definition for form bean null

2003-02-11 Thread James Prance
Hi scott.. got it sorted now.. the actual error was in the subject: Cannot retrieve definition for form bean null Thanks anyway.. James "Scott Barr" <[EMAIL PROTECTED]> wrote in message 1044966196.1116.9.camel@cypher">news:1044966196.1116.9.camel@cypher... > >

Re: Newbie: Cannot retrieve definition for form bean null

2003-02-11 Thread Scott Barr
Hi James What is the error you are getting? Scott On Tue, 2003-02-11 at 21:11, James Prance wrote: > Can someone help me out here.. > > I have no actions/forms, only an applicationResources.properties and jsp > that has an action declared in struts-config.xml as : > > forward="/tour.htm">

Newbie: Cannot retrieve definition for form bean null

2003-02-11 Thread James Prance
Can someone help me out here.. I have no actions/forms, only an applicationResources.properties and jsp that has an action declared in struts-config.xml as : this is really simple i know.. but i cant find an explanation for this error anywhere. -

Re: javax.servlet.ServletException: Cannot retrieve definition for form bean Logon

2002-08-19 Thread chuckcavaness
; ActionMapping has yet occured (you have not invoked a path and associated > > bean in strutsconfig yet). Try having the initial URL go to index.html and > > redirect the user (using a META tag in the to /do/index.jsp. Your > > Logon bean will then be associated with index.js

RE: javax.servlet.ServletException: Cannot retrieve definition for form bean Logon

2002-08-19 Thread Galbreath, Mark
Change your action to "/logon" and see if that helps. Mark -Original Message- From: Darren McGuinness [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 12:14 PM To: Struts Users Mailing List Subject: Re: javax.servlet.ServletException: Cannot retrieve definition for

Re: javax.servlet.ServletException: Cannot retrieve definition for form bean Logon

2002-08-19 Thread Darren McGuinness
ccured (you have not invoked a path and associated > > bean in strutsconfig yet). Try having the initial URL go to index.html > and > > redirect the user (using a META tag in the to /do/index.jsp. Your > > Logon bean will then be associated with index.jsp via strutsconfig.

RE: javax.servlet.ServletException: Cannot retrieve definition for form bean Logon

2002-08-19 Thread Galbreath, Mark
e associated with index.jsp via strutsconfig. > > Mark > > -Original Message- > From: Darren McGuinness [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 19, 2002 11:30 AM > To: Struts Users Mailing List > Subject: javax.servlet.ServletException: Cannot retrieve def

Re: javax.servlet.ServletException: Cannot retrieve definition for form bean Logon

2002-08-19 Thread Darren McGuinness
aving the initial URL go to index.html and > redirect the user (using a META tag in the to /do/index.jsp. Your > Logon bean will then be associated with index.jsp via strutsconfig. > > Mark > > -Original Message- > From: Darren McGuinness [mailto:[EMAIL PROTECTED]] > Sen

Re: javax.servlet.ServletException: Cannot retrieve definition for form bean Logon

2002-08-19 Thread chuckcavaness
Chuck > hi > > > > ciao > > chriz > > > Darren McGuinness wrote: > > I'm trying to set up a basic program to perform a logon action...I get said > > error: > > > > javax.servlet.ServletException: Cannot retrieve definition for fo

RE: javax.servlet.ServletException: Cannot retrieve definition for form bean Logon

2002-08-19 Thread Galbreath, Mark
Subject: javax.servlet.ServletException: Cannot retrieve definition for form bean Logon I'm trying to set up a basic program to perform a logon action...I get said error: javax.servlet.ServletException: Cannot retrieve definition for form bean Logon the line it falls over on is in index.jsp:

Re: javax.servlet.ServletException: Cannot retrieve definition for form bean Logon

2002-08-19 Thread chuckcavaness
o.Logon", then you need to specify the fully-qualified name. Just a thought, Chuck Cavaness > I'm trying to set up a basic program to perform a logon action...I get said > error: > > javax.servlet.ServletException: Cannot retrieve definition for form bean Logon > >

javax.servlet.ServletException: Cannot retrieve definition for form bean Logon

2002-08-19 Thread Darren McGuinness
I'm trying to set up a basic program to perform a logon action...I get said error: javax.servlet.ServletException: Cannot retrieve definition for form bean Logon the line it falls over on is in index.jsp: Am using JBuilder v6, with struts 1.0 and tomcat 4.0 Any help appreciated! my s

RE: Cannot retrieve definition for form bean null

2002-06-10 Thread Chandra Sekharan Bhaskaran
that form bean is instantiated when the jsp page is also displayed. Bye C.Bhaskaran -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 10:03 PM To: Struts Users Mailing List Subject: Re: Cannot retrieve definition for form bean null It

Re: Cannot retrieve definition for form bean null

2002-06-10 Thread Ted Husted
; > [ERROR,EmbeddedCatalinaServiceSX] ApplicationDispatcher[/pportal] > Servlet.servic > e() for servlet jsp threw exception > javax.servlet.ServletException: Cannot retrieve definition for form bean > null > at > org.apache.jasper.runtime.PageContextImpl.han

Cannot retrieve definition for form bean null

2002-06-10 Thread Supriya Saha
tion class. But when I am forwarding the request to the jsp page I am getting the following Exception : [ERROR,EmbeddedCatalinaServiceSX] ApplicationDispatcher[/pportal] Servlet.servic e() for servlet jsp threw exception javax.servlet.ServletException: Cannot retrieve definition for form bean null

RE: Cannot retrieve definition for form bean null

2002-04-10 Thread Ida Dørum
request in forms I've made earlier either. ida -Original Message- From: Christian Bouessay [mailto:[EMAIL PROTECTED]] Sent: 10. april 2002 14:03 To: Struts Users Mailing List Subject: Re: Cannot retrieve definition for form bean null Ida Dorum wrote: > The error turned out to be in my

Re: Cannot retrieve definition for form bean null

2002-04-10 Thread Christian Bouessay
Bouessay > -Original Message- > From: Arnaud Heritier [mailto:[EMAIL PROTECTED]] > Sent: 10. april 2002 11:53 > To: 'Struts Users Mailing List' > Subject: RE: Cannot retrieve definition for form bean null > > > Don't you miss to transfert your fo

RE: Cannot retrieve definition for form bean null

2002-04-10 Thread Ida Dorum
Users Mailing List' Subject: RE: Cannot retrieve definition for form bean null Don't you miss to transfert your form bean at the end of your action like this : if(form!=null) if ("request".equals(mapping.getScope()))

RE: Cannot retrieve definition for form bean null

2002-04-10 Thread Arnaud Heritier
else request.getSession().setAttribute(mapping.getAttribute(), form); arno# > -Message d'origine- > De: Ida Dorum [SMTP:[EMAIL PROTECTED]] > Date: mardi 9 avril 2002 16:54 > A:[EMAIL PROTECTED] > Objet: Cannot ret

Cannot retrieve definition for form bean null

2002-04-10 Thread Ida Dørum
clude the relevant code from struts-config.xml as well: Can anyone help me?? --- --- javax.servlet.jsp.JspException: Cannot retrieve definition for form bean null at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:795)

RE: Where do I start to solve this error message: 'Cannot retrieve definition for form bean '

2002-03-11 Thread Ronald Haring
: Struts Users Mailing List > Subject: Where do I start to solve this error message: > 'Cannot retrieve > definition for form bean ' > > > I have encountered the following error message in my Struts > application: > > "Cannot retrieve definition for form

Re: I'm bagging my head on the keyboard on this one: Cannot retrieve definition for form bean PlayerMessageForm

2002-03-10 Thread Mikael Eriksson
'p', you might have that misspelling in the "editMessage" mapping. Regards. At 13:57 2002-03-10 -0500, you wrote: >I'm getting this error message: > >Cannot retrieve definition for form bean PlayerMessageForm > >(PlayerMessageForm is a form bean in my p

Re: I'm bagging my head on the keyboard on this one: Cannot retrieve definition for form bean PlayerMessageForm

2002-03-10 Thread Chuck Cavaness
The exception gets thrown from the FormTag in the following code: // Look up the form bean definition FormBeanConfig formBeanConfig = appConfig.findFormBeanConfig(mapping.getName()); if (formBeanConfig == null) { JspException e = new JspException (messages.getMessage("

RE: I'm bagging my head on the keyboard on this one: Cannot retrieve definition for form bean PlayerMessageForm

2002-03-10 Thread Kevin J. Turner
On Sun, 10 Mar 2002 13:29:01 -0600, Chris Means wrote: >Is this a typo or maybe the problem: > >-- snip -- >.. > >ype="com.dceg.webapps.messaging.PlayerMessageForm" /> > >.. > >You'll notice that you have "ype" not "type". > >My names' not "Syntax Error" for nothing! No that was just from evident

RE: I'm bagging my head on the keyboard on this one: Cannot retrieve definition for form bean PlayerMessageForm

2002-03-10 Thread Chris Means
arch 10, 2002 12:57 PM > To: Struts Users Mailing List > Subject: I'm bagging my head on the keyboard on this one: Cannot > retrieve definition for form bean PlayerMessageForm > > > I'm getting this error message: > > Cannot retrieve definition for form bean Play

I'm bagging my head on the keyboard on this one: Cannot retrieve definition for form bean PlayerMessageForm

2002-03-10 Thread Kevin J. Turner
I'm getting this error message: Cannot retrieve definition for form bean PlayerMessageForm (PlayerMessageForm is a form bean in my project) Here is that path I am following (struts-config entries to follow: 1) (other actions.. omitted for brevity) 2) /messageTypePRE.do, which forwards to

Where do I start to solve this error message: 'Cannot retrieve definition for form bean '

2002-03-08 Thread Kevin J. Turner
I have encountered the following error message in my Struts application: "Cannot retrieve definition for form bean " Where do I start to look for a solution to this one? I'm stuck. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e

Re: Cannot retrieve definition for form bean null

2002-03-08 Thread Rajagopal V
; > > ... > > > My offer.jsp is the following: > > > > ... > > > My class be.uniway.spofferlt.NewOfferAction received > the form OfferForm > and I can > set some attributes with setters. The getters

Cannot retrieve definition for form bean null

2002-03-08 Thread Benoit Segaert
also available. The method perform() of NewOfferAction finishs with the following line: return (mapping.findForward("success")); I receive the error "Cannot retrieve definition for form bean null" at this moment. Could you help me? I didn't find a answer in

Re: Cannot retrieve definition for form bean null?

2001-10-03 Thread rankinn
Defining a form in your action is definately optional, not sure why you would get that error message - though I have had errors reporting null beans that were acctually masking a different problem. Sorry I couldn't be more help, good luck. Nicola Rankin

Cannot retrieve definition for form bean null?

2001-10-03 Thread Kilmer, Erich
aglib uri="/WEB-INF/struts-html.tld" prefix="html" %> ADMIN BILLER TEST ADD PAGE But when I try it in the browser I get: 500 Internal Server Error javax.servlet.jsp.JspException: Cannot retrieve definition for form bean null at org.apache.struts.taglib.html.F

TGP - Cannot retrieve definition for form bean 'xxxXxxx'

2001-06-28 Thread Thomas Peters
ionForm is being loaded with the appropriate attributes from the orderItem bean within the OrderItemEditAction. Finally, I can see in my log that the 'success' forward mapping is being called. My problem is that I am getting an 'Exception thrown processing JSP page'. Indicating 

Re: Cannot retrieve definition for form bean null

2001-04-12 Thread Craig R. McClanahan
On Fri, 6 Apr 2001, Abraham Kang wrote: > Does anyone know what this exception means? > > javax.servlet.jsp.JspException: Cannot retrieve definition for form bean > null > > I have a simple JSP page that only has two Struts tags: > > > > > > We&#x

Cannot retrieve definition for form bean null

2001-04-06 Thread Abraham Kang
Does anyone know what this exception means? javax.servlet.jsp.JspException: Cannot retrieve definition for form bean null I have a simple JSP page that only has two Struts tags: Confused, Abraham

RE: Cannot retrieve definition for form bean

2001-03-06 Thread Anderson, Jessica
PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Cannot retrieve definition for form bean I think it should be: The collections should contain beans that has a property groupName. Regards Mikael (Who has been wrestling with the options tag quite a bit today ...) "Anderson, Jessica&qu

Re: Cannot retrieve definition for form bean

2001-03-06 Thread Mikael Eriksson
I think it should be: The collections should contain beans that has a property groupName. Regards Mikael (Who has been wrestling with the options tag quite a bit today ...) "Anderson, Jessica" wrote: > I have seen a few messages regarding this error and all refer to using > . I have done

Cannot retrieve definition for form bean

2001-03-06 Thread Anderson, Jessica
I have seen a few messages regarding this error and all refer to using . I have done this and, like the example, have used 1 as the value (though I am not certain what the value means.) I am using the with an and attempting to create the options with a collection. The jsp doesn't do much more