About forward action

2000-04-02 Thread wildwolf horse
Hi There: Any one can introduce some skill of "forward" action? I wanna forward the request to another page. It is said it should be like that jsp:forward page="//filename.jsp"/. It seems only errorpage can work? Can I forward to a *.html file? How I transfer the message to html file.

AW: About forward action

2000-04-02 Thread Thomas Eichberger
jsp:forward page="foo.jsp"/ or jsp:forward page="foo.html"/ opens that new page. Nothing special about it... Just try it. For example: % if ( whatever ) { % jsp:forward page="what.jsp"/ % } % Ciao Thomas -- Firma Thomas Eichberger -

Re: 3rd posting - error reporting and included pages

2000-04-02 Thread Mark Wutka
Matt (and the 10 other people)- I can see why the problem happens with Tomcat since it calls out.clear() before it calls pageContext.handlePageException. Since the Tomcat code came from Sun originally, I'm not entirely surprised that JWS also does it. I tried your example with JRun

Accessing ServletContext state from jsp

2000-04-02 Thread Irene Levina
I'm trying to access ServletContext attribute that is referenced Foo object from jsp page, by using jsp scriplet's implicit object application: such as % Foo f =(Foo)application.getAttribute("fooObject"); % That caused error 500, saying that Foo class can't be accesed from

[OT] Comments on BroadVision

2000-04-02 Thread Andrew Lai
Hi, Sorry for this message but I know that BroadVision using JSP. I send this to seek comments from some JSP experts. As I may take a new job using BroadVision but I get some really bad comments at the following: http://www.peterme.com/bvsucks/index.html Any one can give some comments? TIA

Increase Your Chances

2000-04-02 Thread John
Are you interested in increasing your odds in winning a lottery? If so go to http://www.olc-online.com for a quick presentation. Thank You! * This message is sent in compliance of the new email bill section 301. Per Section 301,

Re: Java related MSDN- like Sun's product

2000-04-02 Thread Mullin
I've intalled the Apache and Tomat, where can I find the jsp and servlet samples to test my system. How can I run them? Thank! Mullin === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some

What is best EJB Server?

2000-04-02 Thread Megan Ray
Anyone have recommendations for an EJB Server? I would like to find a cheap/free one for prototype development. Would love to know what everyone is actually using. I did find an article from Network Computing (Nov, 1999) that recommended Novera and Secant EES. But article mentioned that

Re: Increase Your Chances

2000-04-02 Thread Shannon Rose
-Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of John Sent: Sunday, April 02, 2000 8:20 PM To: [EMAIL PROTECTED] Subject: Increase Your Chances Are you interested in increasing your odds in winning

Request-Time Attribute Expressions

2000-04-02 Thread Mark Hayes
Hello, I'm hoping that someone knows more about Request-Time Attribute Expressions, a feature of JSP 1.1 that allows an expression inside an attribute value without the XML-unfriendly %=...% syntax. As described int the JSP 1.1 spec below, I understand that you can use something like the

Re: JDBC-Oracle 8i

2000-04-02 Thread Dennis Huang
In your code, you are using jdbc-odbc bridge, not any Oracle jdbc driver. Dennis huang -Original Message- From: Jyoti Bongarala [mailto:[EMAIL PROTECTED]] Sent: Saturday, 1 April 2000 0:15 To: [EMAIL PROTECTED] Subject: JDBC-Oracle 8i Hi! I am having a problem with JDBC. I am trying

Re: where to find jdk1.2 documents in tar.gz format?

2000-04-02 Thread Craig R. McClanahan
http://java.sun.com/products/jdk/1.2/download-docs.html Thai wrote: Hello everybody, I'm not sure that this question is right for this mailing lists. So excuse me. Where can I find the jdk 1.2 documentation, API documentation and code examples in tar.gz format (or any compression format,