Re: Nested tag in attribute value

2007-07-03 Thread Eric Haszlakiewicz
On Tue, Jul 03, 2007 at 09:59:59AM -0400, Kris Schneider wrote: > As you've discovered, embedding one tag in the attribute value of another tag > is > "illegal" - even if you had gotten the quotes right ;-). You would need to do > something like: > > > Edit > > I think. It's been awhile since I

Re: uri question..

2006-09-10 Thread Eric Haszlakiewicz
On Sun, Sep 10, 2006 at 01:18:19PM -0400, maya wrote: > I have been studying taglibs and beans for days now, and am still > confused about some things, but for now a simple question (I hope..) re uri: > > let's take JSTL.. the jstl.jar for my app is here.. > >/WEB-INF/lib > > yet the uri fo

Re: Content is not allowed in prolog. - text editor for Windows XP that shows special characters before the prolog

2006-07-22 Thread Eric Haszlakiewicz
On Fri, Jul 21, 2006 at 03:04:32AM -0700, Rashmi Rubdi wrote: > Hello, > > I have already searched on the Internet and this mailing list for an answer > to this error message: > > [Fatal Error] jstl::1:1: Content is not allowed in prolog. > > Most of the answers so far seemed to

Re: URL-escape a var with JSTL

2006-03-01 Thread Eric Haszlakiewicz
> [EMAIL PROTECTED] wrote: > >Hello, > >I need to URL-escape a variable in JSTL, and am not having much luck > >finding the way to do it. > > > >For example, I currently do: > > > > > >Since "foo" param may include some funky characters, I need to URL-escape > >that. So I'm looking for something