Re: how to access servlet from the jsp page

2001-09-21 Thread Steve Bang
-Original Message- > From: Hans Bergsten [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 21, 2001 12:49 PM > To: [EMAIL PROTECTED] > Subject: Re: how to access servlet from the jsp page > > > "David Gee (MAYA Design)" wrote: > > > > yeah, it can

Re: how to access servlet from the jsp page

2001-09-21 Thread Hans Bergsten
"David Gee (MAYA Design)" wrote: > > yeah, it can be done with ASP because COM objects are put into the HTML > document using the tag, which is part of the DOM and can be > manipulated as such. JavaBeans never end up as objects in the rendered HTML > page, the tag is processed on the server and

Re: how to access servlet from the jsp page

2001-09-21 Thread David Gee (MAYA Design)
> yeah, it can be done with ASP because COM objects are put into the HTML > document using the tag, which is part of the DOM and can be > manipulated as such. JavaBeans never end up as objects in the rendered HTML > page, the tag is processed on the server and ripped out of the > rendered file.

Re: how to access servlet from the jsp page

2001-09-21 Thread David Gee (MAYA Design)
y, it's not that big of a deal, more of a "nice to have", but as we start seeing more ASP sites doing this, people are going to want to be able to do the same thing with Java, I'm sure. david - Original Message ----- From: "Richard Yee" <[EMAIL PROTECTED]> T

Re: how to access servlet from the jsp page

2001-09-21 Thread Richard Yee
DAVID, (In the last email I confused your name w/ one from another email. Sorry) I'm not that familiar with using the display= in a div tag. Perhaps you could elaborate more on how it works. One question, can your ideal solution be done in ASP now? What you described seems to be able to be don

Re: how to access servlet from the jsp page

2001-09-21 Thread David Gee (MAYA Design)
> Dick, hey, there's no need for name-calling ;p > I can't imagine anyone ever trying to tie an event such as a rollover to a > server-side class. The network latency would make the UI not very > useable. What is supposed to happen on the UI when the rollover or click > event happens? actuall

Re: how to access servlet from the jsp page

2001-09-21 Thread Richard Yee
Dick, I can't imagine anyone ever trying to tie an event such as a rollover to a server-side class. The network latency would make the UI not very useable. What is supposed to happen on the UI when the rollover or click event happens? -Richard At 11:46 AM 9/21/01 -0400, you wrote: > > Hi Dav

Re: how to access servlet from the jsp page

2001-09-21 Thread Haseltine, Celeste
event to a Java class bean on the server side, and back again. Celeste -Original Message- From: David Gee (MAYA Design) [mailto:[EMAIL PROTECTED]] Sent: Friday, September 21, 2001 10:47 AM To: [EMAIL PROTECTED] Subject: Re: how to access servlet from the jsp page > Hi David, > &g

Re: how to access servlet from the jsp page

2001-09-21 Thread David Gee (MAYA Design)
s, no Netscape 4.x support needed. david - Original Message - From: "Paul Foxton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 21, 2001 11:43 AM Subject: Re: how to access servlet from the jsp page Ah, I see - sorry for giving you a lesson you didn&

Re: how to access servlet from the jsp page

2001-09-21 Thread Paul Foxton
e- > From: David Gee (MAYA Design) [mailto:[EMAIL PROTECTED]] > Sent: 21 September 2001 16:47 > To: [EMAIL PROTECTED] > Subject: Re: how to access servlet from the jsp page > > > > Hi David, > > > > To use something similar to VBScript/COM objects in java &g

Re: how to access servlet from the jsp page

2001-09-21 Thread David Gee (MAYA Design)
> Hi David, > > To use something similar to VBScript/COM objects in java you would use > JSP/JavaBeans. I know, I'm already (successfully) doing that. My problem is tying Javabean method calls into user events (clicks, rollovers, etc). This is possible with VBScript/COM, but I haven't been able t

Re: how to access servlet from the jsp page

2001-09-21 Thread Paul Foxton
I havn't really said anything different to the previous answer). cheers Paul > -Original Message- > From: David Gee (MAYA Design) [mailto:[EMAIL PROTECTED]] > Sent: 21 September 2001 15:18 > To: [EMAIL PROTECTED] > Subject: Re: how to access servlet from the jsp p

Re: how to access servlet from the jsp page

2001-09-21 Thread David Gee (MAYA Design)
pity Javascript doesn't tie into Java/JSP the way VBScript ties into COM objects (at least, I assume what's happening). david - Original Message - From: "Richard Yee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 2:08 PM Subje

Re: how to access servlet from the jsp page

2001-09-20 Thread Richard Yee
Alexey, Are you outputting anything in your JSP file? If not, you could forward the request to the servlet using the servlet context getRequestDispatcher.forward() method. Otherwise, you should redesign your servlet / JSP page to do the calclulation in a JavaBean or some other helper class. You

Re: how to access servlet from the jsp page

2001-09-20 Thread Zahid Rahman
Answers to all your question can be found in the getting started examples provided with tomcat. H!! -Original Message- From: Alexey Romanov [mailto:[EMAIL PROTECTED]] Sent: 20 September 2001 12:45 To: [EMAIL PROTECTED] Subject: how to access servlet from the jsp page Hey guys

how to access servlet from the jsp page

2001-09-20 Thread Alexey Romanov
Hey guys, how do I access the servlet from the jsp page? What's the syntax? My servlet performs the calculation and I need to show the results on the JSP page. Thank much A. === To unsubscribe: mailto [EMAIL PROTECTED] with

how to access servlet from the jsp page

2001-09-20 Thread Alexey Romanov
Hey guys, how do I access the servlet from the jsp page? What's the syntax? My servlet performs the calculation and I need to show the results on the JSP page. Thank you A. === To unsubscribe: mailto [EMAIL PROTECTED] with