getProperty using is methods

2000-01-08 Thread Arun Thomas
Hmmm... I'm sending this one more time as it hasn't appeared in the list as of yet. Apologies if two copies suddenly show up! -Original Message- From: Arun Thomas [mailto:[EMAIL PROTECTED]] Sent: Friday, January 07, 2000 10:04 AM To: JSP Mail List Subject: jsp:getProperty using is method

JSP Model 2 question

2000-01-08 Thread Jason Lee
Okay, I have a servlet, a bean, and a jsp page. Call the servlet by this url: /servlets/TestServlet?val=1 The servlet is set up like this: ... int val = new Integer( req.getParameter("val") ).intValue(); ValueBean vBean = new ValueBean(); vBean.setValue( v ); response.sendRedire

Re: Check this - annoying

2000-01-08 Thread Phil
Wes: Thanks for the contrary opinion. It is also contrary to the policies of this group. As I understand it, Sun's policy for this group is: NO ATTACHMENTS. The problem is, in this popular group, some newer members have not read the fine print. The policy is often overlooked. This discu

Can not find the file.

2000-01-08 Thread ZhangQi
hi all, I am a newer at Class -> InputSource . I have some code as below, /* InputSource input; input = new InputSource( myclass.class.getResourceAsStream( "text.htm" ) ); input.setSystemId( myclass.class.getResource( "text.htm" ).toString() ); */ but I do not know where to put th

Re: Can not find the file.

2000-01-08 Thread ZhangQi
- Original Message - From: ZhangQi <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 08, 2000 2:24 PM Subject: Can not find the file. > hi all, > I am a newer at Class -> InputSource . > I have some code as below, > /* > InputSource input; > input = new Inpu

What components are necessary to start programning in servlet, JSP and JDBC?

2000-01-08 Thread Januar R. Kramadibrata
Hi ! I'm want to start to program with servlet and JSP, and I'm planning to build them on Intel Pentium based NT and RedHat boxes, using Apache 1.3.9. and Oracle 8. I know NT, Oracle, SQL Server, and ASP, but a total newbie in servlet and JSP. I've downloaded the Apache 1.3.9 (it runs fine on bo

Closing Windows in the Right Sequence

2000-01-08 Thread SoftLiban ZAKHARIA Michael
Thank you for all the great responses. You have given me great ideas on how to tackle this problem.   As soon as I get the right results I'll post it up for all to grab.   Much obliged,   Michael Z.

Re: Check this - annoying

2000-01-08 Thread Stephen Summerfield
> -Original Message- > From: A mailing list about Java Server Pages specification > and reference > > To offer a contrary opinion, I greatly appreciate the > architecture diagram > that was posted. Please continue posting such attachments. > Those who are > unsure or do not have virus dete

Re: JSP vs. ASP

2000-01-08 Thread Dmitri Namiot
The big plus for ASP is database integration (ADO). It is much more easy to create DB-related pages (I did not compare in same time here performance and quality of such deal). ColdJava: java server side programming http://coldjava.hypermart.net ___

Win98+apache+Tomcat

2000-01-08 Thread Omar Diego Vera Ustariz
I' ve tried to connect tomcat but I have an error that says apache has caused an error, I really need some help,I did everything in the HOWTO file and it doesn't run , I need to know if apache+tomcat run on Win98 or is only for WinNT. I need to know too if I have to intall Jsevr and Apache JServ 1

Re: Check this - annoying

2000-01-08 Thread The Murrays
Would 'vCard' attachments fall under this ban? They are annoying as they litter my attachments directory. ... and they are beyond worthless as compared to an attachment that conveys some actual knowledge. dave m At 11:47 AM 1/8/00 +, Stephen Summerfield wrote: > > -Original Message-

Unsubscribe

2000-01-08 Thread Karanam Sekhar
Unsubcribe jsp-interest Karanam Sekhar. __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com === To unsubscribe: mailto [EMAIL PROTECTED] wit

Re: installing apache jserv 1.1...

2000-01-08 Thread He ZhiQiang
JSDK is replaced with servlet-2.0-plus.jar in gnujsp1.0. I added following lines in /usr/local/apache/conf/httpd.conf:    Include /data/program/JServ/Configure/jserv.conf and I changed my document root to /data/homepage /data/program/JServ/Configure/jserv.conf:    ApJServManual off    ApJServProp

Re: how to run a XML+JSP page in JWS2.0

2000-01-08 Thread He ZhiQiang
try adding xml4j.jar and lotusxsl.jar to wrapper.classpath in jserv.properties. Manisha Kalinkar wrote: > Hello, > > I am new to XML. My JSP page has following import statement. > <%@ import = "com.lotus.xsl.XSLProcessor" %> > When i run this JSP file in JWS2.0 it doesn't work. > I copied xml4j.

Re: Can I send a response to specific frame?

2000-01-08 Thread Nir Daniel
I have to avoid of using JavaScrpit,so I can't use the ' "target" attribute of an or '. The question now is, how can I recognize that this is not a standard HTTP header? Thanks, Nir -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, January 07, 2000 11