Re: logic:match barfs if it's parameter is null

2005-11-09 Thread Mon Cab
Nice one. Thanks Rahul. I ended up wrapping in logic:present tags... --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 11/7/05, Mon Cab [EMAIL PROTECTED] wrote: Hi all... I.e any way of using the logic:match tag less strictly, so that logic:match parameter=var value=bla will not

logic:match barfs if it's parameter is null

2005-11-07 Thread Mon Cab
Hi all... I.e any way of using the logic:match tag less strictly, so that logic:match parameter=var 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 value signup

Re: logic:match 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 logic:match tag less strictly, so that logic:match parameter=var value=bla will not cause an exception if var is null. At the moment I am getting: javax.servlet.ServletException: Cannot

Re: logic:match 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 logic:match tag less strictly, so that logic:match parameter=var value=bla will not cause an exception if var is null. At the moment I am getting: snip/ Which is as advertised here [