Re: converting from jsp1.0 to jswdk 1.0 ea

1999-07-17 Thread Richard Vowles
Look at question 45 of the FAQ. Lumby Paula wrote: > After much trial and error, I have isolated a couple of lines in JSP that worked > with the JSP 1.0 reference implementation, but no not work with the > jswdk-1.0-ea. Can anyone tell me what the new rules are to explain why the > following no

JSP Tool (Windows) Macromedia buys Elemental

1999-07-17 Thread Luc Saint-Elie
Hello, Macromedia is buying Elemental Software, editor of JSP (and ASP) tool Drumbeat (lets dream.. a Dreamweaver, really JSP enabled...) See : http://www.macromedia.com/macromedia/proom/pr/1999/index_drumbeat_announce.f html and of course : http://www.interpasnet.com/JSS :-) +-

Re: jswdk1.0

1999-07-17 Thread Mike McElligott
Title: RE: jswdk1.0 Roslan, Are you accessing the pages via http://localhost:8080?  You'll need to do this if you want the examples to work - if you're accessing them through the local file (file://blah.jsp) system you're bypassing the server completely - not giving it a chance to do it's ma

Re: JSP 0.91 Code Snippet

1999-07-17 Thread David Wall
> Can someone tell me if this snippet of JSP code is valid? > ... > > <% bean.checkIndex(x); %> > > <% bean.checkIndex(y); %> > > $(BEAN=bean PROPERTY=test(x,y))"; > > > > ... A bit of the topic here, but you m

JSP 0.91 Code Snippet

1999-07-17 Thread Hai-Bang Pham
Hello, Can someone tell me if this snippet of JSP code is valid? ... <% bean.checkIndex(x); %> <% bean.checkIndex(y); %> $(BEAN=bean PROPERTY=test(x,y))"; ... Basically, what I want to know is: can the PROPERTY

Re: JSP 1.0 [errors with page comment tag]

1999-07-17 Thread Stein M. Eliassen
Sorry, I forgot to mention the /** put your javadoc comment here */ Stein "Stein M. Eliassen" wrote: > > <% /* Hi Kumar, > > Try the usual java comment methods > The block, or */ %> > > <% // the single line type. hihi. %> > > regards > Stein > > Allamraju Kumarswamy wrote: > > > > Guys-- > > >

Re: JDBC

1999-07-17 Thread Roger
 JDBC Database Access Nemala Ram wrote: GUys Can Anybody help me what exactly is JDBC and can anybody suggest good books for JDBC. Thnkx _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com =

Access Control List

1999-07-17 Thread Lastname Firstname
Can some one tell me any information on Access control List (ACLs)? Thanks in advance! Zheng Lee London Bridge, Inc. === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INT

JDBC

1999-07-17 Thread Nemala Ram
GUys Can Anybody help me what exactly is JDBC and can anybody suggest good books for JDBC. Thnkx _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com ===

Re: JSP 1.0 [errors with page comment tag]

1999-07-17 Thread Stein M. Eliassen
<% /* Hi Kumar, Try the usual java comment methods The block, or */ %> <% // the single line type. hihi. %> regards Stein Allamraju Kumarswamy wrote: > > Guys-- > > Windows NT 4.0 sp-3 > JWS 2.0 beta 2, > > I'm trying to insert jsp comment tags to document the jsp page . > > here is the code.

Re: JSP Syntax question

1999-07-17 Thread Hans Bergsten
Frank Starsinic wrote: > > How are these used. could someone send me an example jsp page with these used > in it? ... > > > > > > thanks a lot The best source for syntax is the spec at http://java.sun.com/products/jsp/ Also see the FAQ at http://www.esperanto.org.nz/jsp/jspfaq.html -- Hans Ber

JSP 1.0 [errors with page comment tag]

1999-07-17 Thread Allamraju Kumarswamy
Guys-- Windows NT 4.0 sp-3 JWS 2.0 beta 2, I'm trying to insert jsp comment tags to document the jsp page . here is the code. A Comment Test A Test of Comments <%@ page language="java" %> <%-- This comment will not be visible in the page source --%>

JSP Syntax question

1999-07-17 Thread Frank Starsinic
How are these used. could someone send me an example jsp page with these used in it? ... thanks a lot frank Hans Bergsten wrote: > Chris wrote: > > > > Part II in what's threatening to be my Pedantic Bean Series . . . > > [...] > > Does JSP really only work with Beans (and not just plain

Re: Can you run JSP on PWS?

1999-07-17 Thread Chris Means
ServletExec (www.newatlanta.com) also works on PWS (at least NT v4.0, not sure about Win95/98). > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Bartling > Sent: Monday, July 12, 1999 10:52 AM >

Re: Can you run JSP on PWS?

1999-07-17 Thread Chris Bartling
JRun 2.32 build 152 works great on PWS 4.0. We use it all the time for development. -- chris -- > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Vaccaro > Sent: Monday, July 12, 1999 9:55 AM > T

Re: How do I use a constructor with parameters????

1999-07-17 Thread Dmitri Namiot
yes, it is a bad restriction and that follows from the bean definition. So now you should be able only run zero-arg constructor and set parameters after that via separate calls (some like setSomething(...) Regards, Dmitry P.S. by the way, see our alaJSP stuff: http://coldjava.hypermart.net we