Re: Approved

2003-06-06 Thread Arunachalam Dhanasekaran
First you have to include math.jsp in sum.jsp using @include file=math.jsp %. After this directive you can call the method addTwoIntegers which is defined in the math.jsp Regs, Dhanasekaran. -- - Original Message - DATE: Wed, 4 Jun 2003 17:37:05 From: Leviaguirre Queral Josi

Re: Calling a Class or method from inside a jsp.

2003-06-06 Thread Yee, Richard K,,DMDCWEST
Brian, Use the import attribute of the page directive. See: http://developer.java.sun.com/developer/technicalArticles/javaserverpages/co de_convention/ Regards, Richard -Original Message- From: Brian Allen [SMTP:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 8:06 PM To: [EMAIL

Re: displaying 5th record

2003-06-06 Thread Amit Ghaste
rownum is assigned before the order by is performed therfore the retured rows wont the the last 5 rows of the database. but u will get the first five rows which are then ordered by sal or row id ... which wont change.. ROWNUM IS ASSIGNED PREVIOUS TO ORDER BY i would say use a subquery to get

Q

2003-06-06 Thread Ceron, Jay
Hello All, I have Tomcat and Apache up and running. However, when the type the host name and the context in the url, Tomcat cannot find the index.html, which is in the same directory as the WEB-INF/. Does anyone have any idea what might be the problem? Thanks

Re: Q

2003-06-06 Thread Yee, Richard K,,DMDCWEST
Jay, The problem is that the index.html is in the WEB_INF directory and not in the application root directory. Put the file in the parent directory of WEB_INF. -Richard -Original Message- From: Ceron, Jay [SMTP:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 10:40 AM To: [EMAIL

Re: Q

2003-06-06 Thread Ceron, Jay
Sorry, I wasn't clear. The Index is in the parent directory of the WEB-INF. -Original Message- From: Yee, Richard K,,DMDCWEST [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 2:04 PM To: [EMAIL PROTECTED] Subject: Re: Q Jay, The problem is that the index.html is in the WEB_INF

Re: Q

2003-06-06 Thread Lai, Kenny
find out what PORT it is.. tomcat defaults to 8080 and what is the name of your parent directory, /ROOT? -Original Message- From: Ceron, Jay [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 2:07 PM To: [EMAIL PROTECTED] Subject: Re: Q Sorry, I wasn't clear. The Index is in the

Re: Q

2003-06-06 Thread Yee, Richard K,,DMDCWEST
Jay, Have you checked the server log? Look at the log file for the 404 error. It should show you where the server is trying to find the file. What app server are you using? -Richard -Original Message- From: Ceron, Jay [SMTP:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 11:07 AM

Problem with Custom JSP Tag

2003-06-06 Thread Michael Risser
I am in the process of writing a custom JSP Tag and am continually encountering the same error: HTTP Status 500 - type Exception report message

Rescheduled: Online Chat on Java Web Services Developer Pack v 1.2

2003-06-06 Thread Edward Ort
Because of technical problems, we couldn't hold today's chat on the Java Web Services Developer Pack, version 1.2. The chat has been rescheduled to Tuesday, July 15, at 11 A.M.-to-noon Pacific Daylight Time (6:00 P.M.-to-7 P.M. GMT). The guests again will be Senior Engineer, Eduardo

java.lang.IllegalAccessError

2003-06-06 Thread Maciek ywno
hello in my jsp page I 've got the following lines: DAOFactory pointbaseFactory = DAOFactory.getDAOFactory(DAOFactory.POINTBASE); //static public method to get the concrete DAO factory( PointbaseDAOFactory class) AssignmentDAO assignmentDAO = pointbaseFactory.getAssignmentDAO(); //public;

CHARTS

2003-06-06 Thread Peter
hi all I am in the process of displaying charts using data's from database. IT is a 2 tier architecture SYBASE (backend) Servlets(frontedn) Please advice if there is any tips notes about he same Regards Peter ==To

Re: java.lang.IllegalAccessError

2003-06-06 Thread Adrian Janssen
Sounds to me like DAOFactory does not have a publicly accesible getAssignmentDAO() method, at least the version that your JSP server is finding does not have it. Check the class path that your JSP server is using. It is likely to be different from the class path you are using when compiling.

Re: CHARTS

2003-06-06 Thread Velmurugan (Java Team)
Try to find this open source project http://jcharts.sourceforge.net Velmurugan P Java Team. - Original Message - From: Peter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 06, 2003 12:12 PM Subject: CHARTS hi all I am in the process of displaying charts using data's from

connection management in JSTL SQL taglibs..

2003-06-06 Thread manjunath
Hi i am planing to display sql result set on web page using JSTL . I want to know how the connections, statements and resultsets are handled/managed in JSTL sql tag library as we have no control over them in JSTL specification. thanx in advance -manjunath -

Web Progressor II for JSP/Servlet Released.

2003-06-06 Thread Sunwest Technologies
Sunwest Technologies is pleased to announce the availability of Web Progressor II, the new generation of the server-side component to create and manipulate progress bars in a browser. It includes a collection of JSP custom tags and a Servlet API library. The new release is a complete redesign

Re: displaying 5th record

2003-06-06 Thread Christian Bollmeyer
Am Donnerstag, 5. Juni 2003 19:28 schrieb Amit Ghaste: rownum is assigned before the order by is performed therfore the retured rows wont the the last 5 rows of the database. but u will get the first five rows which are then ordered by sal or row id ... which wont change.. ROWNUM IS

Re: Submited (004756-3463)

2003-06-06 Thread Hans Bergsten
Please see the attached file.