JHTML to JSP convertors?

2000-01-12 Thread Jeffrey D. Curry
Anyone know of any out there? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.htm

Re: Problem with request dispatching

2000-01-12 Thread Craig R. McClanahan
Arun Thomas wrote: > I understand that all methods should return, but in that case, is it > legitimate for the forwarding servlet/jsp > to write to the output stream after the method returns? I know that nothing > can be committed to the output > stream prior to performing a forward, but what ab

posting course information & related.

2000-01-12 Thread Eduardo Pelegri-Llopart
>From our (Sun's) point of view, we think that it is OK to post information on courses directly related to JSPs, announcements of new JSP-related products, and the like. This type of information is very useful to a significant portion of the audience of JSP-interest at this point. Just use commo

Re: Problem with request dispatching

2000-01-12 Thread Craig R. McClanahan
Martin Leboeuf wrote: > Hi again ! > > Thanks for the reply. But still : > > Kevin Jones wrote: > > > Wrong on both counts I'm afraid - the call can be forwarded to a resource, > > whcih will typically be a servlet or a JSP, and the call will return to > you. > > You typically put a return; state

Using array of strings for reading/writing form fields via JSP/JavaBean

2000-01-12 Thread Duffey Kevin
Hello all, I am wondering if anyone knows how to get multiple fields (text input boxes) on a form to read into a string array in the JavaBean? Ideally, I would have 5 input boxes on the form, and use a javabean that has the get/set methods the same as the input element names. However, 5 input bo

POSTing Asian input to JWS

2000-01-12 Thread Christian Mallwitz
Hi folks, After checking what kind of header lines and content Netscape and IE on a US and on an Asian Windows NT system are generating while posting some data to JWS (running on these systems) I can't see how the web server is figuring out what character encoding the browser user to encode the p

Re: Problem with request dispatching

2000-01-12 Thread Arun Thomas
I understand that all methods should return, but in that case, is it legitimate for the forwarding servlet/jsp to write to the output stream after the method returns? I know that nothing can be committed to the output stream prior to performing a forward, but what about after the return? As far

500 internal server error

2000-01-12 Thread Hui Jin
Hello, there, I'm working with JavaWebServer2.0, I changed a jsp file named login.jsp, when I loaded the new version, I got an error as following: 500 Internal Server Error Java Server Page Translation Error Error during compilation: I/o Exception reported when compiling /opt/JavaWebServer2.0/t

Re: Problem with request dispatching

2000-01-12 Thread Steven Owens
Ray wrote: >>Kevin Jones wrote: >>> Wrong on both counts I'm afraid - the call can be forwarded to a resource, >>> which will typically be a servlet or a JSP, and the call will return to you. >>> You typically put a return; statement after the >>> RequestDispatcher call, > > > "Unlike the incl

Re: Problem with request dispatching

2000-01-12 Thread Kevin Jones
Don't believe everything you read! My testing has shown that 'forward' always returns to the caller (I've been bitten by this is JSP pages). If I was you I'd try this with different engines and see what the outcome is. My guess would be that the first forward is causing output to be written to

JSP 1.1 support in iPlanet Web Server, Enterprise Edition 4.0 SP3

2000-01-12 Thread Basvi Ayuluri
Hi, By default it supports JSP 0.92. Does anybody know how to run JSP 1.1 in iPlanet Web Server, Enterprise Edition 4.0 (netscape server 4.0)? thanks, Basvi === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff

Re: request for reviews: Professional Java XML Programming

2000-01-12 Thread Orr, Geoffrey
I have a copy of this book and am using it as my "bible" for coming up to speed on the latest Web/Java technology. I have not read the entire book, but have been very pleased with the content, as it is written for a serious programmer, and is not fluffed up with all the useless waste normally fou

Re: help!

2000-01-12 Thread Arun Thomas
Beth, Two items, assuming that this is a cut and paste from your code Regarding the application scope "systembean" object: > getServletContext().setAttribute("systembean", systemBean); > Note that the id you use in the usebean tag is not the same as the string you use as t

Re: and Stream Flushing

2000-01-12 Thread Eduardo Pelegri-Llopart
Yes. This is because of limitations of the underlying Sevlet 2.2 platform. Fixing this is very high in the list of features for the next version of these specifications. Hope this helps, - eduard/o > Date:Mon, 10 Jan 2000 16:03:15 -0600 > From:Arun Thomas <[EMAIL PROTECTED]> >

editorial mistake in the JSP 1.1 specification.

2000-01-12 Thread Eduardo Pelegri-Llopart
You are right, Kevn. We will fix this in a later update. - eduard/o > Date:Tue, 11 Jan 2000 21:07:07 - > From:Kevin Jones <[EMAIL PROTECTED]> > Subject: JspError vs JspTagException > > The JSP 1.1 Final Spec that I've just downloaded off the web-site says that > JSPError has

unsubscription messages, other options...

2000-01-12 Thread Eduardo Pelegri-Llopart
Unsubscription messages should not be sent to [EMAIL PROTECTED] Instead, to unsubscribe, send mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". You may need need to remember what mailer / gateway configuration did you use when you subscribed as you may need to replicate that situation

Re: Problem with request dispatching

2000-01-12 Thread Ray Cromwell
> Kevin Jones wrote: > > Wrong on both counts I'm afraid - the call can be forwarded to a resource, > > whcih will typically be a servlet or a JSP, and the call will return to > you. > > You typically put a return; statement after the > > RequestDispatcher call, > "Unlike the include() metho

Re: How to dispatch web actions from servlet to dynamically namedbea nclass.method ?

2000-01-12 Thread Slava Kozlov
> -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Craig R. McClanahan > Sent: Wednesday, January 12, 2000 10:53 AM > To: [EMAIL PROTECTED] > Subject: Re: How to dispatch web actions from servlet to dynam

Re: Problem with request dispatching

2000-01-12 Thread Martin Leboeuf
Hi again ! Thanks for the reply. But still : Kevin Jones wrote: > Wrong on both counts I'm afraid - the call can be forwarded to a resource, > whcih will typically be a servlet or a JSP, and the call will return to you. > You typically put a return; statement after the > RequestDispatcher call,

Re: Problem with request dispatching

2000-01-12 Thread Kevin Jones
Wrong on both counts I'm afraid - the call can be forwarded to a resource, whcih will typically be a servlet or a JSP, and the call will return to you. You typically put a return; statement after the RequestDispatcher call, Kevin Jones DevelopMentor -Original Message- From: A mailing lis

Re: request for reviews: Professional Java XML Programming with Serv lets and JSP

2000-01-12 Thread Hines, Bill
Is it out yet? When I last checked on this book, it hadn't been published yet. It sounds great though! Wrox does the best books for programmers... Bill -Original Message- From: Bailey, Jeff A [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 12, 2000 12:11 PM To: [EMAIL PROTECTED] Subj

Re: help!

2000-01-12 Thread Elisabeth Freeman
Thanks, I did notice that and fixed it after my first posting but it didn't help the original problem I was having. Subsequent conversations with various people (thanks!) indicate that the problem was related to the fact that the redirect was creating a new context because of the URL I was using,

Re: JSP vs. PHP

2000-01-12 Thread Eduardo Pelegri-Llopart
Previous posters have covered many of the points I believe are relevant: - custom tag libraries allow the developers to invest in high quality, standarized (to a corporation) ways of combining dynamic and static data for presentation - the JSP spec allows for other scripting languages (although J

Re: About Applet-serlvet communication

2000-01-12 Thread Hu, Jeffery X (Jeff)
Title: RE: About Applet-serlvet communication setUseCaches(false) does the trick the following is a funciton within an applet. The function calls info_feed.jsp to retrieve data in db.  (data is formatted as a string at info_feed.jsp) Hope this helps J.H private void Get_Information_Fro

request for reviews: Professional Java XML Programming with Serv lets and JSP

2000-01-12 Thread Bailey, Jeff A
Has anyone checked out the following book: Professional Java XML Programming with Servlets and JSP (Wrox Pres) If so would someone be so kind as to post a review of this book or point me to a URL where one can be found? amazon.com, fatbrain.com and bn.com were all lacking reviews. Thank

Re: How to dispatch web actions from servlet to dynamically namedbea nclass.method ?

2000-01-12 Thread Craig R. McClanahan
Daniel Lopez wrote: > Hi Drew, > > What you ask for shouldn't be too difficult to implement. If I had to do > it, I'd use reflection, as you mentioned, and I'd just add a new field > in configuration file to allow the user to specify the name of the > method to be called. However, if you want the

Problem with request dispatching

2000-01-12 Thread Martin Leboeuf
Hi ! If I understand correctly, the forward() method of the RequestDispatcher object passes the request to the designated URL, (which must not be a servlet, right ?), and control should never return to the servlet which did the fowarding. My (second) question is : is this really true ? In the af

Re: JSP

2000-01-12 Thread Hines, Bill
I think that one really awesome book is by Wrox called Professional Java Server Programming. It is incredibly up to date (JSP 1.0, servlets 2.0/2.1, etc) and covers the whole domain of Java, servlets, JSP, XML, JDBC, JNDI, RMI, JavaMail, CORBA, Jini/JavaSpaces, etc. A big book! Bill -Origina

unsubscribe

2000-01-12 Thread Mark Kendall
signoff JSP-INTERESTunsubscribe

JSP

2000-01-12 Thread Sharat Babu
Is there any book like java servlet programming by jason hunter in JSP also. Sharath Babu, Konda. GE Power Systems, Schenectady,NY. Ph: 518-385-2853(0) 518-377-8024(R) Home Page: www.geocities.com/sharat22 === To unsu

Re: concurent access to JSP

2000-01-12 Thread François Barbe
Hi all, I solve my pb using a scope to "session" and testing the applets in different JVM! Francois. On Tue, 11 Jan 2000 06:56:41 -0800, Fran=?ISO-8859-1?Q?=E7ois?= Barbe <[EMAIL PROTECTED]> wrote: >Hi, > >I'd like to know if it's possible to have concurent access to a JSP page. >My needs ar

JSP / JDBC

2000-01-12 Thread Bill White
Beginner question: I'm querying a database using either a bean or embedding the code directly within the JSP code on the page. It works returns the results with one exception. If I hit the "Refresh" button on the browser repeatedly, the Tomcat server will crash due to JDBC errors. It seems tha

Internationalization - JDBC question

2000-01-12 Thread Wilson. P
Hi Folks Here is my problem. I need to get input from the user in English,Japanese and Spanish. And I have to store this to the Oracle database and finally I have to display them back as details in the corresponding language. So, What is the rtable column type I have to use in Oracle and tel

No Subject

2000-01-12 Thread Java Server Pages
Hi I got few replies but Iam posting again. Please answer below queries: 1.I need to capture RTF documents on the client from a servlet/jsp generated HTML and save to database by passing the captured RTF text to the servlet. How to invoke WinWord like application from an HTML page and return bac

About Applet-serlvet communication

2000-01-12 Thread meera nayak
HI Room I have an applet passing values to a serlvet through dataoutputstreams ,the servlet reads this using datainputstream.The values are read correctly by the applet and shown in the java console.But on the browser window it outputs previous immmediate valuein the outputstream of th

Re: Resetting an attribute in the request object

2000-01-12 Thread Jason Hunter
> Matt Krevs wrote: > > Calling request.setAttribute(attributeName, value) with a > > different value causes an IllegalStateException. Really? That's not the behavior I see, and in Request.java I see: public void setAttribute(String name, Object value) { attributes.put(name, value)

Re: JDBC Thin Drivers (URGENT)

2000-01-12 Thread Dusan Gajic
You have to use Oracle Net8 network service that is the easiest solution in case that Web Server and Oracle Database Server are on different machines. First, you have to configure Net8 service. Find Cman.ora file that is on ORA_HOME/Network/Admin folder and add a following lines: cman = (ADDRES

Re: JDBC Thin Drivers (URGENT)

2000-01-12 Thread Dusan Gajic
You have to use Oracle Net8 network service that is the easiest solution in case that Web Server and Oracle Database Server are on different machines. First, you have to configure Net8 service. Find Cman.ora file that is on ORA_HOME/Network/Admin folder and add a following lines: cman = (ADDRESS_

Re: A VERY beginner's question

2000-01-12 Thread Young Dave
Guys, I got into this sort of stuff all of the time when I first started with java. Took a while for me to get my head around the differences in approach between C/C++ and Java. Is the reason that you are returning and int/boolean to indicate some sort of error status? If so, perhaps throwing an