RE: Tag Example Problem

2000-04-25 Thread Victor A. Salaman
Hi Eric:   The bug you mentioned has been corrected in an internal build of Orion already. This release is currently under regression testing and will be available shortly.   -- Victor -Original Message-From: Eric Richardson [mailto:[EMAIL PROTECTED]]Sent: Tuesday, April 25, 2

Re: Tag Example Problem

2000-04-25 Thread Eric Richardson
Hi Magnus, I resolved my problem and think it is a bug. I did recompile with no avail. Karl wrote me back and suggested from now on if I found what I think is a bug to copy it to [EMAIL PROTECTED] He said he would add that to the Web site. When this call is made in 0.9.6 the bean goes in applicat

RE: Tag Example Problem

2000-04-25 Thread Magnus Rydin
The taglib's probably needs to be recompiled using the latest orion.jar, as there was a problem with comilers replacing static variables with their values. Please see note on www.orionserver.com   I will update the taglibs in all examples asap.   WR Magnus Rydin -Original Message---

Re: Tag Example Problem ***Possible bug***

2000-04-18 Thread Eric Richardson
Hi, I found a workaround. If in the doStartTag method I change pageContext.setAttribute(name, iterator.next(), PageContext.PAGE_SCOPE); to pageContext.setAttribute(name, iterator.next()); Then the tag works on 0.96. I checked it out and if I use PageContext.PAGE_SCOPE in the taglib I can retrieve

Re: Tag Example Problem

2000-04-18 Thread Eric Richardson
Hi Brian, Brian Cunningham wrote:  Hi Eric,Is it "product" vs "products"? products is the collection, product is one of the elements of the collection Product product = (Product) products.get(0); Then hash as product1. This is called in doStartTag and in doAfterBody as pageContext.setAttribute(na