Re: barfs if it's parameter is null

2005-11-09 Thread Mon Cab
Nice one. Thanks Rahul. I ended up wrapping in tags... --- Rahul Akolkar <[EMAIL PROTECTED]> wrote: > On 11/7/05, Mon Cab <[EMAIL PROTECTED]> wrote: > > Hi all... > > > > I.e any way of using the tag less > > strictly, so that > value="bla"> will not cause an exception if var is > > nul

Re: barfs if it's parameter is null

2005-11-07 Thread Rahul Akolkar
On 11/7/05, Mon Cab <[EMAIL PROTECTED]> wrote: > Hi all... > > I.e any way of using the tag less > strictly, so that value="bla"> will not cause an exception if var is > null. At the moment I am getting: Which is as advertised here [ http://struts.apache.org/struts-taglib/tagreference-struts-l

Re: barfs if it's parameter is null

2005-11-07 Thread Paul Benedict
Have you tried JSTL? --- Mon Cab <[EMAIL PROTECTED]> wrote: > Hi all... > > I.e any way of using the tag less > strictly, so that value="bla"> will not cause an exception if var is > null. At the moment I am getting: > > > javax.servlet.ServletException: Cannot compare null > variable to v

barfs if it's parameter is null

2005-11-07 Thread Mon Cab
Hi all... I.e any way of using the tag less strictly, so that will not cause an exception if var is null. At the moment I am getting: javax.servlet.ServletException: Cannot compare null variable to value signup org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.