Re: truncating text with JSTL

2003-07-16 Thread Jeff Wilder
Check out the string taglibs. http://jakarta.apache.org/taglibs/doc/string-doc/intro.html "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 07/16/2003 04:30 PM Please respond to "Tag Libraries Users List" <[EMAIL PROTECTED]> To [EMAIL PROTECTED] cc Subject truncating text with JSTL Im trying

Strings: truncate nicely

2003-03-17 Thread Jeff Wilder
>From string taglibs doc's: "A more intelligent substring. It attempts to cut off a string after a space, following predefined or user-supplied lower and upper limits, useful for making short descriptions from long text. Can also strip HTML, or if not, intelligently close any tags that were lef

Re: JSTL SQL

2003-02-03 Thread Jeff Wilder
her characters. When i edit this information with my application the >>correct values are displayed. The '?' only appears from data already in >>the database. >> >>Is this a jdbc driver isssue? >

JSTL SQL

2003-01-29 Thread Jeff Wilder
from data already in the database. Is this a jdbc driver isssue? Thanks, -Jeff Wilder

Re: jstl + string

2003-01-28 Thread Jeff Wilder
foo} EL variables etc. The nightly build has an important bugfix to do with using string tags inside loops as well. Hen On Tue, 28 Jan 2003, Jeff Wilder wrote: > hello, > > has anyone used the jstl along with apache's string tag library. I can't > seem to get them to wo

jstl + string

2003-01-28 Thread Jeff Wilder
hello, has anyone used the jstl along with apache's string tag library. I can't seem to get them to work together. Independently they both work fine, but when I add the string tag library to my jsp application which is using jstl, and go to the page which utilizes the string tag library i ge