Ang: RE: RE: newbie jsp question

2002-03-20 Thread Magnus Jansson
t trying to create a standalone application that exhibits this problem and contact the vendor's technical support with the issue. Randy > -Original Message- > From: Magnus Jansson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 20, 2002 3:14 AM > To: [EMAIL PRO

RE: RE: newbie jsp question

2002-03-20 Thread Randy Layman
the vendor's technical support with the issue. Randy > -Original Message- > From: Magnus Jansson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 20, 2002 3:14 AM > To: [EMAIL PROTECTED] > Subject: Ang: RE: newbie jsp question > > > Well! I alread

Ang: RE: newbie jsp question

2002-03-19 Thread Magnus Jansson
AIL PROTECTED] 2002-03-19 16:44:05 >>> You will need to learn how to use JDBC to access databases. I would suggest either going to Sun's JDBC site or looking at Interbase. Once you know how to execute the stored procedure from regular Java, JSP is trivial. Ra

RE: newbie jsp question

2002-03-19 Thread Randy Layman
nus Jansson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 19, 2002 11:22 AM > To: [EMAIL PROTECTED] > Subject: newbie jsp question > > > I'm getting nuts I tries to execute a stored procedure that > looks like this: > > INSERT_INTO_MATSEDEL (MATTEXT BLOB, DAT

RE: newbie jsp question

2002-03-19 Thread Jeff Macomber
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 11:22 AM To: [EMAIL PROTECTED] Subject: newbie jsp question I'm getting nuts I tries to execute a stored procedure that looks like this: INSERT_INTO_MATSEDEL (MATTEXT BLOB, DATUM Date, ISVEGO Integer, ISLUNCH Integer) But I haven't

newbie jsp question

2002-03-19 Thread Magnus Jansson
I'm getting nuts I tries to execute a stored procedure that looks like this: INSERT_INTO_MATSEDEL (MATTEXT BLOB, DATUM Date, ISVEGO Integer, ISLUNCH Integer) But I haven't got a clue how to write the jsp code to execute that procedure. I'm using Interbase 6.5 Pleeeaseee help me. - - - - - - -

Re: Newbie JSP Question:

2001-08-30 Thread Guilherme Zambon
The parameter <%=s%> has value<%=request.getParameter(s)%> <% } %> - Original Message - From: "Peter L. Markowsky" <[EMAIL PROTECTED]> To: "Sukhwinder Singh" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, August

Re: Newbie JSP Question:

2001-08-30 Thread Dmitri Colebatch
try request.setAttribute( ... ) in the first jsp and request.getAttribute( ... ) in the second. hth dim On Thu, 30 Aug 2001, Peter L. Markowsky wrote: > I know this doesn't relate to Tomcat directly, but since Tomcat hosts JSPs > or at least is able I was wondering if anyone out there knew / c

Re: Newbie JSP Question:

2001-08-30 Thread Nirav S. Desai
Do you have a submit button. "Peter L. Markowsky" wrote: > > I know this doesn't relate to Tomcat directly, but since Tomcat hosts JSPs > or at least is able I was wondering if anyone out there knew / could > recommend how to pass values from one JSP page to another. The problem I'm > having is

Newbie JSP Question:

2001-08-30 Thread Peter L. Markowsky
I know this doesn't relate to Tomcat directly, but since Tomcat hosts JSPs or at least is able I was wondering if anyone out there knew / could recommend how to pass values from one JSP page to another. The problem I'm having is that when I try to submit a form and then use request.getParameter("