Re: Generating html help

2001-06-12 Thread tim maggio
Tag Libraries JSPTags.com Pager Tag Library > You could always do an XSL on an XML picture. But isn't there already an XSL for this? I would think that if the jakarta site has documentation for the

RE: Generating html help

2001-06-12 Thread Dave Newton
You could always do an XSL on an XML picture. -- Dave Newton, [EMAIL PROTECTED]

Generating html help

2001-06-12 Thread tim maggio
All, I have been using taglibs for about a month, and would like to generate the html help docs from the .tld file. It seems like this is possible, but perhaps there is something I am missing. Any help or direction would be appreciated. TIA. -- tim maggio

Taglib Sample Working, But Copy Does Not. Why?

2001-06-12 Thread Elisa Green
New user here. I have a sample dbtag taglib sample that works. This sample was working a month ago and the tomcat server that I use has been modified a few times since then in minor ways. When I change the name of the working file, it does not work. If I change the name back, it works again.

troubles with a JSP

2001-06-12 Thread Carlos de Luna Saenz
I have a JSP that uses the mailer tag lib... when i use the JSP on the / directory of the webserver... it works... but it doesn't when i moved that to the /erogaciones/ diorectory... any idea of what is happening? The error... JSP Error: Request URI:/erogaciones/mailer.jsp Exception: oracle.jsp.pa

Tab lib not functioning

2001-06-12 Thread Carlos de Luna Saenz
If i try to use the taglib in a document outside the root directory it will not work, but it does on the root directory... any idea? the error is:that can't find any class unless i put the jars on the directory of the JSP. Greetings

Re: dynamic xsl?

2001-06-12 Thread Richard A. Sand
Thanks so much for the suggestion! It sounds like exactly what I need- I should have been looking at the xtags package not the xsl taglibs. I'll try it out! Best regards, Richard - Original Message - From: "James Strachan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, Jun

Re: mailer tag

2001-06-12 Thread Carlos de Luna Saenz
Thanks... you just saved my life... Greetings Darrell Cumming wrote: [EMAIL PROTECTED]"> Hi carlos , it looks alot like your tagllib cant find mail.jar (the Javamail Classes) . Try putting the mail jar into your TOMCAT_HOME/libĀ  dir. this might help also http://developer.java.sun.com/developer

Re: DBTags and Memo fields

2001-06-12 Thread Yiyi Sun
Thank you very much. I will give it a try. Yiyi > Well, I checked it out, and it appears that, in your case, the drivers > should be using getColumn: > > ResultSetMetaData meta = getMetaData(); > String string = null; > switch (meta.getColumnType(position)) { > case (Ty