JSTL and XML

2007-09-26 Thread Luke Vanderfluit
Hi. Ive been using x:parse etc. to display some xml thats stored in a database. I want to do some conditional stuff but cant get x:choose, x:when and x:otherwise to compile. This is my code: (further down is the error I get) /~ \

Re: get docbase / context root from within application

2007-05-09 Thread Luke Vanderfluit
Hi. 10May2007 @ 15:14 Luke Vanderfluit thusly spake > Hi. > > I have a jsp page and want to get hold of the absolute path to the context > root /doc base directory. > > > I have my tomcat application deployed under /foo/bar/tomcat/webapps/ROOT/ > > This is

get docbase / context root from within application

2007-05-09 Thread Luke Vanderfluit
? Thanks. Kind regards. Luke Vanderfluit. -- ._.. .| .| |.|/.|_ . .|__.|_|.|\.|_ . :61 421 276 282: - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Problem with using Java Bean on apache-tomcat-5.5.20

2006-12-28 Thread Luke Vanderfluit
ichbean"); >%> >But, after this in same JSP, >a) if we access <% bn.getName() %>, it returns correct result. >b) if we access the bean property using > > it generates following erro