No Subject

2000-11-16 Thread Natarajan Shyam
Hi, I am encountering the following problem when I tried to open xmlexample.jsp : Compilation of 'C: \weblogic\myserver\classfiles\jsp_servlet\_xmlexample.java' failed: C: \weblogic\myserver\classfiles\jsp_servlet\_xmlexample.java:20: Package javax.xml.parsers not found in import. probably

Failure in import.

2000-11-16 Thread Natarajan Shyam
Hi, I encountered the following problem when I tried to open xmlexample.jsp : Compilation of 'C: \weblogic\myserver\classfiles\jsp_servlet\_xmlexample.java' failed: C: \weblogic\myserver\classfiles\jsp_servlet\_xmlexample.java:20: Package javax.xml.parsers not found in import. probably

JSP FAQ Resource Information

2000-11-16 Thread Anil K. Vijendran
This is a weekly informative posting to the jsp-interest list. Before asking questions of a general nature, please check out the resources available online to see if your question already has an answer. The best place to start

package problem in jsp

2000-11-16 Thread Chin Sung Kit
hi all, i've written two beans under the package name called jsp bean 1 Staff.java bean 2 DatabaseBean.java when i tried to import Staff, it gave the following error: Class Staff not found in import. my DatabaseBean code, package jsp; import jsp.Staff; -- error here public class

probleme with jsp:useBesn ....../ tag

2000-11-16 Thread Martin Nwalal
Hi, can i use jsp:useBean / tag in an jsp where Bean have an constructor with parameteres? Tanks hor help Martin === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on

Re: JSP page that display 10 result...

2000-11-16 Thread Geert Van Damme
No, putting the whole solution in the session isn't a good idea. Keeping the resultset in the session isn't either. Even for scrollable resultsets. In the future, we'll be using WebRowSets for this functionality, but, since this is still very new, most of us are stuck with the old solutions.

JSP as a resource

2000-11-16 Thread Rickard Öberg
I have a servlet that wants to output the result of a JSP page, but the JSP is not available as a regular page but as a resource in the JAR of the servlet (which resides in /WEB-INF/lib). Is it possible for the servlet to retrieve the contents of the packaged JSP page, and somehow send it to JSP

Failure in import.

2000-11-16 Thread Natarajan Shyam
Hi, I encountered the following problem when I tried to open xmlexample.jsp : Compilation of 'C: \weblogic\myserver\classfiles\jsp_servlet\_xmlexample.java' failed: C: \weblogic\myserver\classfiles\jsp_servlet\_xmlexample.java:20: Package javax.xml.parsers not found in import. probably

Re: JSP page that display 10 result...

2000-11-16 Thread Chin Sung Kit
hi, you might want to have a look at this one: http://jsptags.com/tags/navigation/pager/ thanks. ced Marco wrote: How to make a JSP page that display 10 result (from a DB) per time and after with a next and prev link going forward the result?? Can anyone explain me to this?? Ca i have a

Re: Custom tag with variable parameter

2000-11-16 Thread Pratik Machchar
check your tld. and make rtexprvaluetrue/rtexprvalue instead of rtexprvaluefalse/rtexprvalue bye - Original Message - From: "Dan Cancro" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 16, 2000 6:34 AM Subject: Custom tag with variable parameter I have the following

Re: Difference between Servlet and Bean?

2000-11-16 Thread Phil Hedley
From: Phil Hedley@MITEL on 11/16/2000 09:27 AM GMT Checkout thisdocument as an idea of how to approach the problem http://www.javaworld.com/javaworld/jw-12-1999/jw-12-ssj-jspmvc.html The example is not perfect, but the model states that the recommended approach is to have a single servlet to

Calender

2000-11-16 Thread Anneli Karlsson
Hi! I want to delete a message from a textbox and i have no idea to make it work. and... I want to create a calender. How?? /anneli === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some

Oracle stored procedure

2000-11-16 Thread Joe Ryan
Anybody know how to call an Oracle stored procedure into a resultset in a JSP? _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at

Re: Oracle stored procedure

2000-11-16 Thread N Hari Babu
Hi Ryan, By using prepareCall statement u can call an StoredProcedure from JSP. Hari. At 10:34 AM 11/16/00 GMT, you wrote: Anybody know how to call an Oracle stored procedure into a resultset in a JSP? _ Get Your

[OT] Please, unsubscribe when you're away

2000-11-16 Thread Robuschi (Delfi)
Hello everybody, I'm Roberto from Italy. As anybody that writes a message to this mailing list knows, every message sent is followed by some reply messages. Often, one of these messages is an auto-reply that says that someone is on holiday. So I'm asking to these people and to anyone in the

Re: Java: make EXE

2000-11-16 Thread Alan KF LAU
Jove can do this: http://www.instantiations.com/jove/product/thejovesystem.htm gcj serves similar purpose, but it doesn't create .exe. Need a Window port of gcj perhap? Alan. Hi group, Sorry to have posted this question. But I really wondered whether we can compile .java to .exe or not.

Re: Difference between Servlet and Bean?

2000-11-16 Thread Sanjay Gomes
Hi there U r confusing urself a little over here Beans are reusable software components mainly used to include the business logic and other functionality that will be repeatedly required by the servlets or JSPs While Servlets make use of the beans for the business logic so that now the Servlets

Re: Difference between Servlet and Bean?

2000-11-16 Thread Sanjay Gomes
Hi Phil You are right about the beans, as used in the JSP/s or servlets,are used to contain Business logic. They are similar in the fact that they contain the set/get methods and dont contain the bean structure.They are not 'pure beans' as we run them in a BDK BeanBox Regards Sanjay

Re: [OT] Please, unsubscribe when you're away

2000-11-16 Thread maurice coyle
[EMAIL PROTECTED] has been sending back such messages for the last three months. i hesitate to send this, because i know i will get a "message undeliverable" reply, telling me that jsoenen76's mailbox is full "Robuschi (Delfi)" wrote: Hello everybody, I'm Roberto from Italy. As

Re: difference between %!...% and %....%

2000-11-16 Thread Geert Van Damme
My final answer on this is: DON'T USE IT untill you know exactly what it does. Apparently you don't. Why on earth are you using this %! % tags ? Geert Van Damme This might be a slight deviation .. but i just want to know.. If we declare a variable in %! % and after that if you

No Subject

2000-11-16 Thread Anthony Mak
Dear Shyam, I think you may have to change the CLASSPATH in your JSP server. (I am new to JSP. So please consult other too. ^-^ ) Anthony - Original Message - From: "Natarajan Shyam" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 16, 2000 5:14 PM Hi, I am

Blue Martini/Vignette versus Weblogic/Java

2000-11-16 Thread Neal Cabage
Anyone here had the opportunity to compare/contrast an ASP (application service) package solution such as Blue Martini or Vingette StoryServer, to building off of a component-base such as WebLogic with the commerce package? If so, what is the breakpoint at which it would make sense to go with

Re: Resin and JRun

2000-11-16 Thread Anthony Mak
Sorry for asking the question below, I should have done more research before asking. I found this page which compare JRun and Resin. http://www.caucho.com/articles/jsp_benchmarks.xtp Anthony Mak - Original Message - From: "Anthony Mak" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Resin and JRun

2000-11-16 Thread Anthony Mak
Is Resin faster than JRun (Allaire)? Anthony Mak === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html

multiple including one jsp file

2000-11-16 Thread Micha Trojanowski
Hi. I'm a little disoriented with including one jsp file more than once. When I write a code: %@ include file ="file1.jsp" % ...Something... %@ include file ="file1.jsp" % my Tomcat 3.1 server returns error with a message: org.apache.jasper.compiler.ParseException: Seen file \file1.jsp

Sending Email in JSP using Weblogic/Java

2000-11-16 Thread hamid
Hi, Sending Email using JavaMail API. When sending mail direct via class it works fine but When sending via jsp page using weblogic as Application Server it produces error and not sending/forwarding mail. The code + Error is as follows. Anyone's help will be appreciated: CODE

convert text format to DB ??

2000-11-16 Thread sufi malak
Hi, is there any code that convert a text format separated by "-" to a database format, for example: a text format that has lines like this : 123 - first - last - descr I need a tool ( java or any) to convert them to a database, 123 go to SSN column, first go to FIRSTNAME column last go to

what the diff ??

2000-11-16 Thread Henki Lubis
Hi guyz.. i wanna ask what the diffrent exactly between %@page import =""% and %@page include=""% and jsp:useBean ... ?? coz all those have same function .. to include another file from outside and use the methods that available in the file... rgrds a Beginner

Special Tomcat Setup Requirements

2000-11-16 Thread Edward Garson
Hello I have a special need in setting up Tomcat. I have JBuilder 4 Professional installed, which comes with JDK 1.3 and Tomcat which reside in subdirectories as follows: Tomcat: C:\JBuilder4\Tomcat JDK1.3: C:\JBuilder4\jdk1.3 I want to enable the launching of Tomcat stand-alone from JBuilder

Message Board using JSP:How to

2000-11-16 Thread jamsheer
Hi, I'm now working to create Message Board on Net in JSP.For this work I need a reference model.Can any one give links to well working message boards?I need a message board that is easy to access,easy to search,easy to navigate and well categorized.Give me examples for this in a view of a web

Docs,Code...

2000-11-16 Thread Admin Autonet59
Hello guys, Next week i start with JSP,Servlet and OAS... Where can i find good docs, code example, tips,etc ? thx. -Message d'origine- De : A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]De la part de Henki Lubis Envoyé : jeudi 16

XML messaging over HTTP SMTP

2000-11-16 Thread Eduardo Pelegri--Llopart
The announcement below may be of interest to people interested in HTTP-delivered content, since ebXML, JAXM, and M Project cover both HTTP and SMTP protocols. - eduard/o The M Project refers to an early access, prealpha, prototype implementation of an XML-based messaging system. It

talk on JSP XML @ XML DevCon2000 - slides available

2000-11-16 Thread Eduardo Pelegri--Llopart
Yesterday (Nov 15th) I delivered a talk on "JSP and XML" at XML DevCon 2000. The talk is based mostly on the material in our recent white paper on the same topic. Slides are available in PDF format at: http://java.sun.com/products/jsp/pdf/talks/XMLDevCon2000.pdf Hope they are useful, -

Re: Docs,Code...

2000-11-16 Thread Robert Chartier
ive been collecting some resources for JSP in my database..check it here.. http://www.aspfree.com/devlinks/search.asp?file404=;catid=70 its a good start. At 04:29 PM 11/16/99 +, you wrote: Hello guys, Next week i start with JSP,Servlet and OAS... Where can i find good docs, code

Re: JSP Authoring / Development

2000-11-16 Thread M. Simms
Of course, as with any new technology, NONE are really great. Macromedia Ultradev = great presentation and page layout control; NO JSP debugger Borland Jbuilder 4 Enterprise = terrible presentation and page layout control; Great JSP debugger (Tomcat only !) Maybe the answer is you need BOTH. I

Re: Java: make EXE

2000-11-16 Thread M. Simms
Symantec's Visual Cafe (now Webgain) has that ability. there are limitation howeverread the details at www.webgain.com -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Maureen Chandra Sent:

Re: Blue Martini/Vignette versus Weblogic/Java

2000-11-16 Thread M. Simms
Dude - no one can really answer this...there are so many factors that go into making the "buy or make" decision. If you need a solution in a hurry, AND THIS FACTOR IS IMPORTANT, then buy. If you need a flexible solution that you can customize to the nth degree and you can wait, then you make.

Re: Which is the best framework WebMacro, Struts, or Tapestry?

2000-11-16 Thread M. Simms
As with anything "new", there are the rebels. I think once JSP is proven and widespread in use, the template engines will just die off. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Peter Pilgrim

Re: Resin and JRun

2000-11-16 Thread Daniel Lynn
I haven't used JRun before, but I can tell you that my jsp pages have been loading almost instantly, even on the first run. -Daniel Anthony Mak wrote: Is Resin faster than JRun (Allaire)? Anthony Mak === To

Help getting a result set from a stored procedure through JDBC

2000-11-16 Thread Pete Jozsa
I'm a recent (yesterday) convert from asp to jsp. I've had no difficulty implementing a simple sql queries with JDBC to return a result set but now I need to start hitting some of the stored procedures I have written here is the code. Where am I going wrong. I know it is the Execute() but the

Re: Which is the best framework WebMacro, Struts, or Tapestry?

2000-11-16 Thread Robert Chartier
speaking of proven and widespread use... do any of you know any really good large-scale, B2B implementations of JSP with Oracle? and if you know the architecture (common methodologies)..that would be nice too. for example, is it customary to place most, if not all, of your business logic in

Re: package problem in jsp

2000-11-16 Thread Raman
You should write "import jsp.Staff.*" instead. - Original Message - From: Chin Sung Kit [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 16, 2000 2:42 AM Subject: package problem in jsp hi all, i've written two beans under the package name called jsp bean 1

Response.End()

2000-11-16 Thread Cogley, Jonathan
Hi, What is the neatest way to an ASP-like Response.End() ? I have an if statement which can cause a redirect and then I want to stop all further processing of the my JSP ... Is it feasible to just call "return null;" since this will return on the service method of the generated servlet - or is

Re: Response.End()

2000-11-16 Thread Shireesh Thanneru
return; Shireesh Thanneru On Thu, 16 Nov 2000, Cogley, Jonathan wrote: Hi, What is the neatest way to an ASP-like Response.End() ? I have an if statement which can cause a redirect and then I want to stop all further processing of the my JSP ... Is it feasible to just call "return null;"

Using sessions with multiple servers

2000-11-16 Thread Richard Yee
Does anyone on the mailing list know how to handle Http sessions with multiple app servers? If I want to put a hardware load balancer in front of two or more servers, how do I make a Http Session created for a user, shared between the app servers. Since requests can be load balanced to any of

Re: Help getting a result set from a stored procedure through

2000-11-16 Thread Pete Jozsa
I realize this but I cannot seem to pull a result set from an Executed Stored Procedure with cstmt.executeQuery() I have no problem executing a Query and getting a result set. I'm trying to find out how to populate a resultset from an executed stored procedure -Original Message- From:

Re: JSP as a resource

2000-11-16 Thread Franck Rasolo
Hi Rickard ! I guess this is about your work on EBS, isn't it ? ;-) Unless you find a way to dynamically unjar and compile the JSP page, and use the servlet container's class loader to load the resulting servlet, your best shot is to unpackage it the ususal way... If you manage to do it

Re: request.getParameter(Name) with special chars

2000-11-16 Thread Sunil Roy
Is this the reply from Mr. Bob ? How can the spaces in the string recd. from request.getParameter("some param name") be compressed by html. Note that the this getParameter() is used in servlet or Jsp not in html. Pl. clarify. Bye Sunil - Original Message - From: "Jj Fu" [EMAIL

Re: request.getParameter(Name) with special chars

2000-11-16 Thread Sunil Roy
- Original Message - From: "Jj Fu" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 08, 2000 3:06 AM Subject: Re: request.getParameter("Name") with special chars Here you are: I'm betting that you're forgetting that HTML compresses all whitespace into a single

Refreshing JSP (HttpServletRequest request) object

2000-11-16 Thread Davidson, Greg
When you refresh a page how do you initialize the form objects in your JSP. I have an application that retains the parameters that were set prior to the refresh button being clicked. I would like to reinitialize them any time the refresh is executed. Basically the HttpServletRequest request

Why use Java Beans?

2000-11-16 Thread Philip Weaver
I'm finding it difficult to fully grasp the benefit of using Java beans with a MVC JSP/servlet architecture. I am more keen to use JSP taglibs and %= expressions % to represent data in my pages. jsp:usebean was a mechanism that was present in the JSP spec before taglibs were introduced in JSP

Re: Why use Java Beans?

2000-11-16 Thread Philip Weaver
Typo Correction: Java Beans may have more necessity within servlets *THAN* being called directly from within a JSP page. on 11/16/00 1:26 PM, Philip Weaver at [EMAIL PROTECTED] wrote: I'm finding it difficult to fully grasp the benefit of using Java beans with a MVC JSP/servlet

Re: Java: make EXE

2000-11-16 Thread Irfan Mohammed
You can convert a .class file to an .exe file if you use a tool provided by microsoft's now defunct sdk. You need to install the sdk before you use it though. Heres some documentation from it. Jexegen The Java Win32® Executable Generator (jexegen) converts Java classes into a fully executable

Re: Which is the best framework WebMacro, Struts, or Tapestry?

2000-11-16 Thread Craig R. McClanahan
Peter Pilgrim wrote: Have anybody done any work with or had experience with Apache Turbine? http://java.apache.org/turbine/index.html Also I have just invested in "Web Development with Java Server Pages" book by Fields Klob , Manning. Some of these framework kits are running __against__

Re: Why use Java Beans? - ventures forth into the realm of taglibs (sorry 'bout that)

2000-11-16 Thread Adrian Papari
hmm... i've recently been looking for a server-side "XML" - HTML-parser: ie, you have the definitions for the custom-tags stored in a separate file, and thus, you can very easily change the layout for different user-profiles or whatever suits your needs preferences. so, Q being; is this possible

Session tracking in JSP without using COOKIES

2000-11-16 Thread Dario Andrade
As some of you may know, wireless development may not afford cookies. How do I keep track of user sessions (using JSPs), without using cookies? I have tried URL rewriting but it does NOT work with JSP!! My idea is to create a servlet wrapper (use servlet's URL

determining date difference

2000-11-16 Thread Heidi Krout
Can anyone tell me how to calculate the (days, months, years) difference between two dates? Visit our website at http://www.p21.com/visit The information in this e-mail is confidential and may contain legally privileged information. It is intended solely for the person or entity to which it

Finding Taglib Documentation

2000-11-16 Thread Philip Weaver
Yeah, your reply is off-thread. However, I would say the best thing to do would be to use Sun's example taglib as a starting point. That's what I did. Sun has improved their taglib documentation since introducing JSP 1.1. I don't think the following URL was there since day but I wish it had

3 questions easy I am sure

2000-11-16 Thread Dean Sacramone
Hey all, I have 3 questions. They are textbook questiions but I can't find the answers. 1.) What servlet method would you call to get the protocol being used in the client/server transmission? 2.) What is the java API package name that contains the classes to support the servlet HTTP

Urgent: Clear cache

2000-11-16 Thread Mutahar Qayum
I am using following code to clear cache in HTML, but it seems not to be working What i need is to refresh the page whenever user goes to some other page and hit back button. response.setHeader("Cache-Control","no-store"); //HTTP 1.1 response.setHeader("Pragma","no-cache"); //HTTP 1.0

request.setAttribute vs session.setAttribute

2000-11-16 Thread dion
Hello all, i can't understand why some of jsp code below fails : the output of the code is : helloreq prints = hi request -- helloses prints = null in other words, it fails when using session implicit object. could you explain to me why that happens? btw, i can't make the newline works (like

Re: 3 questions easy I am sure

2000-11-16 Thread Artigas, Ricardo Y.
1.) What servlet method would you call to get the protocol being used in the client/server transmission? -- getProtocol(). getProtocol method gets the name and version of the protocol the request uses. 2.) What is the java API package name that contains the classes to support the servlet HTTP

Re: 3 questions easy I am sure

2000-11-16 Thread Mustaq Pradhan
3. Yes, doGet(HttpServletRequest, HttpServletresponse) and doPost(HttpServletRequest, HttpServletresponse). Mustaq From: "Artigas, Ricardo Y." [EMAIL PROTECTED] Reply-To: A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject:

Re: (Off Topic)javascript: How can I change two frames at the same time

2000-11-16 Thread Lorena Carlo
Hi Dean, I didn't work!, it change the information on the other two frames, yes, but it is still charging what is on the cache. If you have any other way of doing this, please email me Lorena. - Original Message - From: Dean Sacramone [EMAIL PROTECTED] To: Lorena Carlo [EMAIL

Re: Java: make EXE

2000-11-16 Thread Alan KF LAU
I forgot JET in the last mail: http://www.excelsior-usa.com/home.html Hope this help. Alan. Jove can do this: http://www.instantiations.com/jove/product/thejovesystem.htm gcj serves similar purpose, but it doesn't create .exe. Need a Window port of gcj perhap? Alan. Hi group,

Re: Java: make EXE

2000-11-16 Thread Maureen Chandra
Hi, this one sounds nice.. where I can get the sdk? is it freeware? can pls you tell me how to get rid of 'deprecated API' warning message when compiling java source? Thanks regards, Muliawan From: Irfan Mohammed [EMAIL PROTECTED] Reply-To: A mailing list about Java Server Pages specification

Re: JSP page that display 10 result...

2000-11-16 Thread kiran kumar
See below... Geert Van Damme wrote: No, putting the whole solution in the session isn't a good idea. Keeping the resultset in the session isn't either. Even for scrollable resultsets. In the future, we'll be using WebRowSets for this functionality, but, since this is still very new, most

Re: Finding Taglib Documentation

2000-11-16 Thread Anthony Mak
Phil, I thought taglib is to create custom tag. Is it possible to use JSP + Taglib to seperate presentation and business logic? Is this case, I don't need to use Servlet or Bean? Anthony - Original Message - From: "Philip Weaver" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday,

Re: Difference between Servlet and Bean?

2000-11-16 Thread Anthony Mak
Dear Sanjay, If I have Bean handling all the business logic and JSP pages for presentation, do I still need to use Servlet? It seems a JSP (presentation) + Bean (business logic) combination will suffice at least for small application. Can you think of a situation where I might need to use

Re: Resin and JRun

2000-11-16 Thread Anthony Mak
Dear Daniel, I went to the Resin homepage and read the benchmark and Resin seems to be impressivly fast. The only hold back is, I am not sure how big and popular is that company. If I use Resin instead of JRun, and then they don't support Resin in a short time or there will not be a large

Re: Difference between Servlet and Bean?

2000-11-16 Thread Anthony Mak
Dear Phil, - Original Message - From: "Phil Hedley" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 16, 2000 6:27 PM Subject: Re: Difference between Servlet and Bean? From: Phil Hedley@MITEL on 11/16/2000 09:27 AM GMT Checkout thisdocument as an idea of how to

Re: Message Board using JSP:How to

2000-11-16 Thread M. Simms
see www.tradersclub.com for a good, simple one. BTW: I am working on a JSP-based message board. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of jamsheer Sent: Friday, November 16, 2001 10:28 AM To:

Re: request.setAttribute vs session.setAttribute

2000-11-16 Thread Martin Cooper
It might help if you try to get the "helloses" attribute from the session rather than the request... -- Martin Cooper Tumbleweed Communications - Original Message - From: "dion" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 16, 2000 6:58 PM Subject:

Re: Difference between Servlet and Bean?

2000-11-16 Thread Craig R. McClanahan
Anthony Mak wrote: Dear Sanjay, If I have Bean handling all the business logic and JSP pages for presentation, do I still need to use Servlet? It seems a JSP (presentation) + Bean (business logic) combination will suffice at least for small application. Can you think of a situation where I

how to develop a secure site?

2000-11-16 Thread Surender Jain
Hi all I've to developed a secured web site where user can submit some info. it should be in encrypted form so that while it flows from user's end to server end nobody can read that. I just know we can do that by using https instead of http. but I've one doubt whether we need to make any special

ask for help for file upload

2000-11-16 Thread [Your Full Name]
Dear all: I want to upload one file to the server from client,but i can't make it work, can anybody tell me what's wrong with it. the HTML form is : upload.html htmlbody form method="POST" enctype="multipart/form-data" action="upload.jsp" File 1:input type="file" name="file1" br input

displaying japanese characters

2000-11-16 Thread Alexius Luke
Hello Everybody, The problem is that-I am trying to display any Japanese word in a HTML page-it works fine. But when the same is being served by a jsp it doesnt work out. I am using GNUJSP with ApacheJServ. Could anyone find me a solution. Or if it is available on the forum could anyone

Re: Difference between Servlet and Bean?

2000-11-16 Thread Neoh TiHoe
hi, at first I do agree with what you said, the combination of JSP + Bean is pretty fine. But when you are in a complicated program, I would advice you to have JSP+Servlet+Bean. it is easy to write a workable program, but it would be hard to write a maintainable and portable program.

Re: displaying japanese characters

2000-11-16 Thread Anthony Mak
Alexius, Try to put this at the top of your page. %@ page contentType="text/html; charset=SHIFT_JIS" % Anthony Mak --- $B%"%s%=%s%K!!!%^%C%/ (B $B%j%s%/pJs%7%9%F%`3t02qR (B $B%"%I%P%s%9;v6HIt!! (BE9 $B%A!%` (B E-mail $B!' ([EMAIL PROTECTED] URL $B!' (Bhttp://www.lis.co.jp/ Tel

Re: ask for help for file upload

2000-11-16 Thread Lynch Wu
Check the MultipartRequest at http://www.servlets.com/resources/com.oreilly.servlet/index.html That's some classes from O'Reilly. Regards Lynch Wu === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff

How can I send HTML document as an attachment in my mail !

2000-11-16 Thread Bhuvaneswari Palanivel
Hi, How can i send a mail with HTML document as an attachment using java mail API? if possible, please give me the sample code for that? Thanks, Bhuvana === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff

Re: Which is the best framework WebMacro, Struts, or Tapestry?

2000-11-16 Thread Peter Pilgrim
Have anybody done any work with or had experience with Apache Turbine? http://java.apache.org/turbine/index.html Also I have just invested in "Web Development with Java Server Pages" book by Fields Klob , Manning. Some of these framework kits are running __against__ grade by being alternatives

How to make dynamic ResulSet with Stored Procedures in Oracle

2000-11-16 Thread Martin Nwalal
Hi, Can some one tell me How to make dynamic ResulSet with Stored Procedures in Oracle ; Martin === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be