input tag lib - sorting option values in select tag

2002-02-15 Thread August Gresens
uot;, "BOROUGH"); Is yielding the following output in the rendered HTML page: state municipality county country borough Thanks, August //

Re: passing references to tags using XML syntax

2002-02-15 Thread August Gresens
vely, if "escaping" characters gets cumbersome, you can always > use an XML CDATA block. > > -- > Shawn Bayern > Author, "JSP Standard Tag Library" http://www.jstlbook.com > (coming this spring from Manning Publications) > > On Thu, 14 Feb 2002, August Gr

Re: passing references to tags using XML syntax

2002-02-14 Thread August Gresens
ence this value in constructing a URL: click here in the output, the substitution is not made. The output is printed exactly as it is in the JSP page. I am doing something wrong here? Thanks, August On Wednesday, February 13, 2002, at 03:25 PM, Shawn Bayern wrote: > On Wed, 13 Feb 20

Re: passing references to tags using XML syntax

2002-02-13 Thread August Gresens
Thanks! On Wednesday, February 13, 2002, at 03:25 PM, Shawn Bayern wrote: > On Wed, 13 Feb 2002, August Gresens wrote: > >> options="<%= o %>" /> >> >> With XML syntax, this won't work because the "<" and ">" characters

passing references to tags using XML syntax

2002-02-13 Thread August Gresens
ot;<" and ">" characters are illegal in XML with attributes, and JSP chokes while attempting to parse it. Does anyone know how to do this? Is there a new syntax for the XML syntax to indicate to JSP that a reference instead of a value is being passed (like XSLT's "$