RE: DBTags in WebLogic 6.0

2001-08-15 Thread Morgan Delagrange
--- "Halvorson, Loren" <[EMAIL PROTECTED]> wrote: > Morgan, > > I decompiled the JSP servlet WebLogic created that > contains the two > ResultSet tags and tried to trace through it to see > what WebLogic is doing > wrong, but it wasn't immediately obvious to me. But > something seems fishy. > I

Re: NoClassDefFoundError: org/apache/taglibs/xtags/tags/StyleTag

2001-08-15 Thread James Strachan
Hi Steve Sorry for the delay getting back to you - I'm having 'one of those weeks'. From: "Steve McRoberts" <[EMAIL PROTECTED]> > I used to use XSL but change to Xalan 2 and > I'd like to use XTags (which will provide more capability). > > However, when I try to run the demo examples, I get a >

Re: DBTags using resultSet tag with RowSets

2001-08-15 Thread Morgan Delagrange
OK I think I fixed it so that rowCount, wasEmpty, and wasNotEmpty will work outside of statements. Give it a try after tonight's build. :) Still not sure about the other problem you are having. Sounds like a container bug. - Morgan --- "Halvorson, Loren" <[EMAIL PROTECTED]> wrote: > I'm usin

RE: DBTags in WebLogic 6.0

2001-08-15 Thread Halvorson, Loren
Morgan, I decompiled the JSP servlet WebLogic created that contains the two ResultSet tags and tried to trace through it to see what WebLogic is doing wrong, but it wasn't immediately obvious to me. But something seems fishy. If the doStartTag() is returning SKIP_BODY, it still seems to be writi