RE: Accessing a 'bean' from both servlet and jsp

2000-02-10 Thread Andre Vanha
Hello Gary, If you want to create an instance of a bean within a servlet, and then use the request object to forward it to a jsp page, you have to extract it from the request object within the jsp page, like this: <%@ page session="true"% import="BeanClass"> <% BeanClass the_bean = (BeanClass)re

Re: Servlet error: Attempted to write longer than Content-Length (197/180)

2000-02-10 Thread Karl Avedal
Hello Pål, We will get back to you on this shortly, thank you for your patience. Regards, Karl Avedal [EMAIL PROTECTED] wrote: > I have sent this request to the mailing list earlier, but noone responded. > Do the Orion team have anybody who can respond to this email? If I am the > only one who

Accessing a 'bean' from both servlet and jsp

2000-02-10 Thread galbers
Gary Albers@TIMEWEB 02/10/2000 03:36 PM Hi Folks, Is there any special 'trick' to being able to access an object (bean) from within a servlet and a jsp page? I am not getting the same instance of the bean when I try to access a bean from the servlert and then a jsp page. I do the following

ejb-jar XML problem

2000-02-10 Thread Olivier Refalo
Magnus, I several other problems with EJBMaker.jar   The generated ejb-jar.xml is not valid.     HitCounter   HitCounterHome   HitCounter   HitCounterEJB   java.lang.String   True   Container   page   hits   startdate   page HitCounter*  NotSupported      I tried

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

FW: TagLib discrepancy

2000-02-10 Thread Victor A. Salaman
-Original Message- From: Victor A. Salaman Sent: Thursday, February 10, 2000 3:15 AM To: 'Orion-Interest' Subject: TagLib discrepancy In the JSP 1.1 Spec, in the tag extension DTD, the "shortname" attribute is not required. But in Orion, as of 0.91h, it complains for not having this a