Re: JavaBean problem

2003-01-29 Thread Jacob Kjome
rk? Regards, Wilson (newbie) - Original Message - From: "Jacob Kjome" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 4:34 AM Subject: Re: JavaBean problem > > Is the bean in an actual defined pa

Re: JavaBean problem

2003-01-29 Thread Percival Bragg
Thaks for your help on this problem. --- Erik Price <[EMAIL PROTECTED]> wrote: > > > Percival Bragg wrote: > > I am a bit confused about creating packages for > > javabeans. I am working thru a book titled "JSP > > Weekend Crash Course" which mentions nothing about > > compiling the bean into a

Re: JavaBean problem

2003-01-29 Thread Erik Price
Percival Bragg wrote: I am a bit confused about creating packages for javabeans. I am working thru a book titled "JSP Weekend Crash Course" which mentions nothing about compiling the bean into a package or using an include statement in the JSP page. Is the book incorrect or is this also a viable

Re: JavaBean problem

2003-01-29 Thread Percival Bragg
gt; Regards, > > Wilson (newbie) > > - Original Message - > From: "Jacob Kjome" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > <[EMAIL PROTECTED]> > Sent: Wednesday, January 29, 2003 4:34 AM > Subject: Re: JavaBean problem >

Re: JavaBean problem

2003-01-28 Thread Wilson Snook
EB-INF => classes => com.mypackage => MyBean also work? Regards, Wilson (newbie) - Original Message - From: "Jacob Kjome" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2

Re: JavaBean problem

2003-01-28 Thread Jacob Kjome
Is the bean in an actual defined package or the default package (no package). It *must* be in a package. So, instead of WEB-INF/classes/MyBean, it would be something like WEB-INF/classes/com.mypackage.MyBean Now import the com.mypackage.MyBean bean into your jsp. Things should work better

JavaBean problem

2003-01-28 Thread Percival Bragg
I have just created and compiled my first JavaBean into \webapps\ROOT\WEB-INF\classes and am tying to access it from a jsp page in \webapps\ROOT directory. I am getting jsp compile errors because the jsp page cannot find the class defined in the JavaBean. Any help would be appreciated. My version

RE: Strange javabean problem

2002-02-25 Thread Greg Trasuk
14 > To: Tomcat Users List > Subject: RE: Strange javabean problem > > > Thanks for the response. That was exactly the problem. I should have > realized that the objects lived in different places (i.e. page context > VS local variable of the generated servlet). > > So is ther

RE: Strange javabean problem

2002-02-24 Thread Rich Sneiderman
taglib so that I don't need the Java doing the iteration. Again thanks for the help. - Rich -Original Message- From: Greg Trasuk [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 11:40 AM To: 'Tomcat Users List' Subject: RE: Strange javabean problem Hi folks:

RE: Strange javabean problem

2002-02-22 Thread Greg Trasuk
uk, President StratusCom Manufacturing Systems Inc. - We use information technology to solve business problems on your plant floor. http://stratuscom.ca > -Original Message- > From: Rich Sneiderman [mailto:[EMAIL PROTECTED]] > Sent: February 22, 2002 12:15 > To: Tomcat Users List

RE: Strange javabean problem

2002-02-22 Thread Rich Sneiderman
[mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 7:59 AM To: 'Tomcat Users List' Subject: RE: Strange javabean problem You are not creating a bean named emp for the jsp:getProperty. You need to use jsp:useBean first (I believe) or use <%=emp.getFirstName()%>

RE: Strange javabean problem

2002-02-22 Thread Randy Layman
2 11:39 AM > To: Tomcat Users List > Subject: RE: Strange javabean problem > > > I can't believe we're the only people who have ever seen this problem. > > I'm still having the problem but I got to the same place differently. > > I load the data fro

RE: Strange javabean problem

2002-02-22 Thread Rich Sneiderman
th the way we're defining our Javabeans? Please folks. A little help here. Thanks in advance. - Rich -Original Message- From: Michael J. McCormac [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 7:45 PM To: [EMAIL PROTECTED] Cc: Rich Sneiderman Subject: RE: Strange jav

RE: Strange javabean problem

2002-02-22 Thread Michael J. McCormac
> Hi Folks, > > I'm using Tomcat 4.01 with Jbuilder 6. I've got a strange problem. > It seems that if I try to dump data from a Java bean using the > tag I don't get the data. However, if I reference > the value of the bean directly in a scriptlet it works fine. greetings all, i am having

RE: Strange javabean problem

2002-02-18 Thread Rich Sneiderman
If you mean do I define the bean before I use it. Yup. Second line in the jsp is: - Rich -Original Message- From: Jarecsni Janos [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 10:03 PM To: Tomcat Users List Subject: RE: Strange javabean problem Hi, I'm not su

RE: Strange javabean problem

2002-02-18 Thread Jarecsni Janos
ROTECTED]] |Sent: Tuesday, February 19, 2002 6:51 AM |To: [EMAIL PROTECTED] |Subject: Strange javabean problem | | |Hi Folks, | |I'm using Tomcat 4.01 with Jbuilder 6. I've got a strange problem. It |seems that if I try to dump data from a Java bean using the | tag I don't get the data

Strange javabean problem

2002-02-18 Thread Rich Sneiderman
Hi Folks, I'm using Tomcat 4.01 with Jbuilder 6. I've got a strange problem. It seems that if I try to dump data from a Java bean using the tag I don't get the data. However, if I reference the value of the bean directly in a scriptlet it works fine. Here's a code snippet: <% ArrayList

Re: JSP / JavaBean problem

2001-07-05 Thread Boris Niyazov
According to JSP specs if you're attemting to initialize a bean property from a request parameter that does not exist or is defined as an empty value then command has no effect: the tag is just ignored. More exactly (from the JSP 1.1 spec): "If the param is not set in the Request object, or if

Antw: RE: JSP / JavaBean problem (Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

Antw: RE: JSP / JavaBean problem (Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

Antw: RE: JSP / JavaBean problem (Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

Antw: RE: JSP / JavaBean problem (Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

Antw: RE: JSP / JavaBean problem (Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

Antw: RE: JSP / JavaBean problem (Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

RE: JSP / JavaBean problem

2001-06-29 Thread Mike . Housman
ginal Message- > From: Dmitri Colebatch [SMTP:[EMAIL PROTECTED]] > Sent: Friday, June 29, 2001 2:27 AM > To: [EMAIL PROTECTED] > Subject: Re: JSP / JavaBean problem > > Mike, > > Yeah - I see the problem. I reckon the easiest way would be to make a > clearPrope

Re: JSP / JavaBean problem

2001-06-28 Thread Dmitri Colebatch
st much more tedius, especially on forms with many > fields. > > Also, as a side note, this does not work either. > > > > Thanks! > Mike > > -Original Message- > From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 28, 2001 11:36 PM > To:

RE: JSP / JavaBean problem

2001-06-28 Thread Mike . Housman
ree")); . . You get the idea . %> This works fine, it is just much more tedius, especially on forms with many fields. Also, as a side note, this does not work either. Thanks! Mike -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28,

Re: JSP / JavaBean problem

2001-06-28 Thread Dmitri Colebatch
firstly - right list. unfortunately I dont have a direct answer for you, although do see what you're asking. what might help you though is something like struts (http://jakarta.apache.org/struts). it handles the sorts of issues that are (by the sounds of it) at the base of your problem chee

JSP / JavaBean problem

2001-06-28 Thread Mike . Housman
Hi, I'm new to this list, and hope this is the appropriate forum. Kick me over to a developer forum if not... I am developing JSPs with JavaBeans and have run into an issue with "blank" input fields on the form. An empty string, "", is NOT passed to the setter method on my beans. I have resear