RE: ldap support

2002-03-12 Thread Shawn Bayern
On Tue, 12 Mar 2002, Steve Bang wrote: > Can anyone point me to how we could add expression language support to > our commercial tag library? It sounds like we have to do a bit more > than just say that we support it. I think I read that we need to add > support for a few abstract classes. Wha

RE: ldap support

2002-03-12 Thread Steve Bang
Can anyone point me to how we could add expression language support to our commercial tag library? It sounds like we have to do a bit more than just say that we support it. I think I read that we need to add support for a few abstract classes. What's involved? Where can I find the details? I n

[JSTL] Announcing Public Review / RI Beta 1

2002-03-12 Thread Shawn Bayern
Taglibs community, The JSP Standard Tag Library (JSTL) just entered its Public Review stage under the Java Community Process, and Beta 1 of the reference implementation (RI) is now available through Jakarta Taglibs. This new draft spec and RI milestone solidifies JSTL in a number of respects. A

Re: id attribute

2002-03-12 Thread Borislav Iordanov
Thanks Clive. I've got my problem resolved. Boris "van Hilten, Clive" wrote: > Hi Boris - post your code and I'll try it in my container. > > Clive > > -Original Message- > From: Borislav Iordanov [mailto:[EMAIL PROTECTED]] > Sent: 07 March 2002 18:43 > To: Tag Libraries Users List > Sub

RE: ldap support

2002-03-12 Thread Craig R. McClanahan
On Tue, 12 Mar 2002, Shawn Bayern wrote: > [snip] > Second, individual taglibs may wish to consider using the JSTL RI's > expression-language support, in order to "emulate" the generic expression > acceptance that will likely be part of JSP 1.3. This lets any tag receive > "output" from JSTL.

RE: JSP source

2002-03-12 Thread Agrawal, Anuj (Anuj)** CTR **
Dang it! I knew i had seen it some place. you... you're good... you're good You da man Shawn! Thanks!!! > > Is there a way to display the source code for a particular JSP page? > > > > I'd like to have a link at the bottom of the page which will display > > the source (for the curious) when

Re: JSP source

2002-03-12 Thread Shawn Bayern
On Tue, 12 Mar 2002, Agrawal, Anuj (Anuj)** CTR ** wrote: > Is there a way to display the source code for a particular JSP page? > > I'd like to have a link at the bottom of the page which will display > the source (for the curious) when clicked on - very much like the way > the SourceForge site

JSP source

2002-03-12 Thread Agrawal, Anuj (Anuj)** CTR **
Is there a way to display the source code for a particular JSP page? I'd like to have a link at the bottom of the page which will display the source (for the curious) when clicked on - very much like the way the SourceForge site has it setup. -- To unsubscribe, e-mail:

RE: ldap support

2002-03-12 Thread Shawn Bayern
On Tue, 12 Mar 2002, Craig R. McClanahan wrote: > Shawn, > > Would it be possible to include some docs (maybe with a sample Hello, > World type tag) to illustrate how the expression language support can > be used in non-JSTL tags? This would be tremendously useful to other > tag authors who wan

RE: ldap support

2002-03-12 Thread Shawn Bayern
On Tue, 12 Mar 2002, Henri Yandell wrote: > How about using the existing Jakarta JNDI taglib? Does this fit poorly > with JSTL? (quite likely). How about listing where it fits poorly so > it can be modified to fit JSTL? > > Though there is a lack of enthusiasm if JSTL 1.1 will suck it in I > gue

RE: ldap support

2002-03-12 Thread Henri Yandell
How about using the existing Jakarta JNDI taglib? Does this fit poorly with JSTL? (quite likely). How about listing where it fits poorly so it can be modified to fit JSTL? Though there is a lack of enthusiasm if JSTL 1.1 will suck it in I guess. I've not figured out the whole relationship between

Tiles and struts action

2002-03-12 Thread Hill, Donald
I am trying to use a struts action in a tile definition, something like this. I always get a Response has been committed on the template page. Is there a trick to using a struts action in tiles or template tags that I am missing. -Don-

RE: ldap support

2002-03-12 Thread Agrawal, Anuj (Anuj)** CTR **
Ok - so are there any suggestions on how this can be done in conjunction with current JSTL tags? Has anyone tried doing this before (share code snippets)? > > Is any LDAP support planned for JSTL? > > > > I'd like to be able to query an LDAP server and use the > > action to cycle over the resu

Re: ldap support

2002-03-12 Thread Shawn Bayern
On Tue, 12 Mar 2002, Agrawal, Anuj (Anuj)** CTR ** wrote: > Is any LDAP support planned for JSTL? > > I'd like to be able to query an LDAP server and use the > action to cycle over the results. JSTL 1.0 won't support JNDI (or thus LDAP). Speaking very speculatively, I believe the idea at one

Re: JSTL: Nightly build crashes

2002-03-12 Thread Shawn Bayern
It looks just like you've got a conflict in JARs for your XML-support libraries. One way to address this is to ensure you've made the same libraries available at runtime as you did at compile time. (This is somewhat conservative, but it's a good approach when troubleshooting.) -- Shawn Bayern A

JSTL: Nightly build crashes

2002-03-12 Thread Eric . Lewis
Hi Since the syntax for JSTL changed, I wanted to install the latest nightly build. However, I get the following error when using the examples: javax.servlet.ServletException: loader constraints violated when linking org/xml/sax/helpers/DefaultHandler class at org.apache.jasper.servlet.J

ldap support

2002-03-12 Thread Agrawal, Anuj (Anuj)** CTR **
Is any LDAP support planned for JSTL? I'd like to be able to query an LDAP server and use the action to cycle over the results. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: FW: checking for files

2002-03-12 Thread Shawn Bayern
JSTL doesn't currently support explicit file operations, but you can use to test for the existence of files. There's a new tag which lets you handle errors -- such as an IOException -- in your page. If you write you can "speculatively" try to import a file and determine whether it fa

Re: can output of dbtags query be used to fill javabean properties?

2002-03-12 Thread Shawn Bayern
On Tue, 12 Mar 2002, Soefara Redzuan wrote: > Thank you so much Justyna. I can understand it but in a paralell topic > about JSTL it is said that the reason for using tags is to make it easier > for web page designers. However I don't know any designers who would not be > intimidated by this

Re: simple question

2002-03-12 Thread Shawn Bayern
On Tue, 12 Mar 2002 [EMAIL PROTECTED] wrote: > Hi everybody, > > I have a simple question : > is it possible to define one tag attributes which can accept 2 types of parameters : >Ex String or Object[]. > So to do this, i'll try to define 2 setters method: > setMyAttribute(String str){...

simple question

2002-03-12 Thread bwml
Hi everybody, I have a simple question : is it possible to define one tag attributes which can accept 2 types of parameters : Ex String or Object[]. So to do this, i'll try to define 2 setters method: setMyAttribute(String str){...} and setMyAttribute(Object[] objectArray){...} but

Missing requirements for DBtags

2002-03-12 Thread Mike Hulse
I searched the doc but could not find where it was required to have Java2 1.4 for DBtags. Did I miss something? I get the error java.lang.NoClassDefFoundError: java/sql/Savepoint which apparently is new in 1.4 It may be a little while before we move off of 1.3 Mike -- To unsubscribe