Re: Way of reading this mailing list as a heirachy

2005-05-07 Thread Kwok Peng Tuck
There's a pretty good e-mail client from mozilla.org, look for Thunderbird there. Does everything you ask for bellow. Mark Benussi wrote: I use Outlook and was wondering if there was a way of reading all these messages as a hierarchy. I sometimes miss messages on a thread I was interested in.

Re: Where is the Struts 1.2.6 API for taglibs?

2005-01-23 Thread Kwok Peng Tuck
Do you really need the api for that? Well if you do you can browse the documentation for that. I'd like to know what you actually used in the tag before you got the error. Dakota Jack wrote: I am getting the following error: java.lang.IllegalArgumentException: No bean specified org.apach

Re: Another ODBC OT Question

2005-01-31 Thread Kwok Peng Tuck
Depends on your database. Most db's like MaxDB, Oracle and so on which support sequences can retreive the current value of the sequence after it has been used. Usually something along the lines of .CURRVAL for Oracle. Typically you can only use it if you've used the sequence in the first place