share objects

2002-09-24 Thread Martin Simon
How can i share objects between JSP? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some

Re: share objects

2002-09-24 Thread Steven A. Martin
Again, read about the jsp:useBean tag and scope. Learn to fish instead of being given the fish. - Original Message - From: "Martin Simon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 24, 2002 9:52 AM Subject: share objects > How can i

Re: share objects

2002-09-24 Thread Martin Simon
i read about it, but with beans i CANNOT give OBJECTS between JSP. I can only give VARIABLES. - Original Message - From: Steven A. Martin <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 24, 2002 3:53 PM Subject: Re: share objects > Again, read about

Re: share objects

2002-09-24 Thread Steven A. Martin
one.jsp: two.jsp: After one makes the bean, two will have the same object handle. - Original Message - From: "Martin Simon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 24, 2002 10:12 AM Subject: Re: share objects > i read a

Re: share objects

2002-09-24 Thread Zerbe John W
tp://java.sun.com/products/jsp/download.html#specs -Original Message- From: Martin Simon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 10:13 AM To: [EMAIL PROTECTED] Subject: Re: share objects i read about it, but with beans i CANNOT give OBJECTS between JSP. I can only g

Re: share objects

2002-09-24 Thread Martin Simon
t: Tuesday, September 24, 2002 4:18 PM Subject: Re: share objects > Read it again. Those beans can be simple classes (ex: String) populated via > request parms in "request" scope, or your own complex classes. Again, read > about "scope". You can use these tags to cr

Re: share objects

2002-09-24 Thread Greg Dunn
ROTECTED]]On Behalf Of Martin Simon Sent: Tuesday, September 24, 2002 9:57 AM To: [EMAIL PROTECTED] Subject: Re: share objects Please an example of two JSPs, where in first is "Class instance = class ()" and in second i will use methods from "Class" without creating an insta

Re: share objects

2002-09-25 Thread Adrian Janssen
What exactly, in your opinion is the difference between an OBJECT and a VARIABLE ? The jsp:useBean tag ONLY works for OBJECTS. > -Original Message- > From: Martin Simon [SMTP:[EMAIL PROTECTED]] > Sent: 24 September 2002 04:13 > To: [EMAIL PROTECTED] > Subject: Re

Re: share objects

2002-09-25 Thread Ionel Condor
Hi, Probably he wants to say primitive types (int, char, ...) for 'variables'. Ionel Condor. - Original Message - From: "Adrian Janssen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 25, 2002 11:00 AM Subject: Re: share objects

Re: share objects

2002-09-25 Thread Adrian Janssen
yeah, but his complainnt seams to be that he can only use the jsp:usBean tag for VARIABLES? > -Original Message- > From: Ionel Condor [SMTP:[EMAIL PROTECTED]] > Sent: 25 September 2002 10:27 > To: [EMAIL PROTECTED] > Subject: Re: share objects > > Hi, >

Re: share objects

2002-09-25 Thread ROLDAN, Gabriel raul
Para: [EMAIL PROTECTED] Asunto: Re: share objects Hi, Probably he wants to say primitive types (int, char, ...) for 'variables'. Ionel Condor. - Original Message - From: "Adrian Janssen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, Septemb

Re: share objects

2002-09-26 Thread Martin Simon
25, 2002 10:45 AM Subject: Re: share objects It seems like the kind of confussion many visual basic programmers have. try reading http://java.sun.com/docs/books/tutorial/java/nutsandbolts/variables.html Gabriel -Mensaje original- De: Ionel Condor [mailto:[EMAIL PROTECTED]] Enviado e