RE: Xtag taglib and iso-8859-1 *** HELP ***

2003-02-11 Thread bryan
Regards, Dariush. -Messaggio originale- Da: bryan [mailto:[EMAIL PROTECTED]] Inviato: martedì 11 febbraio 2003 11.11 A: 'Tag Libraries Users List' Oggetto: RE: Xtag taglib and iso-8859-1 *** HELP *** It's hard to give an answer here as there are so very many different areas w

RE: Xtag taglib and iso-8859-1 *** HELP ***

2003-02-11 Thread bryan
It's hard to give an answer here as there are so very many different areas where the problem could be originating. 1. Xtags is deprecated as far as I understand, should probably switch to the jstl, it may be that there is some encoding stuff going on that no one is ever going to fix in Xtags, alth

RE: xtags question

2002-11-26 Thread bryan
Glenn Nielsen wrote: >Yes, the XSL taglib is deprecated. You can use either the XTags taglib or >JSTL. If you have a servlet container that supports JSP 1.2, use JSTL. >If you have a container which supports JSP 1.1 but not JSP 1.2, use XTags. Thanks, already figured that out, but I apprecia

xtags question

2002-11-14 Thread bryan
Hi, I'm a newbie in this area so this will no doubt sound sort of stupid. First I'm somewhat confused as to what is part of what project, i.e is xtags part of the jstl? I'm confused about this because I understand the XSL tag library is superceded by the JSTL and I figured if it was maybe xtags a

RE: Taglibs and included pages - correction

2002-04-03 Thread Bryan P. Glennon
As opposed to what I say below, leaving the <%@ taglib> declarations out of foo1 is ok - it displays fine. Thanks, Bryan -Original Message- From: Bryan P. Glennon Sent: Wednesday, April 03, 2002 6:27 PM To: [EMAIL PROTECTED] Subject: Taglibs and included pages I'm

Taglibs and included pages

2002-04-03 Thread Bryan P. Glennon
s, they don't work. It seems to me that once the libs are declared, that declaration should hold for the remainder of the page. I'm sure I'm missing something here, and I'm looking for enlightenment. Any info is appreciated. Cheers, Bryan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: Tags, Extra Info and scripting variables

2002-01-08 Thread Bryan P. Glennon
Shawn - Sometimes long-shots come through. The defining tag was inside an block. That brings up another question - I thought that the variable would have page scope (and I need it to). Am I just out-of-luck? Thanks, Bryan -- Bryan Glennon (mailto:[EMAIL PROTECTED]) BPG Consulting, Inc

Tags, Extra Info and scripting variables

2002-01-08 Thread Bryan P. Glennon
t; from T1EI.VariableInfo()"); // and I see this as well return retVal; } } My tag class (T1) contains the following code: public int doStartTag() throws JspException { pageContext.setAttribute(this.getVarName(), "default"); return Tag.EVAL_B