RE: Taglib questions

2000-01-17 Thread Pierre Awaragi
Hi, Firstly, are taglibs supposed to create a new instance of the corresponding class for a tag each time a tag is encountered? A problem I'm having is suppose I have a taglib which outputs 'Hello World' unless a NAME property is set in which case it says hello to the name. taglib classes are

another pre-release?

2000-01-17 Thread Robert Krüger
Hi, I know that you said REAL SOON NOW but could you give us some idea if you're putting out a pre-release, before the next official one that at least fixes the bugs that you said you already found (especially ghost entities and stateless session beans are giving us a hard time to work

Specifying value for page attribute 'buffer'

2000-01-17 Thread Vimal Kansal
Hi, JSP 1.1 spec says that if you specify buffer="none" in the page directive, then buffering is turned off. i.e. following is perfectly valid : %@ page buffer="none" ... % But when I do this with orion, I get the following error message : Error parsing JSP page /.../... line 1 Invalid value

Can't specify info attribue for page directive

2000-01-17 Thread Vimal Kansal
Hi, I am trying to write a page directive like : %@ page info="This is a Sample JSP Page" ...% I get the following message Error parsing JSP page //jsp line 1 Unknown %@ page ... % tag attribute: info Can somebody explain to me this discrepency between the specs and