Re: [standard] examples won't work

2002-01-01 Thread Shawn Bayern
Achim, It looks like the problem may just be caused by two conflicting versions of JAXP: java.lang.ClassCastException: org.apache.crimson.jaxp.DocumentBuilderFactoryImpl Since your stack trace doesn't run through any code in the JSTL RI, my guess is that this is just a minor configuration

Re: [standard] Null in Javascript scope patch

2001-12-26 Thread Shawn Bayern
On Tue, 25 Dec 2001, Alice K wrote: The newly built seems fixed the Null problems in Resin. However, the iterator (forEach) examples do NOT work correctly in Resin. It only shows on record only. Interesting. This is the second such report of this behavior in Resin. I'll take a look as

Re: JSTL (standard taglib) Early Access 3

2001-12-13 Thread Shawn Bayern
On Thu, 13 Dec 2001, Lavandowska wrote: What do you expect to happen to the current taglibs that handle these functions in the Jakarta-Taglibs project? Are these new JSTL tags related in any way to the existing taglibs? In general, JSTL's tags have been informed by best-of-breed products,

Re: JSTL (standard taglib) Early Access 3

2001-12-13 Thread Shawn Bayern
On Thu, 13 Dec 2001, Paul DuBois wrote: I haven't seen this in the docs that I've read so far. Is this: - something I should just know - an oversight in the docs or the distribution - complete coincidence that installing js.jar fixed my pages :-) It's definitely not the latter. :-) I've

Re: install JSTL (EA2) problem

2001-12-08 Thread Shawn Bayern
Hi there. Looks to me, offhand, just like a problem with your container's XML parser. (Perhaps you have conflicting versions of JAXP in your environment.) As far as I can tell, it doesn't look like the problem's related to any specific code in the Standard Taglib (JSTL RI). Shawn On Sat, 8

Re: How to determing the relationship between tags

2001-12-05 Thread Shawn Bayern
On Wed, 5 Dec 2001, bo wrote: I wonder if I can determine the relationship among tags, such as tag A should be within tag B etc. Is that possible? Thanks! You can use a TagLibraryValidator class to enforce arbitrary characteristics of the XML view of a JSP page, including specific

Re: Antwort: Re: XTags: Passing non String Parameters to a Stylesheet?

2001-11-23 Thread Shawn Bayern
On Fri, 23 Nov 2001, James Strachan wrote: Shawn, do you want to apply a similar patch to the XML tags in JSTL, to allow a parameter value to be an Object? I'll do it if you like? Basically Transformer.setParameter(String name, Object value) can take a value of Object rather than just a

RE: using ONLY taglib in JSP

2001-11-22 Thread Shawn Bayern
There's a standard, easier way to handle it: you can use a TagLibraryValidator to ensure that the page contains no scriptlets. JSTL's (early-access) reference implementation comes with a 'scriptfree.tld' library that you can import using the %@ taglib % directive. This library ensures that

RE: using ONLY taglib in JSP

2001-11-22 Thread Shawn Bayern
the JSP pages a compilation time. So all pages will be scriptlet-free ? --- Shawn Bayern [EMAIL PROTECTED] wrote: There's a standard, easier way to handle it: you can use a TagLibraryValidator to ensure that the page contains no scriptlets. JSTL's (early-access) reference

Re: jsptl forEach and break

2001-10-23 Thread Shawn Bayern
closely in line with what's seen as a more typical JSP pattern: JSP, being used mostly for presentation, needs less intricate control flow than the Java language itself provides. Shawn Bayern JSPTL reference-implementation lead

Re: Problem installing JSPTL under TC4.0b7 -- never mind

2001-09-06 Thread Shawn Bayern
is that the jx:expressionLanguage tag and the whole idea of switching between expression languages is most likely going to be a temporary one. Of course, that's just an excuse. But my point is that the ugliness will probably go away soon anyway. Shawn Bayern JSPTL Reference-implementation Lead

Re: Problem with JSPTL install

2001-09-04 Thread Shawn Bayern
since I can't replicate the problem.) Shawn Bayern JSPTL Reference-implementation Lead

Re: FW: Input taglib

2001-08-09 Thread Shawn Bayern
Hi Robin. I'm away on vacation for the rest of the week, but if nobody gets a chance to look at this issue before then, I'd be happy to take a look at it early next week. Thanks for the message, Shawn On Thu, 9 Aug 2001, Robin Mannering wrote: I've been using the input library for some time

Re: input:select

2001-07-30 Thread Shawn Bayern
On Mon, 30 Jul 2001, Florian Brunner wrote: I'm currently using the jakarta taglib input in my JSP. With input:select you have to specify the options as a Map. But I want the list to display the values in the same order I added them to the Map! How can I do that? Can I use TreeMap? But then

RE: Tag support for:

2001-07-30 Thread Shawn Bayern
On Tue, 31 Jul 2001, Kevin Duffey wrote: Is there any provision in the JSPTL to provide this ability to add javascript handlers (and not just a single one) to each tag? JSPTL isn't currently focusing on graphical elements (such as JSP tags that produce HTML tags); that has become more the

Re: Tag support for:

2001-07-24 Thread Shawn Bayern
On Tue, 24 Jul 2001, Casazza, Robert wrote: Maybe this is more related to Struts but I'm curious as to whether Jakarta Tags allow: [1] looping, in particular to be able to dynamically populate a table based on a collection of objects with attributes The JSPTL will supports

<    1   2   3   4   5