Re: Response Send Redirect problem

2001-07-26 Thread bipin_jsp
Add this lines for cache removing out.println(meta http-equiv=\pragma\ content=\no-cache\); out.println(meta http-equiv=\cache-control\ content=\no-cache\); response.sendRedirect(filename); and use also return; statement. - Original Message - From: Smita [EMAIL

Re: Adding cookies before output ?

2001-07-26 Thread Atilio Ranzuglia
Andy: you should try: %@ include file= % instead of: jsp:include page= / The main difference between them is that the first one includes the files on translation time (JSP - Servlet) and the second one includes the page on running time, wich means that the response object is not the same on the

Re: Adding cookies before output ?

2001-07-26 Thread Atilio Ranzuglia
Andy: as specified on JSP 1.1 (Servlet 2.1) the output (JspWriter derived from PrintWriter) is buffered so you can set response headers and stuff anytime you want. But anyway you should try to make it the more readable possible. Atilio Good luck --- Andy C [EMAIL PROTECTED] wrote: Just a

having a bean as an attribute of a tag

2001-07-26 Thread Johnny Blaze
Hi All, I'm trying to a pass a bean to my custom tag. Is this possible? as you can see from my code below, I've enclosed %=mybean% in quotes. The browser then complains that I cannot convert the string to an IteratorBean. If I removed the quotes the brower complains that I need the quotes.

Re: question about jsp

2001-07-26 Thread Atilio Ranzuglia
Miguel: not everybody knows what global.asa does. I don't know but i heard sometime that it is like a container for information for everybody. if this is the behavior you should try the 'application' implicit object. Atilio Good luck --- Miguel Lopez [EMAIL PROTECTED] wrote: Hello

Re: Response Send Redirect problem

2001-07-26 Thread Atilio Ranzuglia
WRONG !!! This is a server message, so can you really say that it is a browser problem??? Atilio Good luck --- Chitra Muthukrishnan [EMAIL PROTECTED] wrote: could be a browser problem. Check in some other browser. -M.Chitra www.3rdagenda.com At 04:16 AM 7/26/01 +, you wrote: Hi

Re: Response Send Redirect problem

2001-07-26 Thread Atilio Ranzuglia
WRONG !!! It has nothing to do with the browser. You should try removing any flush methods inside any included files. Atilio Good luck --- bipin_jsp [EMAIL PROTECTED] wrote: Add this lines for cache removing out.println(meta http-equiv=\pragma\ content=\no-cache\);

Re: having a bean as an attribute of a tag

2001-07-26 Thread Atilio Ranzuglia
Johnny: I think that you can't pass an object to a custom tag, instead you pass string enclosed on quotes. Atilio Good luck --- Johnny Blaze [EMAIL PROTECTED] wrote: Hi All, I'm trying to a pass a bean to my custom tag. Is this possible? as you can see from my code below, I've

BodyTag tags throwns NullPointerException

2001-07-26 Thread Tinou Bao
in VisualAge's WTE but works fine in Weblogic...any body experience this? specifically, does VAJ implement custom tags differently that would cause this behavior? Thanks. -- Tinou Bao www.tinou.com === To unsubscribe:

Re: How can i get all table's name from JDBC driver?

2001-07-26 Thread Mattias Jiderhamn
I need to get all table's name from JDBC driver and all column's name from any table.   Can you help me? First of all, this is not at all a JSP question, but rather a JDBC question, http://archives.java.sun.com/jdbc-interest.html How you get the table names is DBMS specific (at least as far

Re: BodyTag tags throwns NullPointerException

2001-07-26 Thread David Cate
What version of VAJ are you using? I experienced a few problems with their proprietary classes in 3.5, so I went in and modified their JDK package. -Original Message- From: Tinou Bao [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 10:43 AM To: [EMAIL PROTECTED] Subject: BodyTag

Re: Fw: How can i get all table's name from JDBC driver?

2001-07-26 Thread Atilio Ranzuglia
Joao: The JDBC driver cannot do that by it self. You should query the dictionary data of the DB you are using. Atilio Good luck --- João_Folha [EMAIL PROTECTED] wrote: - Original Message - From: João mailto:[EMAIL PROTECTED] Folha To: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

Please help with the Rewrite module (mod_rewrite)

2001-07-26 Thread Doug Cannon
Hi list, I can't figure out what is going on. I have been using this page, it's very useful: http://httpd.apache.org/docs/mod/mod_rewrite.html And, I have been trying to get my server to rewrite URLs. I'd like to get *anything* to work, even some kind of bogus example, but I can't seem to do

Re: How can i get all table's name from JDBC driver?

2001-07-26 Thread BENARD Christophe, DDE 34/SG
What type of databases are you working with ? Oracle, DB2, MySQL ??? If you are working with Oracle, you can use this kind of statement : SELECT COLUMN_NAME, TABLE_NAME FROM COLS WHERE TABLE_NAME IN (SELECT TABLE_NAME FROM ALL_TABLES WHERE OWNER LIKE 'YOUR_SCHEMA_NAME') ORDER BY TABLE_NAME,

STRUTS

2001-07-26 Thread Claudio Parnenzini
Hi all, Have someone experiences in the development of Web application using the STRUTS framework?? If yes, what are the advantage and disadvantage??? Claudio -- Claudio Parnenzini Software Developer ( www.linkvest.com ) mailto:[EMAIL PROTECTED]

Re: STRUTS

2001-07-26 Thread King Maurice
Advantage Ease of upgrading your code, organization of layers (biz logic, controller, presentation,etc) Disadvantage Time to code in layers, takes longer - Original Message - From: Claudio Parnenzini [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 26, 2001 11:06 AM

cookie again

2001-07-26 Thread Bernard Granier
Hello every body, I get two questions. Question I == We already spoke about the relation between browser, server, cookie and we mentioned that a cookie is linked to a specific server. Ok, fine. Could some one explain me what is the purpose of the method setDomain of the class

Re: BodyTag tags throwns NullPointerException

2001-07-26 Thread Tinou Bao
vaj 3.5.3, the tag works in websphere 3.5.4.. -- Tinou Bao www.tinou.com - Original Message - From: David Cate [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 26, 2001 10:51 AM Subject: Re: [JSP-INTEREST] BodyTag tags throwns NullPointerException What version of VAJ are

Re: WebLogic

2001-07-26 Thread Srdjan Pantic
I was looking for the same thing. Using /servlet/ was the way I found. However, it doesn't seem to pick up new changes. You can play around with and see if you can get it to work. Can you bi so kind to give a example of configuration? And of course where exactly to put it. I was unable

Re: cookie again

2001-07-26 Thread Andy C
- Original Message - From: Bernard Granier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 26, 2001 5:01 PM Subject: cookie again Question I == We already spoke about the relation between browser, server, cookie and we mentioned that a cookie is linked to a

Help regarding Tomcat

2001-07-26 Thread Hamid Mukhtar
Hi, I have installed tomcat after of a lot of trials, but I don't know where to put my servlets. I have put my servlets in almost all of its subdirectories but they are still not accessible through the browsed and give 404 File Not Found Error. It seems as if I have to set some variable

How to create JAR file?

2001-07-26 Thread Pantarotto, Sio
How can I create a jar file??? Is there a product like winzip (to create zip files) that creates jar files??? Siomara === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL

Re: How to create WAR file?

2001-07-26 Thread Mark Mascolino
Yes WAR files are same thing as JAR files with different extensions. However, semanticly they are different. The Java Servlet 2.2 specification details the directory structure inside the WAR file and what types of files go where. I highly suggest reading the Servlet 2.2 Specification (which

Re: How to create WAR file?

2001-07-26 Thread SnowWolf Wagner
Yes, a WAR file is just a jar file with a different extension. There must be a WEB-INF dir and a web.xml file in the WEB-INF dir. SnowWolf Original Message Follows From: Hamid Mukhtar <[EMAIL PROTECTED]> Reply-To: A mailing list about Java Server Pages specification and reference

Re: Help regarding Tomcat

2001-07-26 Thread Jann VanOver
Tomcat has a VERY active mailing list that is archived at: http://mikal.org/interests/java/tomcat/index.jsp This a VERY FREQUENTLY ASKED QUESTION there -- Please search the archives and see what you can find. -Original Message- From: Hamid Mukhtar [mailto:[EMAIL PROTECTED]] Sent:

Servlet and CSS setup...

2001-07-26 Thread Timothy Stone
I have set up Tomcat 3.2.2 with mod_jk and Apache 1.3.20 on MacOS X I'm trying to get servlets to find my *.css files in Apache. My *.html files are served by Apache via the following directory structure: /public_html /forms /css Many of my *.html forms have a style declaration

Re: How to create JAR file?

2001-07-26 Thread Ashish Shrestha
Pantarotto, Sio wrote: How can I create a jar file??? Is there a product like winzip (to create zip files) that creates jar files??? JAR files are just zip files with .jar extension and some like the MANIFEST file. You can use the jar command to create a jar file. jar cvfm jar file name

Re: How to create WAR file?

2001-07-26 Thread Ashish Shrestha
Hamid Mukhtar wrote: How can we create Web ARchive file? Is it same as creating JAR files but different extensions or what? What is difference between the two? Yes they are the same. WAR files usually have the WEB-INF directory with its associated files. Ashish

Re: Help regarding Tomcat

2001-07-26 Thread Senthil Kumar Rajamanickam
Hi Hamid Go through the new servelet specification from Sun which clearly give you the guidelines of how to deploy your servlet/jsps in tomcat, tomcat strictly follows the specification. You have to create your directory structure as in the specification and give tomcat information about your

Re: Mails Forward

2001-07-26 Thread Senthil Kumar Rajamanickam
Could you guys stop doing this.. this is not a place to put your FWD jokes etc.. Please try to use the list only for knowledge exchange Thanks and regards Senthil Kumar.R -Original Message-From: A mailing list about Java Server Pages specification and reference