Re: Good JSP Engines

2000-12-18 Thread Dylan Rosario
Fix your mail. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: h

This is broken list server or something.

2000-12-18 Thread Dylan Rosario
Every time I try to reply to the messages they go to every user on the list server. Also my own email is getting odd messages from others in the forum that dont contain the normal headers so my filtering does not catch them? Any idea what's happening? At 07:58 PM 12/18/00 -0500, you wrote: >H

Re: Class not found in type declaration.

2000-12-19 Thread Dylan Rosario
Panos, Check to see that you java bean directory is in the classpath of your environment or system variables. CLASSPATH=/usr/local/java/bin:/bin/java : etc. : etc. Regards, Dylan At 10:50 AM 12/1/00 -0800, you wrote: >> Hello there. I have written a jsp file that calls a bean (the bean open

HELP with operator please.

2001-01-10 Thread Dylan Rosario
How would I increment this dynamic hidden field by 1: (i.e. i++;) " > I've tried a few ways and cant get it right. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PR

Re: XML generated by JSP

2001-02-02 Thread Dylan Rosario
Michal, XML and JSP's? You might want to use a java bean instead. Dylan At 04:38 PM 1/31/01 +0100, you wrote: >Hi. I'm trying to generate XML code using JSP. When I try >to open any static XML file in IE5, I get very nice tree >of tags and the XML is easy to view. But when I generate identical

Legal include statement

2001-02-09 Thread Dylan Rosario
is this legal? <%@ include file=((request.getParameter("body_val")!=null)?request.getParameter("body_va l"):"") %> Thanks in advance, Dylan === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For

Include Directive

2001-02-16 Thread Dylan Rosario
Hi, I asked a question about this a while ago but got zero for an answer. Probably because I didn't put a lot of background about the problem. I'm trying to do a dynamic include page or directive based upon a value in the URL, some thing like this: <%@ include file="((request.getParameter("body

iPlanet and Jsp error using RMI-JDBC. - Help. New to planet.

2001-02-27 Thread Dylan Rosario
Hi, I get this error when running a JSP on iPlanet connecting to Cloudscape via RMI-JDBC. The JSP works fine on Enhydra connecting to Cloudscape DB via RMI-JDBC. [27/Feb/2001:13:59:52] failure ( 652): Internal error: exception thrown from the servlet service function (uri=/INN/portal/page.jsp)

Re: iPlanet Application Server

2001-03-01 Thread Dylan Rosario
You can't download it. I've been looking forever. I have been trying to get an evaluation copy to see if it's worth the cost but I can find it. Dylan At 04:48 AM 1/9/01 -0800, you wrote: >Hi, > >>From where i can download iPlanet Application Server >6.0 I Tried to find at www.iplanet.com but t

Help JSP Directive Guru's

2001-03-06 Thread Dylan Rosario
Hi, I needed to rephrase this questions. I have a concept I need a little help with. I'm trying to do a dynamic include page based upon a value in the URL, some thing like this: <% String sender = request.getParameter("page"); %> History behind this code is : I want to assign the valu

PERL & JSP's question

2001-03-14 Thread Dylan Rosario
Any one who know's about PERL & JSP's, I'm looking for any documentation on JSP's and perl script's. I would like to include the result's of a perl script in my jsp's. Is it possible? Please cc me your response thanks. Thanks, Dylan [EMAIL PROTECTED] =

Re: Off topic(JSP in iPlanet) ????

2001-03-22 Thread Dylan Rosario
Look here for the documentation for running and administering IPlanet. http://docs.iplanet.com/docs/manuals/enterprise.html Also you need to set up a default server in the iPlanet admin usally available at http://www.yourserver.com: here you can configure your document diorectory and the su

Re: Dreamweaver & JSP

2001-03-23 Thread Dylan Rosario
Erwin, I developed a 30 page JSP application in under 2 week by my self with Dreamweaver Ultradev4. Complete with administration forms and multi-record views. It's the fastest way to get a mid to large size app to the market. I highly recommend it. Stick to servlets to do complex binary stream

Re: Dreamweaver & JSP

2001-03-26 Thread Dylan Rosario
8 AM >> > To:   [EMAIL PROTECTED] >> > Subject:  Re: Dreamweaver & JSP >> > >> > Yeah.but what about all of that imbedded JSP code within the >> > page.. >> > how are you going to make changes ? >> > Once you do, you cannot