Re: The first DWR book has arrived!

2008-01-28 Thread Martin Gainty
Many Thanks for the link ..does anyone know if there are any comparisons (performance/ease of use) of DWR to other render libraries such as Dojo? Thanks Frank! .. Martin - Original Message - From: "Frank W. Zammetti" <[EMAIL PROTECTED]> To: Sent: Monday, January 28, 2008 10:22 AM Subject:

Re: need tutorial Dreamweaver for JSP pages

2006-06-01 Thread Martin Gainty
Good Mornng Lotfi- This is a topic I am somewhat familiar with as our shop is primarily a CF shop (versions 5-7) but is now incorporating features and functions from DB API Java classes..yes CF includes these using CFSET tag The problem with using classic jsp in a CF environment is that there are

Re: Error while using RequestDispatcher.forward(req.res)

2005-01-10 Thread Martin Gainty
take a look at your ServletException and convert your string append(String) argument to NewStringBuffer StringBufferRoot.append(StringBufferObjectToAppend.toString()); http://java.sun.com/j2se/1.3/docs/api/java/lang/StringBuffer.html Martin- - Original Message - From: "Amar Dhole" <[EMAIL P

Re: Newbie question about using the JAR file

2004-12-10 Thread Martin Gainty
You're introducing Session without getting the Session object from the JSP request beforehand You can obtain your HttpSession object from your request HttpSession Session = request.getSession(true); HTH, Martin Gainty US 001-617-852-7822 http://www.laconiadatasystems.com (e)[EMAIL PROT

Re: Error involving :buffer getting clear

2004-12-07 Thread Martin Gainty
2 things I would check right offhand 1)Make sure your jar files are in sync..best to use the Jars that install with your version of Tomcat 2)Check for funky casts Integer to BinaryStream, Clobs to Strings that sort of thing HTH, Martin Gainty (cell) 617-852-7822 From: Zulekha Banu <[EM

Re: Newbie question about jdbc:odbc connection

2004-12-03 Thread Martin Gainty
start thinking about Transaction Management and for Transactions I would strongly suggest Third Party tools Take a look at http://www.bcs-corp.com/java/aveconnect/aveconnect25.html and download the eval and see is this works for you, Please keep me apprised, Martin Gainty (cell) 617-852-7822 From

Re: Connection Pool

2004-12-01 Thread Martin Gainty
calling DB du jour Procedures with appropriate input/output parameter(s) for Implementation details please refer to Oracle Procedures doc located at http://www-db.stanford.edu/~ullman/fcdb/oracle/or-plsql.html#procedures Good Luck/ Viel Gluck, Martin Gainty

Re: Why my jsp page is submit twice?

2004-11-07 Thread Martin Gainty
Combine the functions I dont understand why you have To: <[EMAIL PROTECTED]> Sent: Friday, November 05, 2004 3:27 AM Subject: Why my jsp page is submit twice? > I have two JSP page, there are one text and one button in index.jsp,when write some information in text area and press Enter Key,this p

Re: JavaMail 1.3.1

2004-03-01 Thread Martin Gainty
C:\PROGRA~1\Apache Software Foundation\Tomcat 5.0\bin>echo %CLASSPATH% F:\Sun\AppServer\jdk\lib\mail.jar;F:\Sun\AppServer\jdk\lib\activation.jar /*Note both of these jars are in place*/ C:\PROGRA~1\Apache Software Foundation\Tomcat 5.0\bin>startup Using CATALINA_BASE: C:\PROGRA~1\Apache Softwar

Re: re" JavaMail 1.3.1

2004-02-29 Thread Martin Gainty
I did and I still get the same error class not found javax/mail/Session Any suggestions? Thanks, -Martin - Original Message - From: "Dean, Michael D." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 28, 2004 12:53 PM Subject: re" JavaMail 1.3.1 > Marty: > > Put the ma

Javamail 1.3.1

2004-02-27 Thread Martin Gainty
Hello All Has anyone been able to get Javamail 1.3.1 examples working? When I deploy I am currently getting java.lang.NoClassDefFoundError: javax/mail/Session (even though mail.jar is included in the deployed javamail.WAR) Many Thanks, -Martin ===

Question on websphere 1.31 java

2003-10-20 Thread Martin Gainty
Hello All: I am attempting to run Websphere 5.1 via D:\IBM\wsdk_v51\appserver\java\jre\bin\javaw -is:javahome D:\IBM\wsdk_v51\appserver\java\jre -jar launchpad.jar but it konks out..(never gets to the 1st Window) If I run D:\IBM\wsdk_v51\appserver\java\jre\bin\javaw -jar launchpad.jar i get the

Tomcat loglevel

2003-10-13 Thread Martin Gainty
How do I control the Tomcat log level? Thanks, Martin Gainty === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST

Websphere and Tibco

2003-10-12 Thread Martin Gainty
My apologies for being Way off topic Has anyone seens Websphere integration tools for Tibco? Many Thanks, Marty Gainty === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMA

Question on Automated Build

2003-10-08 Thread Martin Gainty
Hello all Which dept does automated build fall under QA, Development. neither Wanted to get some feedback from some of the more experienced personnel out there Thanks, -M G === To unsubscribe: mailto [EMAIL PROTECTED] with

Re: Works

2003-10-08 Thread Martin Gainty
you tell us what the problem was and how you fixed it? > > Rgds, > > Richard > -Original Message- > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 08, 2003 8:03 AM >

Fw: Contact Information from Laconia Data Systems

2003-10-08 Thread Martin Gainty
Hello all How do I get Line breaks in MIME output? Here is my output: > Name = Martin GaintyTo = [EMAIL PROTECTED]Telephone = [EMAIL PROTECTED]bcc = [EMAIL PROTECTED]Address = PO Box 2180 Brewster MA 02631This is a comment Thanks! Marty Gainty =

Works

2003-10-08 Thread Martin Gainty
Success! Mail was successfully sent to : [EMAIL PROTECTED] CCed To : [EMAIL PROTECTED] BCCed To : [EMAIL PROTECTED] Thanks again to Richard Yee for the great advice. Situation is now operational! Marty Gainty =

Re: Classpath for JSPC

2003-10-07 Thread Martin Gainty
> Richard > > > -Original Message- > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 07, 2003 4:36 PM > To: [EMAIL PROTECTED] > Subject: Re: Classpath for JSPC > > > Here is the error: > >scope="page" /> > caus

Re: Classpath for JSPC

2003-10-07 Thread Martin Gainty
); ^ 1 error Oracle's ojsputil.jar dendMail.send apparently doesnt take 7 string parameters but all the docs I have located say it does... Any advice? Thanks, -Martin - Original Message - From: "Martin Gainty" <[EMAIL PROTECTED]> To: <

Classpath for JSPC

2003-10-07 Thread Martin Gainty
Hello Everyone: When I have a new bean which I reference should I update 1)the main classpath? 2)the web.xml JSPServlet init-parm classpath? *I currently get this error* location: class org.apache.jsp.SendMail_jsp SendMailBean sendMail = null; ^ An error occurred at line: 43 in th

www.asktom.com site

2003-10-05 Thread Martin Gainty
Anybody know what happened to Tom Kyte's Site www.asktom.com ? Thanks, -Martin === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST

Re: jsp redirection question, not so easy

2003-09-29 Thread Martin Gainty
...In other words a HTTP POST instead of a HTTP GET do you have the original JSP? which JSP are you redirecting to? Would be helpful to see the code.. Hth, Martin - Original Message - From: "Eric Noriega" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 29, 2003 7:22 P

Resource failure

2003-09-28 Thread Martin Gainty
In a forward String url1 ="/ESHOP.jsp"; ServletContext sc1 = getServletContext(); RequestDispatcher rd1 = sc1.getRequestDispatcher(url1); rd1.forward(req, res); I get The requested resource (/ESHOP.jsp) is not available Any ideas? Thanks, Mar

Jaspet classpath

2003-09-26 Thread Martin Gainty
What does jasper use for it's classpath? Thanks, Martin === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevan

Re: Problems with JSP pages not loading

2003-09-18 Thread Martin Gainty
nt: Thursday, September 18, 2003 2:22 PM Subject: Re: Problems with JSP pages not loading No, I don't have anything like that in there. I can remove all html/jsp code from the file and it still takes forever to load. It's almost like it has to recompile every time I request it. Thank you!

Re: Problems with JSP pages not loading

2003-09-18 Thread Martin Gainty
do you have "pragma: no-cache". defined in your jsp or html? Here is a servlet to checkout jsp cache-settings http://www.servletsuite.com/servlets/cacheflt.htm -Martin - Original Message - From: "Campano, Troy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 18, 2003

continuation line solved..

2003-09-15 Thread Martin Gainty
Looking at the source from sun for this error the jar utility cannot have preceding spaces in the manifest when reading the manifest.. Never Mind! -Martin === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP

Dumb Question...

2003-09-15 Thread Martin Gainty
F:\BDK\beans\beanbox\tmp\myApplet>jar cfm SimpleBean.jar manifest.tmp SimpleBea .class java.io.IOException: misplaced continuation line Manifest.tmp -- Name: SimpleBean.class Java-Bean: True What is this error mean? Thank You, -Martin

Re: struts-documentation.war expansion exception

2003-09-10 Thread Martin Gainty
gram that is using this file such as WinZip? > > -Richard > > > -Original Message- > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 10, 2003 5:59 PM > To: [EMAIL PROTECTED] > Subject: struts-documentation.war expansion exception >

struts-documentation.war expansion exception

2003-09-10 Thread Martin Gainty
2003-09-10 17:02:26 HostConfig[localhost]: Expanding web application archive struts-documentation.war 2003-09-10 17:02:27 HostConfig[localhost] Exception while expanding web application archive struts-documentation.war java.util.zip.ZipException: The process cannot access the file because it is b

commons-beanutils 1.61

2003-09-10 Thread Martin Gainty
I have downloaded the latest zip from commons-beanutils and am assuming it is 1.61as this is the name of the zip. although the manifest.mf from commons-beanutils.jar states 1.6 as the version Please advise. -Martin === To u

JRE Install Maladies on Windows

2003-09-08 Thread Martin Gainty
og? B) there are enough unemployed here that if you released the JRE install to Source Forge (Open Source) we could get the install working.. Thank You, Martin Gainty === To unsubscribe: mailto [EMAIL PROTECTED] with body: &qu

Re: JSP Loading Screen

2003-09-04 Thread Martin Gainty
Troy You need to trigger the visibility attribute to 'hidden' or 'visible;.. see http://javascript.internet.com/page-details/preload-page.html Hth, Martin Gainty - Original Message - From: "Campano, Troy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

More on endorsed.dirs error on executing Tomcat

2003-09-01 Thread Martin Gainty
Folks: Digging thru numerous archives I discovered that Starting Tomcat if you get an error that states error with java.endorsed.dirs Uninstall the SDK and the JRE Reinstall the JRE SDK (donot install JRE..this option doesnt work) set JAVA_HOME=BaseDirectoryWhereJREandSDKIsInstalled ALSO Wi

Java 2 Runtime Envrionment SE v1.4.1_05 hang

2003-08-30 Thread Martin Gainty
Attempting to install Java 2 Runtime Envrionment SE v1.4.1_05 experiencing lengthy hang on "Installing Java Plug-in" Any suggestions? Thanks, Martin === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-IN

javax.xml.rpc.namespace.QName

2003-08-30 Thread Martin Gainty
Which jar contains javax.xml.rpc.namespace.QName ? Thanks, Martin === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". So

javax.servlet.ServletException: Populate exception occured :Can't get catalog data source connection

2003-08-28 Thread Martin Gainty
Decided to implement the Pet Store Servlet examples When I click on Populate (Client) DB I get javax.servlet.ServletException: Populate exception occured :Can't get catalog data source connection Does anyone have an idea what this means? Thanks , Martin ==

PopulateServlet exception

2003-08-28 Thread Martin Gainty
Decided to implement the Pet Store servlet under J2EE App Server All is well with === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTERES

hpi.dll problem solved

2003-08-28 Thread Martin Gainty
It was a truncated dll which I replaced with a good image Question What is com.sun.aas.installRoot (J2EE AppServer 1.4) supposed to be set to? Thanks, Martin === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff J

Re: Why use servlets?

2003-08-28 Thread Martin Gainty
Perhaps recommend a MVC Design if Troy could describe a bit of the functionality .. -Martin - Original Message - From: "Manoj Kansal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 27, 2003 9:19 PM Subject: Re: Why use servlets? > Thanks Yes, I and hope we all are ver

hpi.dll is not a valid Windows Image

2003-08-28 Thread Martin Gainty
When I try to run the Sun J2EESDK Start Application Server I get hpi.dll is not a Valid Windows Image Does anyone know where the valid Windows Image resides? Thanks, Martin === To unsubscribe: mailto [EMAIL PROTECTED] wit

Re: Why use servlets?

2003-08-28 Thread Martin Gainty
This is why a Good Architect is worth his weight in Gold Model View Controller states View - JSP (user interface) Controller - Servlets (handles incoming reqests and outgoing responses) Model - JavaBeans and/or EJB (contain your business logic like connecting to a DB etc) Anyone else??? -Marti

Tomcat on AS400

2003-08-21 Thread Martin Gainty
Hello All Has anyone seen Tomcat installed on an AS400? Is this possible? Thanks, Martin Gainty === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED]

Re: Servlet examples dont work

2003-07-31 Thread Martin Gainty
let examples dont work > Martin, > Examine the log files. Provide more information in your email. > > Regards, > > Richard Yee > > > > -Original Message- > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 31, 2003 9:26 PM >

Servlet examples dont work

2003-07-31 Thread Martin Gainty
After installing TOMCAT Servlet examples do not work Any advice?? Thanks, === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIG

JINI error

2003-07-27 Thread Martin Gainty
java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream read Happens in CFusionMXServer and process will not start Any ideas? Thanks, Martin ==To unsubscribe: mailto [EMAIL PROTECTED] with body

Re: Reg:Suggestion Needed.

2003-07-26 Thread Martin Gainty
For what it is worth AppServer will allow you to develop, jar and deploy all within the SunOne environment 1)AppServer has a resource price in that the additional resources the product consume by doing everything for you may prove too high a price in resource usage for its use 2)Coding Beans JSP an

Re: hello

2003-07-26 Thread Martin Gainty
If they keep moving more of their operations out of the US you will be able to walk across the street -M - Original Message - From: "Peter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 26, 2003 2:32 AM Subject: hello Dear All, where can i get the latest sun details

Re: Tomcat XML example

2003-07-20 Thread Martin Gainty
27;:jsp' after 'xmlns' > > christian > ________ > > > > > > > Martin Gainty <[EMAIL PROTECTED]> > Sent by: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> > 2

Tomcat XML example

2003-07-19 Thread Martin Gainty
gt; Do you Yahoo!? > SBC Yahoo! DSL - Now only $29.95 per month! > http://sbc.yahoo.com > > For more information about AM, visit the Agile Modeling Home Page at www.agilemodeling.com > For more information about AM, visit the Agile Modeling Home Page at www.agilemodeling.com ==^===

Re: cron job/sceheduler in jsp/java

2003-07-17 Thread Martin Gainty
Why do you want UI components to run on timed basis? Wouldnt you want to execute this as a background daemon? M - Original Message - From: "Lai, Kenny" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 17, 2003 10:46 AM Subject: cron job/sceheduler in jsp/java > hello, > is

Re: cron job/sceheduler in jsp/java

2003-07-17 Thread Martin Gainty
- Original Message - From: "Lai, Kenny" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 17, 2003 10:46 AM Subject: cron job/sceheduler in jsp/java > hello, > is there a way or an open source software, that simulates what a cron job > would do? i want to run a servlet in a

Re: Dreamweaver type application

2003-04-03 Thread Martin Gainty
Ed- What is high end programming? -Martin - Original Message - From: "Ed Ventura" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 03, 2003 9:59 AM Subject: Dreamweaver type application > Does anyone know a good application for developing quick low-level jsp > pages? I am

Re: code snippet...

2003-04-02 Thread Martin Gainty
Make Sense? Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the company. It is confidential, legally privileged and

Re: ??????

2003-03-18 Thread Martin Gainty
Japanese character setGotta love those Unicode characters! Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary

Re: Question on JavaMail on Netscape

2003-03-11 Thread Martin Gainty
Have you looked into installing the CJK font and charset under Netscape? Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is

Re: JSP SPEED ISSUES

2003-03-09 Thread Martin Gainty
load the bean from the instance pool when a method call is made..These algorthms are of course dependent on the container used.. Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the

Re: Session listener

2003-03-08 Thread Martin Gainty
2 methods 1)put it into the Database but dont commit it until you log out (of the sesssion)2)dont put it into the DB until you are absolutely positively sure you want it in there(when you logout of the session)Makes Sense? Martin Gainty

Re: Oracle-JDBC Driver For Linux platform

2003-02-19 Thread Martin Gainty
Amit-Your email were the most recent of the thread I thought the question originated from youMy apologies..I am redirecting the reply to the list... Martin Gainty >Martin, > >I do appreciate the response, but could u redirect this back to the jsp >group.. I dint ask the

Re: MS Access Issues

2003-01-28 Thread Martin Gainty
Humayan-Which driver are you using???JDBC2ODBC BridgeThank You, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary

Re: How can I write a variable filename in jsp:include?

2003-01-20 Thread Martin Gainty
Isnt the declaration, the variable and the assignment all supposed to be delimited by spaces??<% String message = "Hello, World, from JSP"; %> Isnt there suppposed to be a space between the = and the already declared Java variable?e.g.<%= message%> Regards

Re: Need A J2EE Application Full of Bugs

2003-01-18 Thread Martin Gainty
Aresh- Which school are you attending?Thanks, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the company

Re: Critical calculations

2003-01-12 Thread Martin Gainty
ation which will be allowed to complete and report back results to the n-2 iteration and so on..Let us know of your progress.. Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the off

Re: Location.href

2003-01-09 Thread Martin Gainty
Try 1)Configure your Browser to Check for newer version of page  for Every visit to the page..2)Clear the cache (again Browser settings)3)Find out if there is a Proxy Server that is caching the pages ..if so as the Admin to down itfor your tests Martin Gainty

Re: XALAN - UNIX : a problem in JSP

2002-12-30 Thread Martin Gainty
Amit-From the description you have provided It appears that the XML Document Object is not being created/allocated properlyCould we take a closer look at that code which creates the XML Document Object?Regards, Martin Gainty __ Disclaimer and

Re: sql server driver for win nt?

2002-12-24 Thread Martin Gainty
On a related note I am seeking a native JDBC Access driver (our JDBC2ODBC Bridge is slow)Any thoughts on where I might be able to obtain this driver would be appreciatedMany thanks, Martin Gainty __ Disclaimer and confidentiality note

Re: Enabling/Disabling a field via security

2002-12-21 Thread Martin Gainty
Web.xml form defined as:        FORM        /login.jsp    /loginerror.jsp        Whereas tomcat-users.xml file has the users and roles defined appropriately:      Do you live in CT? Martin Gainty __ Disclaimer and

Re: Controlling session when user is out

2002-12-13 Thread Martin Gainty
Christian:try this:// If logout value = true then the logout procedure has// been selected. We need to invalidate session.String logout = ((request.getParameter("logout")!=null)?request.getParameter("logout"):null);if (logout!=null){session.invalidate(); Regards,

Re: jdbc driver for sql server

2002-11-09 Thread Martin Gainty
ng of JDBC to ODBC calls..has anyone worked with JDeveloper?does anyone know what tweaking AddVMOption -Xheapbase1000in jdev.conf does?Thanks, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attach

Re: object pooler

2002-11-03 Thread Martin Gainty
Surf the Web without missing calls! Get MSN Broadband. Click Here === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some

Re: how to stop the directoey listing on Tomcat

2002-10-13 Thread Martin Gainty
Holagoto command line and type SETyou will see the environment variables for CATALINA_HOMESaludos Cordiales, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business

Re: Access DB

2002-10-13 Thread Martin Gainty
I have a backend Java SocketServer that reads/writes to an thru JDBC2ODBC Bridge to a Access DBWould you like that? Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official

Re: JSTL and Connection Pooling

2002-10-09 Thread Martin Gainty
Greetings:What is MVC ?Thanks, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the company. It is

Re: Packaging JSPs

2002-09-22 Thread Martin Gainty
Drorjar cvf classes.jar Foo.class Bar.classplace classes.jar in %TOMCAT_HOME%\shared\libReboot TomcatIs this what you're looking for? -Martin   >From: Dror Matalon <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED

Re: How can i submit my form to pl/sql procedure ?

2002-09-22 Thread Martin Gainty
g for.. Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the company. It is confidential, legally privileged and protected b

Re: Simple Bean not working but Servlet/JSP Working

2002-09-22 Thread Martin Gainty
Make sure org.apache.jsp.FormBean or the jar that contains it is on the CLASSPATH..Better yet package it into the war and redeployOk? -Martin >From: Manoj Kithany <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> >To: [EMAIL

Re: JSP working but Servlets not working

2002-09-22 Thread Martin Gainty
In Web.xml Dont forget: jsp *.jsp Best Regards,-Martin   >From: Hans Bergsten <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: JSP working but Servlets not working >Date:

Re: JSP working but Servlets not working

2002-09-22 Thread Martin Gainty
Dont forget: jsp *.jsp Best Regards,-Martin   >From: Hans Bergsten <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: JSP working but Servlets not working >Date: Sun, 22 Sep

Re: Ask Luba powell who is Mohammed ?

2002-09-22 Thread Martin Gainty
Law and those who enforce it with the US Military it will root out all Terrorists specifically and Terrorism in general and bring them to trial.In the meanwhile you need to learn some manners and keep your views to yourself.If you want to do something useful donate blood.'Nuf said -Martin G

Re: How do you convert a jsp page into Java?

2002-09-17 Thread Martin Gainty
David: I get test$jsp.javaRegards, -Martin >From: David Hyne <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: How do you convert a jsp page into Java? >Date: Tue, 17 Sep 2002 14:05:59 -0700

Re: good location for

2002-09-17 Thread Martin Gainty
Jean:for supplying multiple values to listbox in JSP example take a look athttp://localhost:8080/examples/jsp/error/error.htmlRegards, -Martin   >From: Jean-Max Reymond <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROT

Re: R: Download a file using HttpUrlconnection class (??)

2002-09-10 Thread Martin Gainty
0332 (UTC) FILETIME=[35DF2440:01C25905] > >Hello! > >Thanks for your hint! Anyway it would be better to have a code example...do >you have it? > >Regards, > > > Luca > -Messaggio originale- > Da: A mailing list about Java Server Pages specification and r

Re: Download a file using HttpUrlconnection class (??)

2002-09-10 Thread Martin Gainty
Luca:tryhttp://www.cs.wustl.edu/~schmidt/cs544/download.html avere piacere! -Martin >From: Luca Ventura <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Download a file using HttpUrlc

Re: Help Urgent : JSP lines of code

2002-09-10 Thread Martin Gainty
Josh If you want code which can be embedded in HTML then use JSP Java code cannot be used directly in HTML but can be used in all other situations including servlets.Are you contemplating substituting one for the other and if so how? -Martin   >From: JOSHY MON M C <[EMAIL PROTEC

Re: Asynchronous notification of server events to a browser.

2002-09-09 Thread Martin Gainty
Have you looked into MQ(Series)?-Martin >From: Gene Chuang <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: Asynchronous notification of server events to a browser. >Date: M

Re: A doubt on use Java within JavaScript: object javaObject of JavaScript.

2002-09-08 Thread Martin Gainty
Hola Necesitas colocar rt.jar en CLASSPATH (antes de utilizando el Browser)Por ejemplo: CLASSPATH=lib/rt.jar;%CLASSPATH%Entiendes? Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating

Re: JSP application conversion to a disconnected mode

2002-09-06 Thread Martin Gainty
display is needed)The main difference being instead of applet init() you'll have a main() for the executableEvery IDE has a New Project Tab notice the choices for applet and executable.Keep us apprised how you make out, Martin Gainty __ Jack

Re: Tutorials...

2002-09-05 Thread Martin Gainty
Paul Did you try http://www.jsptut.com/Best, Martin Gainty __ Me gusto trabjando al aeropuerto de Salt LakeEng: I like working at the Salt Lake Airport  _GMT-5___   >From: Paul Toyn <

Re: JSP Code in a JS file

2002-09-05 Thread Martin Gainty
Gin: the script source statement seems correct assuming the .js is in the same folder..Can we take a look at the rest of the code so we can see the entire constructed HTML page?Best, Martin Gainty __ Disclaimer and confidentiality note

Re: page directive

2002-09-04 Thread Martin Gainty
MSN Photos is the easiest way to share and print your photos: Click Here === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST"

Re: Java Platform

2002-09-01 Thread Martin Gainty
Cant depend on Sun or Microsoft to be non-biased.Would w triple c have some metrics we can look at???Thanks, Martin Gainty > >I havn't got it.. but I'd love to hear about it if it exists. > > > To: [EMAIL PROTECTED] > > Subject: Re: Java Platform >

Tengo una pregunta para ti (I have a handlePageException error question)

2002-08-31 Thread Martin Gainty
);  ^1 errorOS: Win2KJDK:1.3Que es la problema aqui???What is the Problem here??? Saludos Cordiales,Later Gator Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business

Re: Monitoring Tomcat.

2002-08-30 Thread Martin Gainty
Where is JProbe?Thanks, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the company. It is confidential

Re: JSTL

2002-08-29 Thread Martin Gainty
Maurice this will get you started:http://java.sun.com/products/jsp/jstl/ Good Luck, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems

Re: JavaMail

2002-08-28 Thread Martin Gainty
Jan: String contentType = "text/html";String message = "Hi there..";Message msg = new MimeMessage(session);msg.setContent(message, contentType);Transport.send(msg); Sverige Altid! Martin Gainty __ Disclaimer and

Re: EAR DEPLOYMENT ERROR

2002-08-28 Thread Martin Gainty
?forum=1&thread=362Does this help? Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the company. I

Re: Changing sesssion values.

2002-08-28 Thread Martin Gainty
Could you show us which specific session value of web.xml contains User Interface?Thanks, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data

Re: IE5 refresh problem

2002-08-28 Thread Martin Gainty
Hello Roland: I assume you have Javascript turned on in the Browser?Could you provide the jsp so we can test it here??Does this happen with any other Browsers??? Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail

Nasty Error from List.jsp

2002-08-28 Thread Martin Gainty
  (java.lang.String)location: interface javax.servlet.ServletContext    configFilename = application.getInitParameter(Constants.CONFIGFILENAME);Where would Constants.CONFIGFILENAME be set???Thanks in advance, Martin Gainty __ Disclaimer and

  1   2   >