Re: HTTP Post Maximum Length

2002-03-22 Thread dave
Take a look at RFC 2616 (one of the biggest) http://www.ietf.org/rfc/rfc2616.txt Happy reading. -- Cordialement, davemailto:[EMAIL PROTECTED] === To unsubscribe: mailto [EMAIL PROTECTED]

[ann] WebWork 1.0 released

2002-03-22 Thread Rickard
Short version: WebWork 1.0 has been released. If you're into building web apps in Java you need to check it out. End of story. Go here and download ASAP: http://sourceforge.net/projects/webwork Slighly longer version: I'm proud to announce the release of WebWork 1.0! WebWork is a HMVC web

iplanet 6 App Server

2002-03-22 Thread Shahata, Ashraf
Hi all, did anyone do any work with the iPlanet 6 App Server.. installation in specific? Thanks === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body:

ServletPackage in API spec

2002-03-22 Thread Sven Hohage
I'm reading a JSP book and try to find the servlet package(import javax.servlet.* import javax.servlet.http.*) in the Sun Api Spec which you download with the 1.3.1 SDK. I find java.awt and java.beans and javax.swing but no javax.servlet. What do I misunderstand..?

Re: using getProperty with session scope

2002-03-22 Thread Rick Snide
Change either learnjsp.Status or learn.Status so they refer to the same class. I believe your problem is that you are creating a new instance of a bean status on the second page because your class= is different. Your class needs to be the same on both usebean references. Page1: jsp:useBean

Re: ServletPackage in API spec

2002-03-22 Thread Tom Kochanowicz
Sven, You need the servlet.jar file. You can get it in from the Tomcat download. You can put the servlet.jar file in your jsdkX.X/bin directory (assuming you have this directory in your classpath) Then when you compile your program, it should find the javax.servlet.* files. By the way, if

RES: attributes for custom tags

2002-03-22 Thread Marco Aurelio Cancio Pereira Soares - DISI.N
Have you tried using a Vector as a parameter instead? In the book ADVENCED JAVA SERVER PAGES by David M Geary, there are good examples, but don't have the time right now to look for one. Sorry. -Mensagem original- De: cbarnes [mailto:[EMAIL PROTECTED]] Enviada em: quinta-feira, 21 de

Re: [ann] WebWork 1.0 released

2002-03-22 Thread M. Simms
Why would this be better than STRUTS which has taken about 10 man years of effort and the expertise of many heavyweights to build and debug ? -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Rickard

Re: [ann] WebWork 1.0 released

2002-03-22 Thread Haseltine, Celeste
I have not seen WebWork, but to answer your question, Struts is a very heavy framework in that the Jakarta tag libraries are very tightly integrated into the MVC architecture portion of Struts. For those of us who use JSP tag libraries that either come with our Servlet containers, or choose to

javax.mail.NoSuchProviderException

2002-03-22 Thread Chan Mal
I'm encountering following exception on Email Object in my Jsp: javax.mail.NoSuchProviderException: No provider for Address type: rfc822 I am running a websphere Test Environment in Visual Age . Please let me know the solution for this Excep... Thanks.

Re: javax.mail.NoSuchProviderException

2002-03-22 Thread Karau, Joe
Just ran into this exact problem yesterday believe it or not. Add the javamail jars to the external directory of the test environment. Joseph Karau Kingland Systems [EMAIL PROTECTED] 507-536-3629 AIM: jkara3629 -Original Message- From: Chan Mal [mailto:[EMAIL PROTECTED]] Sent:

Re: [ann] WebWork 1.0 released

2002-03-22 Thread Rickard Öberg
On Fri, 22 Mar 2002 09:26:40 -0500, M. Simms [EMAIL PROTECTED] wrote: Why would this be better than STRUTS which has taken about 10 man years of effort and the expertise of many heavyweights to build and debug ? Somehow the above argument is not quite logical. The amount of man years or

Re: [ann] WebWork 1.0 released

2002-03-22 Thread Rickard Öberg
On Fri, 22 Mar 2002 10:09:14 -0600, Haseltine, Celeste I have not seen WebWork, but to answer your question, Struts is a very heavy framework in that the Jakarta tag libraries are very tightly integrated into the MVC architecture portion of Struts. For those of us who use JSP tag libraries that

Re: [ann] WebWork 1.0 released

2002-03-22 Thread M. Simms
I certainly will ! I was just testing to see how passionate you guys were about this effort and you passed the test. I was not going to waste my time if there was little or no response. A lightweight STRUTs is certainly an excellent idea...and whose time has come. (Why didn't Sun

Re: [ann] WebWork 1.0 released

2002-03-22 Thread Rickard Öberg
On Fri, 22 Mar 2002 17:32:47 -0500, M. Simms [EMAIL PROTECTED] wrote: I certainly will ! I was just testing to see how passionate you guys were about this effort and you passed the test. I was not going to waste my time if there was little or no response. LOL, good one ;-) Well, I most

Re: Nested tags attribute clash

2002-03-22 Thread Erwin DSouza
Hi Hans, Sorry to bother you again with this old thread, but I hadn't thought of all the implications of your suggestion until now. I was asking about how to avoid attribute-name clashes in nested tags, and you suggested using: The easiest solution is to let the page athor specify the variable