XML+XSL

2000-10-24 Thread Howard Lee
Hi guys, Has anyone worked on creating a Servlet that generates an XML and then uses Xalan or some XSLT to put XML and XSL together? I don't want to create an XML file (physical file), but wanna create an xml on the fly and pass it onto another input source. Has anyone done this? Thank you very m

Re: where should I put the property file?

2000-10-24 Thread Howard Lee
PROTECTED]]On Behalf Of Hernandez, Rey Sent: Tuesday, October 24, 2000 11:49 AM To: [EMAIL PROTECTED] Subject: Re: where should I put the property file? For tomcat, I put the property file in the WEB-INF directory and use the ResourceBundle class to get access to it. -Original Message----- Fr

where should I put the property file?

2000-10-24 Thread Howard Lee
Hi, I have a property file (a text file) that I'd like to load it in run time from a servlet. I hard coded the path and the file name in a java file, and my servlet basically gets it from the bean. The problem is that it is not finding it. I'm using Tomcat at the moment, but this may change later

useBean vs. getAttribute

2000-09-16 Thread Howard Lee
Hi guys, Someone here said awhile ago that useBean and getAttribute is the same thing. e.g. I setAttribute(someBean, "myBean") in a servlet, and then I forward it to a JSP. Inside the JSP, I do getAttribute("myBean") and I can get the someBean, but he mentioned that I can also get the someBean by

Help! XML intergration!

2000-08-04 Thread Howard Lee
Hi folks, Maybe some of you have done this before and shed some light on me. We have a third party vendor who is working on web pages which basically collect information and turn it into XML and wants to give it to us (they are on a separate web server). Our environment is EJB/JSP/Servlet, and my

how do I?

2000-07-28 Thread Howard Lee
Hi guys, I have a program that generates XML and calls a JSP. I want the JSP to somehow takes this XML input (not necessarily a file) and do processing. How should the XML generating program call the JSP? I don't think I can embed the XML into URL. Any idea guys? Thank you very much. howard ===

question about

2000-07-13 Thread Howard Lee
Hi guys, I have a question about . I have two separate JSP files that instantiates (by doing ) this bean in each file. The scope of the bean is session. My question is does JSP engine create one object and share it with these two JSP files or one for each? From the testing code I ran, it seems li

Netscape table problem

2000-05-17 Thread Howard Lee
Hi guys, The web site I'm working on looks fine on IE, but it looks strange on Netscape. I'm using one with specific width, and another with width percentage. e.g. <%@ include file="some.jsp" %><%@ include file="someother.jsp" %> On IE, it keeps the width 140, but on Netscape it does to a cer

HTML Table guide

2000-05-16 Thread Howard Lee
Hi guys, Does anyone know of a good site(s) which explains HTML table in detail? I've been spending the past few hours trying to figure out how to make a row cover all the way across the screen. width=100% didn't work. If there's a good site explaining how width and height works in table, I'd app

Model 2?

2000-05-06 Thread Howard Lee
Hello, I've read alot about model 2. Where can I get some information about these different models? Thanks! === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets c

how do I make Apache to start JSP?

2000-04-30 Thread Howard Lee
Hi guys, My opening page is a JSP file, and I'm using Apache and Tomcat (for now). I would like to know how to configure Apache and Tomcat so that Apache starts up this opening JSP page. (Apache looks for index.html) Any idea? Thanks alot!

Changing screen after session expires.

2000-04-26 Thread Howard Lee
Hi, Is there a way to call a new JSP file (URL) when a session expires? I created an object that implements HttpSessionBindingListener, but I don't know what to put inside valueUnbound() method to refresh the page. It would be nice if the JSP knows that the session expired and then refreshes the

Re: Error: Attempt to clear a buffer that's already been flushed

2000-04-25 Thread Howard Lee
ge- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Howard Lee Sent: Wednesday, 26 April 2000 10:04 To: [EMAIL PROTECTED] Subject: Error: Attempt to clear a buffer that's already been flushed Hi guys, I get this error message

Re: Error: Attempt to clear a buffer that's already been flushed

2000-04-25 Thread Howard Lee
lease. Unfortunately I couldnt wait so I changed to another vendor. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Howard Lee Sent: Wednesday, 26 April 2000 10:04 To: [EMAIL PROTECTED] Subject: Error: Attempt to cl

Error: Attempt to clear a buffer that's already been flushed

2000-04-25 Thread Howard Lee
Hi guys, I get this error message once in awhile. Does anyone have seen this error message? Got an idea what is causing this and what it means? Thanks! javax.servlet.ServletException: Error: Attempt to clear a buffer that's already been flushed at org.apache.jasper.runtime.JspServlet.se

Re: how to have two submit buttons calling different JSP's

2000-04-24 Thread Howard Lee
ge. peter choe Howard Lee wrote: > Hi, > > I know this is more of an HTML question than JSP's but since many people on > here are web gurus, I thought I asked here. How would you have two submit > buttons to have two different URLs? I have two > buttons, and each calling di

how to have two submit buttons calling different JSP's

2000-04-24 Thread Howard Lee
Hi, I know this is more of an HTML question than JSP's but since many people on here are web gurus, I thought I asked here. How would you have two submit buttons to have two different URLs? I have two buttons, and each calling different JSP's. Because I can only have one action in , I couldn't s

OFF TOPIC:List server problem

2000-04-24 Thread Howard Lee
Hi, I've noticed that my messages got repeated over and over. I think there's a problem with the list. Could someone please look into this problem? Thanks. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP

Re: 64K limit

2000-04-23 Thread Howard Lee
to the JSP Book, this is required because of current limitations in the underlying servlet API. So hopefully others can benefit from my frustrating easter afternoon. :) -Original Message- From: David Mankin [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 23, 2000 6:39 PM To: Howard Lee S

Re: Diff. between HttpSession and

2000-04-23 Thread Howard Lee
Sent: Sunday, April 23, 2000 10:09 PM To: [EMAIL PROTECTED] Subject: Re: [JSP-INTEREST] Diff. between HttpSession and Hi Howard, Every JSP page has an implicit instance of HttpSession, called 'session'. You can use it for session management. Regards, Anurag Howard Lee <[EMAIL PROT

Re:

2000-04-23 Thread Howard Lee
April 23, 2000 9:44 PM To: [EMAIL PROTECTED] Subject: Re: [JSP-INTEREST] We used: > -Original Message- > From: Howard Lee [SMTP:[EMAIL PROTECTED]] > Sent: Monday, April 24, 2000 10:17 AM > To: [EMAIL PROTECTED] > Subject: > > Has anyone tried us

jsp-interest@java.sun.com

2000-04-23 Thread Howard Lee
Has anyone tried using ? Any example would be appreciated. Thanks folks! howard === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://jav

Diff. between HttpSession and

2000-04-23 Thread Howard Lee
Hi, I'm new to JSP, and have a question about how I should go about doing a session management. I'm used to creating a HttpSession object and do putValue and getValue on it, and I've seen a JSP example that uses a java bean to store and retrieve values. It seems to me that if I use to a bean, th

64K limit

2000-04-23 Thread Howard Lee
Hi guys, I'm using Tomcat, and one of my JSPs got pretty big, and I'm getting this error message. "Code of a method longer than 65535 bytes" Is there any way to get around to it? Is there a way to increase this limit? Thanks. howard ==