Re: Strange problem with JSP pages and Orion .9.4e

2000-03-13 Thread Bond - James D.
> Hello Kevin, > > Kevin Duffey wrote: > > > Hi, > > > > >your problem is the setProperty * part .. Orion has yet to support > > >this. I and a few others have already complained about this. For a quick > > >fix just put the exact properties that may be called, but it seems to me > >

Re: Strange problem with JSP pages and Orion .9.4e

2000-03-13 Thread Bond - James D.
your problem is the setProperty * part .. Orion has yet to support this. I and a few others have already complained about this. For a quick fix just put the exact properties that may be called, but it seems to me Orion is putting all their effort into the EJB compatibility, not JSP prob

RE: page-include bug

2000-03-08 Thread Bond - James D.
> Jeremy > > -----Original Message- > From: Bond - James D. [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 06, 2000 12:36 PM > To: Jeremy Pierson > Subject: RE: page-include bug > > > > No, I understand. The problem is you cannot POST to html ... period ..

Re: Classes in JARs in WEB-INF/lib Not Being Loaded

2000-02-22 Thread Bond - James D.
I had this problem til I downloaded the latest orion.jar on the web site. It updated me to .91g and then the 'library path' stuff worked fine for me. .91b never could find my classes. On Tue, 22 Feb 2000, JonTom Kittredge wrote: > I have just started using Orion 0.9.1b, and have gotten it to l

JSP set property

2000-02-21 Thread Bond - James D.
I've asked this a couple times and still haven't gotten a response: How come setProperty with a * doesn't work? Like this: This code works in all other Servlet/JSP engines I've used, why doesn't it work in Orion (I'm using .9g I believe) ??!! James Dalrymple Telesoft Corp.

Re: Orion-Interest JSP Parameters

2000-02-10 Thread Bond - James D.
Is there any reason the the setProperty * function of JSPs doesn't work in Orion (.8 or .9) like it does in all other JSP 1.0 or 1.1 implementations I've tried. Here's the code that won't work specifically in Orion: To get it to work in Orion