Bar charts

2001-08-06 Thread Smita
Hi all, By what method I can draw some bar charts, ( The one which is horizontal). This should be done in the server side(Not in Javascript) and can happen on a click of a button. What is the way out for this? Regards Smita _

Re: Bar charts

2001-08-06 Thread Frank Mancini
Try http://www.espresschart.com/espresschart/index.html Frank From: Smita [EMAIL PROTECTED] Reply-To: A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Bar charts Date: Mon, 6 Aug 2001 06:54:53 - Hi all, By what

Re: Bar charts

2001-08-06 Thread Claudio Parnenzini
http://www.jrefinery.com/ And it's free. -Original Message- From: Smita [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 8:55 AM To: [EMAIL PROTECTED] Subject: Bar charts Hi all, By what method I can draw some bar charts, ( The one which is horizontal). This should be

Possible to forward to another web-app in same container using MVC?

2001-08-06 Thread Kevin Duffey
Hi all, I have developed a simple MVC framework, Theseus (www.brainopolis.com/theseus). It works great for most things, and is very small (15K jar file) and easy to use. Similar to Struts, but a bit different in how you develop with it..same principal though. Recently I am having the pleasure

Stuck with beans

2001-08-06 Thread Jon Garry
Hello all, I've started to write my first beans/JSPs and have come across a problem that I am stuck on. I've wrote the bean and can get values out and display the HTML fine, but what I want to update a var in the bean by passing a value in the query string called id - eg the link will be

SV: Stuck with beans

2001-08-06 Thread Mattias Jiderhamn
%response.setContentType(text/html);% jsp:useBean id=myBean class=voting.Sample/ jsp:setProperty name=myBean property=setXML value=%=request.getParameter(id)% / I could guess the name of your attribute isn't actually setXML, and therefore the bean do not have a method called setSetXML.

Re: Stuck with beans

2001-08-06 Thread Sachin S. Khanna
The value of the property attribute in the setProperty tag should be the name of the variable whose value you wish to alter in your bean and not the name of the method. Have a nice day. With regards, Sachin S. Khanna http://www.emailanorder.com - Original Message - From: Jon Garry [EMAIL

Re: MVC in detail, advantages

2001-08-06 Thread Rajinder Sandhu
Hi, i think u write a request handler class. controller servlet should paas on the request to this class where u will check for the null values. in this request handler class you can call a method of a data access class for DB updation. I think it will work just fine. Cheers !! raj

Re: No Cache on JSP Page

2001-08-06 Thread Atilio Ranzuglia
David: You are saying that meta-tags are unreliable, but also you are saying that Pragma and Cache-control works fine. Well, what you should know is that Pragma and Cache-control are meta-tags!!! :O Atilio Good luck --- David M. Karr [EMAIL PROTECTED] wrote: Josh == Josh Pepper Pepper

Re: No Cache on JSP Page

2001-08-06 Thread SnowWolf Wagner
Here is an article I wrote on this: http://www.orionsupport.com/articles/defeatingcache.html Original Message Follows From: Atilio Ranzuglia Reply-To: A mailing list about Java Server Pages specification and reference To: [EMAIL PROTECTED] Subject: Re: No Cache on JSP Page Date: Mon, 6

Re: No Cache on JSP Page

2001-08-06 Thread Christopher K. St. John
Atilio Ranzuglia wrote: You are saying that meta-tags are unreliable, but also you are saying that Pragma and Cache-control works fine. Well, what you should know is that Pragma and Cache-control are meta-tags!!! :O There's a difference between putting the cache-control information in

WEB GUI Dvelopment

2001-08-06 Thread Arkady Kasianski
Whereas the programming model for traditional applications is well established and supported by a lot of tools and development environments, Web programming is a hodgepodge of markup languages, scripting environments, and server platforms. And unfortunately for the average programmer, the

Re: WEB GUI Dvelopment

2001-08-06 Thread Kevin Duffey
I am hoping the Java Faces stuff that Sun is working on will do exactly this. I think the ideal Java IDE should support multiple different forms with the same set of components. Then, you can drag and drop any component on a form, and the form is either a java applet, SWING application, OR

distinguish between simultaneous sessions of same browser

2001-08-06 Thread James Bond
hey guys If i want to support multiple simultaneous sessions from multiple browser windows (but same browser) how would i be distinguishing between the logically separate user sessions? I mean what are the ways of handling this. eg: http sessions, URL rewriting, hidden tags, i know cookies dont

Re: WEB GUI Dvelopment

2001-08-06 Thread Haseltine, Celeste
Arkady, I am assuming that you are looking for an IDE for web development. If you find such a product that will run onALL platforms (Unix and Windows), let the rest of us know. The nearest tool I have found is JRUN studio.But even then, it does not contain third party web based GUI

Re: WEB GUI Dvelopment

2001-08-06 Thread Brad Cox
See the The Problem discussion at http://virtualschool.edu/jwaa to see whether the analysis presented there of the root problem applies in your company. In my view, whether the programming interface is graphical or not is not the biggest different. The biggest is that conventional aps are

Working with multiple WAR files in a single container?

2001-08-06 Thread Duffey, Kevin
Hi all, Deploying 3 web-apps in one container. Outside, Inside and Admin. Outside is mostly static, with a login section. The login section takes the user to the Inside app. This all works. Problem occurs when I try to get a user to forward to a JSP page in the outside application. Using

off topic (jsp Mysql, How to grant ???)

2001-08-06 Thread sufi malak
Hi, when calling a JSP file that has these lines : className=org.gjt.mm.mysql.Driver url=jdbc:mysql://mil2wwds10:3306/employee / I got this error : Error: 500 Location: /project1/authenticate.jsp Internal Servlet Error: javax.servlet.ServletException: Can't create DataSource: General error:

Re: off topic (jsp Mysql, How to grant ???)

2001-08-06 Thread Brad Cox
It is described at length in the mysql manual. At 7:23 PM + 8/6/01, sufi malak wrote: Hi, when calling a JSP file that has these lines : className=org.gjt.mm.mysql.Driver url=jdbc:mysql://mil2wwds10:3306/employee / I got this error : Error: 500 Location: /project1/authenticate.jsp

Re: Configuring visualage

2001-08-06 Thread Seibert, Dan
Another way is thru: Window - Options - Resources - Workspace class path - Edit - Add Jar/Zip -Original Message- From: Irawan [SMTP:[EMAIL PROTECTED]] Sent: Saturday, August 04, 2001 2:51 PM To: [EMAIL PROTECTED] Subject: Re: Configuring visualage Right click on the

Re: off topic (jsp Mysql, How to grant ???)

2001-08-06 Thread Orozco, Juan Carlos
Hello: Anyone have and example of a shopping cart?...o maybe a link? just for illustration... Thanx Juan -Original Message- From: Brad Cox [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 2:59 PM To: [EMAIL PROTECTED] Subject: Re: off topic (jsp Mysql, How to grant ???) It

Re: Working with multiple WAR files in a single container?

2001-08-06 Thread Shawn Zhu
have you tried simply: request.getRequestDispatcher("/index.jsp").forward(reuqest,response); I am assuming you are not doing outside_server-forwardto-inside_server. -Original Message-From: Duffey, Kevin [mailto:[EMAIL PROTECTED]]Sent: Monday, August 06, 2001 12:19 PMTo:

Re: Java Web Server installation file wanted

2001-08-06 Thread Zahid Rahman
I noticed your posting John and I am replying in case you did not receive an answer as yet. The old copy of JWS I think can be found with an old Dustin R. Callawy's book Inside Servlets. Although I have misplaced the CD that is where you'll find it. Best Regards, Zahid Rahman - Original

Re: Working with multiple WAR files in a single container?

2001-08-06 Thread Duffey, Kevin
Yes..infact, using request to get the RequestDispatcher() only works to forward to paths relative to that of request URI path itself. It is not relative to the ServletContext the request handler is running in (request handler being the ControllerServlet). I solved it by adding a context=""

Re: if-then-else tag

2001-08-06 Thread Pierre Delisle
You might be interested in looking at the current early access release of the JSP Standard Tag Library at: http://jakarta.apache.org/taglibs/doc/jsptl-doc/jsptl-ea1/index.html The expert group currently privileges the choose when otherwise approach to handle mutually exclusive conditionals.

Re: Configuring visualage

2001-08-06 Thread Guru Prasad.S.K
Thanks All for ur inputs. It's working. Prasad. -Original Message- From: Seibert, Dan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 2:03 AM To: [EMAIL PROTECTED] Subject: Re: Configuring visualage Another way is thru: Window - Options - Resources - Workspace class