javax.servlet.jsp.jspexception: cannot find bean xxx

2003-12-22 Thread Warren Chen
Greetings! I got this error in our aplication. xxx actually is a request scope attribute, set in action class, its value is a string. The weird thing is that it happened only once - any no matter how hard we tried, we cannot reproduce. any suggestions will be appreciated! Warren code: in jsp

RE: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope

2003-10-22 Thread David Friedman
to this older one from earlier today because it included the example JSP's and action declarations so you can see what I'm talking about in the above notes. -Original Message- From: lover birds [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 5:59 AM To: [EMAIL PROTECTED] Subje

Re: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope (URGENT)

2003-10-22 Thread lover birds
: > > Hi folks, > > I am getting this error. > > "Cannot find bean org.apache.struts.taglib.html.BEAN > in any scope" > > I am trying something as follows: > > input="/pages/count/List.jsp" path="/New" > scope="request"/> &g

RE: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope (URGENT)

2003-10-22 Thread David Friedman
: Re: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope (URGENT) I am also in trouble. My problem is sort of related to yours although not directly relevant. I am also looking for org.apache.struts.taglib.html.BEAN I am trying to modify Ted Husted's artimus_1_1 example - I wa

Re: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope (URGENT)

2003-10-22 Thread Caroline Jen
on.Please guide me ASAP as I am newbie and > stuck very badly > > lover birds <[EMAIL PROTECTED]> wrote: > > Hi folks, > > I am getting this error. > > "Cannot find bean org.apache.struts.taglib.html.BEAN > in any scope" > > I am trying s

RE: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope

2003-10-22 Thread lover birds
s so you can see what I'm talking about in the above notes. -Original Message- From: lover birds [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 5:59 AM To: [EMAIL PROTECTED] Subject: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope Hi

RE: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope

2003-10-22 Thread David Friedman
hat I'm talking about in the above notes. -Original Message- From: lover birds [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 5:59 AM To: [EMAIL PROTECTED] Subject: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope Hi folks, I am getting this error. "Cannot f

Re: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope (URGENT)

2003-10-22 Thread lover birds
I did not get single reply, so thought of posting this mail again. I hope I am making some sense by asking this question.Please guide me ASAP as I am newbie and stuck very badly lover birds <[EMAIL PROTECTED]> wrote: Hi folks, I am getting this error. "Canno

Cannot find bean org.apache.struts.taglib.html.BEAN in any scope

2003-10-22 Thread lover birds
Hi folks, I am getting this error. "Cannot find bean org.apache.struts.taglib.html.BEAN in any scope" I am trying something as follows: content of List.jsp is New.jsp is absolutely blank: <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean&

Re: Cannot find BEAN in any scope

2003-10-10 Thread Shawn . Rummel
If you add the actionForm to the session this will disappear. I would be interested if this is the best practice. I do it because it works. Does any one have a better way of handling this or is this the correct way? Shawn

RE: Cannot find BEAN in any scope

2003-10-10 Thread Mainguy, Mike
PROTECTED] Subject: Cannot find BEAN in any scope I get this error when trying to use a bean write tag... Cannot find bean org.apache.struts.taglib.html.BEAN in any scope org.apache.jasper.JasperException: Cannot find bean org.apache.struts.taglib.html.BEAN in any

Cannot find BEAN in any scope

2003-10-10 Thread Pat Young
I get this error when trying to use a bean write tag... Cannot find bean org.apache.struts.taglib.html.BEAN in any scope org.apache.jasper.JasperException: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope at org.apache.jasper.servlet.JspServletWrapper.service

Cannot Find bean Error: html tag

2003-09-12 Thread Struts User
n action mapping for /logon.do with type "ForwardAction".. What could possibly cause this problem? Error: javax.servlet.jsp.JspException: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope at org.apache.struts.util.RequestUtils.loo

Re: Cannot find bean viewcontactlist in scope request

2003-09-10 Thread Tim T. Young
| |

Cannot find bean viewcontactlist in scope request

2003-09-10 Thread Mehran Zonouzi
I am getting this error message when my JSP page first loads up. Cannot find bean viewcontactlist in scope request I am using a link to call my ActionForm class( as below): My ActinForm is called ContactForm and I want to call it using a param called 'page' with the initia

Solution to error: cannot find bean under name ....

2003-08-26 Thread Federico Real
I had a problem with this error, Only ocurrs in Internet Explorer, the problem was in the name of the Application Server (if it contains a character such as "_") More information in : http://support.microsoft.com/default.aspx?scid=kb;en-us;316112 Thanks.

Re: Problems with: cannot find bean under name concesiones

2003-08-25 Thread Nagendra Kumar O V S
: Struts Users Mailing List Date: Monday, August 25, 2003 03:23:38 PM To: [EMAIL PROTECTED] Subject: Problems with: cannot find bean under name concesiones  I obtain the folowing error to access a my JSP Page. Only if i use Internet Explorer 6.0.2

Re: Problems with: cannot find bean under name concesiones

2003-08-25 Thread Mark Lowe
ternet Explorer 6.0.2 in Windows XP "javax.servlet.jsp.JspException: cannot find bean under name concesiones" My JSP: Seleccione

Problems with: cannot find bean under name concesiones

2003-08-25 Thread Federico Real
I obtain the folowing error to access a my JSP Page. Only if i use Internet Explorer 6.0.2 in Windows XP "javax.servlet.jsp.JspException: cannot find bean under name concesiones&quo

RE: Cannot find bean under name org.apache.struts.taglib.html.BEAN

2003-08-20 Thread Giampiero De Ciantis
Found the issue. I was missing my tag. Maybe there should be a better error message for this. -Gp -Original Message- From: Giampiero De Ciantis [mailto:[EMAIL PROTECTED] Sent: August 20, 2003 4:19 PM To: 'Struts User Mailing List' Subject: Cannot find bean

Cannot find bean under name org.apache.struts.taglib.html.BEAN

2003-08-20 Thread Giampiero De Ciantis
I received the following error when I tried to run one of my JSP pages which follows an Action that completed successfully: Cannot find bean under name org.apache.struts.taglib.html.BEAN Here is the code to the jsp page: Attributes

Re: Cannot find bean "XXX" in any scope - error

2003-08-14 Thread arindam . samanta
From: Struts Users Mailing List Date: Tuesday, August 05, 2003 05:16:56 PM To: Struts Users Mailing List

Cannot find bean "XXX" in any scope - error

2003-08-14 Thread arindam . samanta
(openfailures); and fowards to "success" In all_open_failures.jsp, i have the following When i access this page via Tayloring/ShowAllOpenFailures action, i get the following error, org.apache.jasper.JasperException: Cannot find bean TayloringForm in any scope

Re: Cannot find bean "XXX" in any scope - error

2003-08-14 Thread Nagendra Kumar O V S
Date: Tuesday, August 05, 2003 04:47:14 PM To: Struts Users Mailing List Subject: Cannot find bean "XXX" in any scope - error  Guys,Any help is appreciated in this regard -In struts-config.xml, I have an action mapping as below -scope=&

Re: {OT}Cannot find bean "XXX" in any scope - error

2003-08-14 Thread Nagendra Kumar O V S
find bean "XXX" in any scope - error  thanks..it is working...BTW..what's his name?Thanks,Arindam"Nagendra Kumar O V S" To: <[EMAIL PROTECTED]> <[EMAIL PROTECTED] cc: go.com> Subject: Re: Cannot find bean "XXX"

Re: Cannot find bean "XXX" in any scope - error

2003-08-07 Thread Nagendra Kumar O V S
-- nagi ---Original Message---   From: Struts Users Mailing List Date: Tuesday, August 05, 2003 05:16:56 PM To: Struts Users Mailing List Subject: Re: Cannot find bean "XXX" in any scope - error  Thanks Nagi..the error fo

Re: Cannot find bean "XXX" in any scope - error

2003-08-06 Thread arindam . samanta
Thanks Nagi..the error for Form bean is gone...but now the error is displayed for the descriptor class..".Cannot find bean OpenFailureDescriptor in scope request" Property openFailures in tayloringForm is a List which holds OpenFailureDescriptor objects. i have tried changing the log

Re: Cannot find bean error in any scope

2003-08-02 Thread Koni Roth
PM To: 'Struts Users Mailing List' Subject: RE: Cannot find bean error in any scope Strange ! Now i have got no custom validation *** public ActionErrors validate(ActionMapping mapping, javax.servlet.http.H

RE: Cannot find bean error in any scope

2003-08-02 Thread Swaroop George
Why don't u use html:errors instead?? Just give -Original Message- From: Altug B. Altintas [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 4:07 PM To: 'Struts Users Mailing List' Subject: RE: Cannot find bean error in any scope Strange ! Now i have got no cu

RE: Cannot find bean error in any scope

2003-07-31 Thread Bailey, Shane C.
Does this fix the problem: ??? -Original Message- From: Altug B. Altintas [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 6:37 AM To: 'Struts Users Mailing List' Subject: RE: Cannot find bean error in any scope Strange ! Now i have got no custom

RE: Cannot find bean error in any scope

2003-07-31 Thread Altug B. Altintas
= super.validate(mapping,request); return errors; } *** only call parent's validation method, but again it gives me "javax.servlet.jsp.JspException: Cannot find bean error in any scope " Error

Cannot find bean error in any scope

2003-07-31 Thread Altug B. Altintas
Hi, My form extends ValidationForm, and of course i have got validator-rules and validation.xml. But when i want to make a custom valition in validate() method , i took "javax.servlet.jsp.JspException: Cannot find bean error in any scope " My jsp page includes the code below t

Re: Cannot find bean message in any scope

2003-07-26 Thread guruprasad jakka
6 Jul 2003, Menke, John ([EMAIL PROTECTED]) wrote: > I am trying to use the message tag to output messages and I am getting this > error: > > javax.servlet.jsp.JspException: Cannot find bean message in any scope > at > org.apache.struts.util.RequestUtils.

Cannot find bean message in any scope

2003-07-26 Thread Menke, John
I am trying to use the message tag to output messages and I am getting this error: javax.servlet.jsp.JspException: Cannot find bean message in any scope at org.apache.struts.util.RequestUtils.lookup(RequestUtils.java:938)

RE: causes Cannot find bean ...

2003-04-04 Thread Jan Voskuil
Oops. Thanks Nico, -j -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: 04 April 2003 13:32 To: Struts Users Mailing List Subject: Re: causes Cannot find bean ... Add "logic" taglib <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="

Re: causes Cannot find bean ...

2003-04-04 Thread Nicolas De Loof
="bean" %> > <%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %> > <% > List list = new ArrayList(); > list.add("bla"); > list.add("bla bla"); > pageContext.setAttribute("list", list, Pag

causes Cannot find bean ...

2003-04-04 Thread Jan Voskuil
quot;list", list, PageContext.PAGE_SCOPE); %> -eof test.jsp However, this results in a JSP-exception: "Cannot find bean currentBean in any scope". I use struts-1.1-rc1. Does anyone have ideas? The corresp

ServletException: Cannot find bean element in scope null

2003-03-16 Thread Karl
I'm getting an exception [ServletException: Cannot find bean element in scope null] when I try to access form data from a jsp page. I've got the following code in my action class: public final class ContractsSearchAction extends ContractBaseAction { public ActionForwa

Re: Cannot Find Bean In Scope

2003-02-13 Thread Nicolas De Loof
un my > application I get the following runtime error: > > Cannot find bean org.apache.struts.taglib.html.BEAN in > any scope > > There is no BEAN inside the html taglib, so I have no > idea what this message is trying to tell me. > > At the point of error my application is

Cannot Find Bean In Scope

2003-02-13 Thread Art Vandalay
I am working a very simple JSP page using Struts. The page has some field labels and 1 input field. It is this input field that is causing me problems. Whenever I put into my JSP page and rebuild/run my application I get the following runtime error: Cannot find bean

Cannot find bean categoryArray in scope request

2003-01-31 Thread MarwanSalam <[EMAIL PROTECTED]>
request. I have verified that the collection has actual data before forwarding to the JSP. Now, when I call mapping.findForward("success") from the perform method, it forwards the request to a showCategories.jsp page where I use the following Struts tag: I get this error: Error 5

RE: Cannot find bean...

2003-01-13 Thread pqin
11:05 AM To: Struts (E-mail) Subject: Cannot find bean... I'm struggling with the exception below trying to figure out how to resolve it. It appears when I add the following hidden parameter to the form. I have the parameter getter and setters in the form class, and as a parame

RE: Cannot find bean...

2003-01-12 Thread Robert Taylor
Is the form assigned to the action in the struts-config.xml file? robert > -Original Message- > From: Cohan, Sean [mailto:[EMAIL PROTECTED]] > Sent: Sunday, January 12, 2003 11:05 AM > To: Struts (E-mail) > Subject: Cannot find bean... > > > I'm strugg

RE: Cannot find bean...

2003-01-12 Thread Cohan, Sean
Yes, both the form and action classes are in the server lib (and in the calsspath.) -Original Message- From: Sterin, Ilya [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 12, 2003 11:07 AM To: 'Struts Users Mailing List' Subject: RE: Cannot find bean... Well, do you have

RE: Cannot find bean...

2003-01-12 Thread Sterin, Ilya
Well, do you have that class anywhere in the servers lib dir? Ilya -Original Message- From: Cohan, Sean [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 12, 2003 11:05 AM To: Struts (E-mail) Subject: Cannot find bean... I'm struggling with the exception below trying to figure ou

Cannot find bean...

2003-01-12 Thread Cohan, Sean
right direction? Thanks. Here's the exception org.apache.jasper.JasperException: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: cannot find bean error

2002-12-22 Thread Mark
m" > scope="session"/> > > If that got rid of the problem then you may have been accessing the bean in > the JSP via other standard JSP tags. > > -Jerome > > >> -----Original Message- >> From: Tobias Flohre [mailto:[EMAIL PROTECTED]] >&g

RE: cannot find bean error

2002-12-22 Thread Jerome Jacobsen
P tags. -Jerome > -Original Message- > From: Tobias Flohre [mailto:[EMAIL PROTECTED]] > Sent: Sunday, December 22, 2002 9:09 AM > To: [EMAIL PROTECTED] > Subject: cannot find bean error > > > Hello everybody, > > I have a serious problem, I already looked up all the li

Re: cannot find bean error

2002-12-22 Thread Mark
;" :action: Storing instance under attribute > 'mitarbeiterAuswahlForm' in scope 'session' > > which sounds pretty good to me, too. > But when I want to access mitarbeiterauswahlForm in the jsp, I get this: > > javax.servlet.ServletException: Cannot find bea

cannot find bean error

2002-12-22 Thread Tobias Flohre
under attribute 'mitarbeiterAuswahlForm' in scope 'session' which sounds pretty good to me, too. But when I want to access mitarbeiterauswahlForm in the jsp, I get this: javax.servlet.ServletException: Cannot find bean mitarbeiterAuswahlForm in scope session What are possible reasons for this??

Cannot find bean null in scope session

2002-12-16 Thread randy
I'm having a problem getting struts to validate a .jsp page using a bean. I get the message "Cannot find bean null in scope session" whenever the submit button is clicked on the page. I have scope="request" turned on in the struts-config.xml file. The validate works

Re: RE: Cannot find bean under name org.apache.struts.taglib.html.BEAN

2002-12-11 Thread aduprat . struts
I'm sure each property of the form has a getter in the for bean cause it was working in struts 1.0 without any module... can it be becuse i put in place of ? Message d'origine >Sujet: RE: Cannot find bean under name org.apache.struts.taglib.html.BEAN >Date: Wed, 11 D

RE: Cannot find bean under name org.apache.struts.taglib.html.BEAN

2002-12-11 Thread James Childers
> Then i have another problem : > Generated page comes with an error : > javax.servlet.ServletException: Cannot find bean under name > org.apache.struts.taglib.html.BEAN Check your form bean and make sure it has getters/setters for each element in the tag. If it is getting t

Cannot find bean under name org.apache.struts.taglib.html.BEAN

2002-12-11 Thread aduprat . struts
error : javax.servlet.ServletException: Cannot find bean under name org.apache.struts.taglib.html.BEAN What's wrong now... I'm quite desappointed with use of struts 1.1 :-( Thanks to help me becoming happy with struts ag

Re: Cannot find bean error

2002-10-07 Thread Billy Ng
t; Sent: Monday, October 07, 2002 12:55 AM Subject: RE: Cannot find bean error > I checked these out, and seems correct. Are there anything specific issues > which have to be looked into. > > Anoop. > > -Original Message- > From: deepank [mailto:[EMAIL PROTECTED]] >

RE: Cannot find bean error

2002-10-07 Thread Anoop
storing it in some scope in your Action class. Deepank - Original Message - From: "Anoop" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 07, 2002 12:30 PM Subject: Cannot find bean error > Hi, > > I am trying to loop through an Arr

Re: Cannot find bean error

2002-10-07 Thread deepank
it in some scope in your Action class. Deepank - Original Message - From: "Anoop" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 07, 2002 12:30 PM Subject: Cannot find bean error > Hi, > > I am trying to loop through an ArrayList returnd

RE: Cannot find bean error

2002-10-07 Thread Victor CHEVALIER
javax.servlet.ServletException: Cannot find bean EMTTaskDetail in scope null This doesn't mean your scope is not valid but that there is no bean in the scope you specified. So if you specified no scope, this mean there is no bean in 'memory'. Verify the tag (logic taglib d

Cannot find bean error

2002-10-06 Thread Anoop
is an exception thrown: javax.servlet.ServletException: Cannot find bean EMTTaskDetail in scope null I tried specifying all the possible scopes, session and request but it still throw this exception The scriptlet looks something like this

Action Chaining - Error 500 - Cannot find bean relations in any scope

2002-09-04 Thread Leslie Bertels \(Synergetic\)
Hi all, I'm trying to chain several actions but this Error pops up. I've got two pages: timesheet.jsp with a button to find all the detail recs for that month. detail.jsp with all the detail recs and for every rec a link to delete it. So that means that both timesheet.jsp and detail.jsp need t

Re: Cannot find bean

2002-08-13 Thread Ganesh Puri
have u included the tag libraries in your web.xml ... let me know if it works ... - Original Message - From: "Sudhir" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, August 13, 2002 12:48 AM Subject: RE: Cannot find

RE: Cannot find bean

2002-08-12 Thread Sudhir
:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 1:09 PM To: [EMAIL PROTECTED] Subject: Cannot find bean Hi there... I've been searching for this problem but I can't find any solution: Servlet Error: Cannot find bean org.apache.struts.taglib.html.BEAN in scope null Does anybody ha

Re: Cannot find bean; eduardo

2002-08-12 Thread eros
| | To: [EMAIL PROTECTED] | | cc: | |

Re: Cannot find bean

2002-08-12 Thread Amit Badheka
Hi, make asure you have included all the required tld files and jar files(struts.jar + common*.jar) in the war file. Amit. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 13, 2002 10:38 AM Subject: Cannot find bean > Hi th

Cannot find bean

2002-08-12 Thread Eduardo . Fuenzalida
Hi there... I've been searching for this problem but I can't find any solution: Servlet Error: Cannot find bean org.apache.struts.taglib.html.BEAN in scope null Does anybody have an idea on what's going on? Thank you very much!! Edo Fuenzalida Sr Programmer Analyst National BarCode System

RE: Cannot Find Bean?

2002-06-18 Thread Eiring Tim
ailing List Subject: RE: Cannot Find Bean? Can you send a few snips of your action-mapping and formbean from struts-config? Also the jsp code that's trying to access the bean. Thx James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network"

RE: Cannot Find Bean?

2002-06-18 Thread James Mitchell
etwork" http://struts-atlanta.open-tools.org > -Original Message- > From: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 18, 2002 10:16 AM > To: 'Struts Users Mailing List' > Subject: RE: Cannot Find Bean? > > > Here is

RE: Cannot Find Bean?

2002-06-18 Thread Kamholz, Keith (corp-staff) USX
ation could I? Thanks in advance for any help ~ Keith -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 10:07 AM To: Struts Users Mailing List Subject: RE: Cannot Find Bean? Can you send a few snips of your action-mapping and formbean from s

RE: Cannot Find Bean?

2002-06-18 Thread James Mitchell
> -Original Message- > From: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 18, 2002 9:58 AM > To: Struts (E-mail) > Subject: FW: Cannot Find Bean? > > > I just found out that all 3 beans I referred to in my original > message

FW: Cannot Find Bean?

2002-06-18 Thread Kamholz, Keith (corp-staff) USX
k the computer is going out the window :-) -Original Message- From: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 9:29 AM To: Struts (E-mail) Subject: Cannot Find Bean? Hi everyone, I'm having a little bit of trouble with one of my beans. I hav

Cannot Find Bean?

2002-06-18 Thread Kamholz, Keith (corp-staff) USX
ut is printed from one of the 3 beans. If I try to access my "twcmcItems" bean, I get an error that says: X Servlet Error: Cannot find bean twcmcItems in scope null: javax.servlet.jsp.JspException: Cannot find bean twcmcItems in scope null Are there any common mistakes that I should check for

Re: Cannot find bean in scope null

2002-06-11 Thread Bharat Nagwani
You need to instantiate the bean in the action class and store in request object. At 11:43 AM 6/11/2002 -0700, you wrote: >I am trying to create a drop-down selection box using the html:select and >html:options tags. I have a form bean - dataViewerForm. I am getting the >error ca

Cannot find bean in scope null

2002-06-11 Thread Villegas, Courtney
I am trying to create a drop-down selection box using the html:select and html:options tags. I have a form bean - dataViewerForm. I am getting the error cannot find bean in scope null. I have gone over and over my code and am not sure what I am missing. Here is the jsp snippet

RE: [ServletException in:/createReport/getGroupId.jsp] Cannot find bean under name groupQuery'

2002-06-05 Thread Galbreath, Mark
crazy with this error message. Does anyone know what the problem is? [ServletException in:/createReport/getGroupId.jsp] Cannot find bean under name groupQuery' JSP: Action: MyGroupForm[] lst = (MyGroupForm[])cmd.getResults();

[ServletException in:/createReport/getGroupId.jsp] Cannot find bean under name groupQuery'

2002-06-05 Thread Angela Day
I'm going crazy with this error message. Does anyone know what the problem is? Thanks, Angela Day [ServletException in:/createReport/getGroupId.jsp] Cannot find bean under name groupQuery' JSP: Action: MyGroupForm[] lst = (M

Re: Cannot find bean gbEntry in scope null

2002-05-20 Thread Michael Delamere
t" <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 1:06 PM Subject: Re: Cannot find bean gbEntry in scope null > HI, > > just another thought. Should the the first two characters of the formBean > name in t

Re: Cannot find bean gbEntry in scope null

2002-05-20 Thread Michael Delamere
CTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 12:44 PM Subject: Re: Cannot find bean gbEntry in scope null > Hi, > > thanks for the response. > > Yes, it´s definitely returning an array. I´ll paste some c

Re: Cannot find bean gbEntry in scope null

2002-05-20 Thread Michael Delamere
The error message says something about "scope null". What does that mean? The scope should be session shouldn´t it? Thanks for your help, Michael - Original Message - From: "Adam Hardy" <[EMAIL PROTECTED]> To: "Struts Users Mailing List"

Re: Cannot find bean gbEntry in scope null

2002-05-20 Thread Adam Hardy
line? > >Thanks, > >Michael > > >- Original Message - >From: "Michael Delamere" <[EMAIL PROTECTED]> >To: "'Struts Users Mailing List' (E-mail)" <[EMAIL PROTECTED]> >Sent: Sunday, May 19, 2002 9:58 PM >Subject: Cannot find

Re: Cannot find bean gbEntry in scope null

2002-05-19 Thread Michael Delamere
t;'Struts Users Mailing List' (E-mail)" <[EMAIL PROTECTED]> Sent: Sunday, May 19, 2002 9:58 PM Subject: Cannot find bean gbEntry in scope null > Hi, > > Sorry to bring this up again, but I still don´t fully understand how to > iterate through my ArrayList. I

Cannot find bean gbEntry in scope null

2002-05-19 Thread Michael Delamere
Hi, Sorry to bring this up again, but I still don´t fully understand how to iterate through my ArrayList. I get the error "Cannot find bean gbEntry in scope null" when I try to iterate through my list of objects. In my ActionServlet I communicate with my ejb session-bean in order to

RE: Help with: Cannot find bean org.apache.struts.taglib.html.BEAN in scope null

2002-03-26 Thread mike . witt
Mailing List Subject: RE: Help with: Cannot find bean org.apache.struts.taglib.html.BEAN in scope null What does the jsp look like? dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 9:56 AM To: [EMAIL PROTECTED] Subject: RE: Help

RE: Help with: Cannot find bean org.apache.struts.taglib.html.BEAN in scope null

2002-03-25 Thread Dave J Dandeneau
What does the jsp look like? dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 9:56 AM To: [EMAIL PROTECTED] Subject: RE: Help with: Cannot find bean org.apache.struts.taglib.html.BEAN in scope null Annie, The struts.jar is

RE: Help with: Cannot find bean org.apache.struts.taglib.html.BEAN in scope null

2002-03-25 Thread mike . witt
o refer to one of my form bean attributes, it gets the error. Thanks, Mike -Original Message- From: Annie Chang [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 12:18 AM To: Struts Users Mailing List Subject: Re: Help with: Cannot find bean org.apache.struts.taglib.html.BEAN in

RE: Help with: Cannot find bean org.apache.struts.taglib.html.BEA N in scope null

2002-03-25 Thread mike . witt
-- From: Barr, Scott [IBM GSA] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 1:27 AM To: 'Struts Users Mailing List' Subject: RE: Help with: Cannot find bean org.apache.struts.taglib.html.BEA N in scope null Hi I have come across this problem before when the input FormBean

RE: Help with: Cannot find bean org.apache.struts.taglib.html.BEAN in scope null

2002-03-24 Thread Barr, Scott [IBM GSA]
nal Message- > From: Annie Chang [SMTP:[EMAIL PROTECTED]] > Sent: Monday, 25 March 2002 3:48 pm > To: Struts Users Mailing List > Subject: Re: Help with: Cannot find bean > org.apache.struts.taglib.html.BEAN in scope null > > Please make sure Struts lib(all t

Re: Help with: Cannot find bean org.apache.struts.taglib.html.BEAN in scope null

2002-03-24 Thread Annie Chang
y, March 24, 2002 8:35 PM Subject: Help with: Cannot find bean org.apache.struts.taglib.html.BEAN in scope null > I'm getting an error (Cannot find bean org.apache.struts.taglib.html.BEAN in > scope null) when I attempt to use one of my ActionForm properties in the JSP > file. I'

Help with: Cannot find bean org.apache.struts.taglib.html.BEAN in scope null

2002-03-24 Thread mike . witt
I'm getting an error (Cannot find bean org.apache.struts.taglib.html.BEAN in scope null) when I attempt to use one of my ActionForm properties in the JSP file. I've looked the struts-config.xml over 100 times and I can't figure out what I'm doing wrong. Here are the pert

Re: Cannot find bean xyz in scope null

2001-11-21 Thread Brian Holzer
titanstruts,/titanstruts)] Root cause of ServletExeption javax.servlet.jsp.JspException: Cannot find bean reservationInfo in scope null I've used InfoBean sucessfully for other simple types properties. Like the following works fine: The bean is of type CabinInfoBean, (excerpt minus constructor and ot

RE: Cannot find bean xyz in scope null

2001-11-20 Thread Angela Saval
ry to iterate. Hope this helps -Original Message- From: Jeff Allen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 4:23 PM To: [EMAIL PROTECTED] Subject: Cannot find bean xyz in scope null After a week of trying to get iterate to work...I give up. I tried bean:define to see

Cannot find bean xyz in scope null

2001-11-20 Thread Jeff Allen
oot cause of ServletExeption javax.servlet.jsp.JspException: Cannot find bean reservationInfo in scope null I've used InfoBean sucessfully for other simple types properties. Like the following works fine: The bean is of type CabinInfoBean, (excerpt minus constructor and other properties)... public class Cabi

javax.servlet.jsp.JspException: Cannot find bean showSelectionBoxesForm in scope null

2001-10-25 Thread storck
prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> I get an exception: javax.servlet.jsp.JspException: Cannot find bean showSelectionBoxesForm in scope null

"Cannot find bean XX in scope null"

2001-09-24 Thread David M. Karr
because it didn't seem like I needed an Action class, but it's not clear to me whether that's legal (I didn't see an error message). So, to summarize the symptom I see, when the JSP compiler tries to generate and compile my servlet from the JSP, I see the following:

javax.servlet.ServletException: Cannot find bean element in scope null

2001-09-05 Thread christoph gapp
hi,   know anybody who what´s wrong in the lines below?? i not!   javax.servlet.ServletException: Cannot find bean element in scope null --   <%  java.util.ArrayList list = new java.util.ArrayList();  list.add(

AW: "Cannot find bean element in scope null" - Error in action forwar d page - but the next page works !

2001-09-04 Thread juraj Lenharcik
put scope="request" to your write tag -Ursprüngliche Nachricht- Von: Hamelmann Stefan [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 4. September 2001 10:30 An: '[EMAIL PROTECTED]' Betreff: "Cannot find bean element in scope null" - Error in action forwar d

"Cannot find bean element in scope null" - Error in action forward page - but the next page works !

2001-09-04 Thread Hamelmann Stefan
Hi I have an action class setting a session attribute ( java bean class ) forwarding to a jsp page which calls for that bean. I got a "Cannot find bean element in scope null" error message for element. When I make the same call " a page later " every

Re: Anyone Seen This? javax.servlet.ServletException: Cannot find bean org....

2001-08-31 Thread CityBoyForLove
u gotr to specify the bean tag in form tag like type="com.transplace.struts.bean.StakeholderForm"   action="createStakeholder.do" > where html is the prefix for the tld nnjoy bala

FAQ additions? (was Re: Help: Cannot find bean BEAN in scope null)

2001-08-30 Thread Gary Kephart
o the FAQ: Q: I get this message in my log file: "Cannot find bean org.apache.struts.taglib.html.BEAN in scope null". What's causing it? A: it usually happens to me when I close the too early, meaning there are some 's or others floating around after I did . (Thomas Quas <

AW: Help: Cannot find bean BEAN in scope null

2001-08-30 Thread juraj Lenharcik
put scope="request" to your tag -Ursprüngliche Nachricht- Von: Gary Kephart [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 29. August 2001 20:32 An: Struts User Betreff: Help: Cannot find bean BEAN in scope null I get this message in the log file: Cannot

Re: Help: Cannot find bean BEAN in scope null

2001-08-29 Thread Thomas Quas
Gary, it usually happens to me when I close the too early, meaning there are some 's or others floating around after I did . Hope this helps, tom Gary Kephart wrote: > > I get this message in the log file: > > Cannot find bean org.apache.struts.taglib.html.BEAN in sco

  1   2   >