RE: bugs in <@page extends="...."> in Orion implementation?

2001-06-01 Thread Jiuyun Wang
it is! > > > Randahl > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On > Behalf Of Juan Lorandi > (Chile) > Sent: 31. maj 2001 17:06 > To: Orion-Interest > Subject: RE: bugs in <@page extends=""> in Orion >

RE: bugs in <@page extends="...."> in Orion implementation?

2001-06-01 Thread Randahl Fink Isaksen
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Lorandi (Chile) Sent: 31. maj 2001 17:06 To: Orion-Interest Subject: RE: bugs in <@page extends="...."> in Orion implementation? take a look at the generated .java file created with your servlet template(JSP) you'll

RE: bugs in <@page extends="...."> in Orion implementation?

2001-05-31 Thread Juan Lorandi (Chile)
01 3:29 > To: Orion-Interest > Subject: RE: bugs in <@page extends=""> in Orion implementation? > > > Hi Juan > > I get your point about multiple inheritance, but say the web > server would > like all JSP pages to extend from class WebServerXYZPage,

Re: bugs in <@page extends="...."> in Orion implementation?

2001-05-31 Thread Joni Suominen
er.com/tutorials/filters/lesson5/, > > > > I've changed some things to get the hang of it and also to reduce the amount > > > > of buffering used. It works fine, haven't had a problem with this > > > > (intranet)site. > > > > > > > > Th

Re: bugs in <@page extends="...."> in Orion implementation?

2001-05-31 Thread Daniel López
lso to reduce the amount > > > of buffering used. It works fine, haven't had a problem with this > > > (intranet)site. > > > > > > The beauty of filters is that they are completely independent from your > > > application, just edit your web.xml and you ar

Re: bugs in <@page extends="...."> in Orion implementation?

2001-05-31 Thread Daniel López
are using XSL and XSLT ... I assume you're > using Tag libraries but can you show an example of HTML markup derived from > XML? > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Lopez > > Sent: Wednes

RE: bugs in <@page extends="...."> in Orion implementation?

2001-05-30 Thread Robert Nicholson
idea. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Randahl Fink > Isaksen > Sent: Tuesday, May 29, 2001 12:03 AM > To: Orion-Interest > Subject: RE: bugs in <@page extends=""> in Orion implementation? > &

RE: bugs in <@page extends="...."> in Orion implementation?

2001-05-30 Thread Robert Nicholson
y, May 30, 2001 6:05 AM > To: Orion-Interest > Subject: Re: bugs in <@page extends=""> in Orion implementation? > > > Hi, > > I've also used filters, but in this case to filter requests by IP, as I > don't want certain IP's to be able to a

Re: bugs in <@page extends="...."> in Orion implementation?

2001-05-30 Thread Jiuyun Wang
There is several good reason for using inheritance, for example, if you have a lot of utility methods you want to be included in every JSP in one specific Web Application. In JSP 1.1, it specifies that --- The JSP container should check (usually through reflection) that the provided superclas

Re: bugs in <@page extends="...."> in Orion implementation?

2001-05-30 Thread Joni Suominen
mpletely independent from your > > application, just edit your web.xml and you are set. > > > > Let me know if you wnat some more info. > > > > Marcel > > > > > -Original Message- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED

Re: bugs in <@page extends="...."> in Orion implementation?

2001-05-30 Thread Daniel López
gt; > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Randahl Fink > > Isaksen > > Sent: Wednesday, May 30, 2001 9:39 AM > > To: Orion-Interest > > Subject: RE: bugs in <@page extends="">

RE: bugs in <@page extends="...."> in Orion implementation?

2001-05-30 Thread Marcel Schutte
PROTECTED]]On Behalf Of Randahl Fink > Isaksen > Sent: Wednesday, May 30, 2001 9:39 AM > To: Orion-Interest > Subject: RE: bugs in <@page extends=""> in Orion implementation? > > > Hi Marcel > > > I looked it up, and I definately see your point abou

RE: bugs in <@page extends="...."> in Orion implementation?

2001-05-30 Thread Randahl Fink Isaksen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Marcel Schutte Sent: 30. maj 2001 00:22 To: Orion-Interest Subject: Re: bugs in <@page extends="...."> in Orion implementation? That's right, the two examples Randahl gives can be easily solved

RE: bugs in <@page extends="...."> in Orion implementation?

2001-05-30 Thread Randahl Fink Isaksen
ndahl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Lorandi (Chile) Sent: 29. maj 2001 22:45 To: Orion-Interest Subject: RE: bugs in <@page extends="...."> in Orion implementation? I believe this could be better modeled differently, because it l

Re: bugs in <@page extends="...."> in Orion implementation?

2001-05-29 Thread Marcel Schutte
ot;Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, May 29, 2001 10:45 PM Subject: RE: bugs in <@page extends=""> in Orion implementation? > I believe this could be better modeled differently, because it leaves no > room for the web server to implement it

RE: bugs in <@page extends="...."> in Orion implementation?

2001-05-29 Thread Juan Lorandi (Chile)
o de 2001 3:01 > To: Orion-Interest > Subject: RE: bugs in <@page extends="...."> in Orion implementation? > > > Well, can anyone confirm that JSP pages can extend your own > class when using > Orion??? Or has noone been able to use "@page extends"?

RE: bugs in <@page extends="...."> in Orion implementation?

2001-05-28 Thread Randahl Fink Isaksen
Well, Robert, would you elaborate on those thoughts? R. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Nicholson Sent: 23. maj 2001 04:51 To: Orion-Interest Subject: RE: bugs in <@page extends="...."> in Orion implementation?

RE: bugs in <@page extends="...."> in Orion implementation?

2001-05-28 Thread Randahl Fink Isaksen
ties or it could do security checking. Randahl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Nicholson Sent: 25. maj 2001 21:15 To: Orion-Interest Subject: RE: bugs in <@page extends=""> in Orion implementation? It's doin

RE: bugs in <@page extends="...."> in Orion implementation?

2001-05-25 Thread Robert Nicholson
It's doing you a favour.Please elaborate on why you want to extend that class. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jiuyun Wang > Sent: Friday, May 25, 2001 9:20 AM > To: Orion-Interest > Subject: Re: bugs in &l

Orion JSP Container bugs in <@page extends="...."> in Orion implementation?

2001-05-25 Thread Jiuyun Wang
In JSP 1.1 spec it says, If the JSP page author uses extends, the generated class is identical to the one shown in CODE EXAMPLE 3-2, except that the class name is the one specified in the extends attribute. The contract on the JSP page implementation class does not change. The JSP container shoul

Re: bugs in <@page extends="...."> in Orion implementation?

2001-05-25 Thread Jiuyun Wang
It doesnot work, not matter which one (servlet/jspbase) I extends my jsp, orion jsp compiler just don't support extends -Jiuyun --- SCOTT FARQUHAR <[EMAIL PROTECTED]> wrote: > It looks like your page should extend servlet and not jsppage. > > Just change JSPBase to extend servlet (and make t

RE: bugs in <@page extends="...."> in Orion implementation?

2001-05-22 Thread Robert Nicholson
Factoring code into the jsppage superclass is a bad idea. You will regret this later. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of SCOTT FARQUHAR > Sent: Tuesday, May 22, 2001 5:53 PM > To: Orion-Interest > Subject: Re: bugs

Re: bugs in <@page extends="...."> in Orion implementation?

2001-05-22 Thread SCOTT FARQUHAR
It looks like your page should extend servlet and not jsppage. Just change JSPBase to extend servlet (and make the required changes). I haven't read the spec, but I imagine that extending OrionHttpJspPage is proprietary, and would not be part of the spec. Scott >>> [EMAIL PROTECTED] 05/23/01

bugs in <@page extends="...."> in Orion implementation?

2001-05-22 Thread Jiuyun Wang
I create a class called JSPBase class which extends OrionHttpJspPage, and I put the <@ page extends="packagename.JSPBase"> in my JSP file. however, orion give the following error: Superclass of the JSP page does not implement Servlet, invalid extends attribute. Does orion implement <@page e