MATCH=null bug in JRun?

1999-04-29 Thread Christopher Cobb
I am using JRun Pro 2.3 build 141. I am using an tag in an attempt to exclude the display of a property which may be null. My JSP looks like this: Ext. which I beleive to be correct JSP. The code generated by JRun looks like this: String jsp_include_val0 = null; String res0 = J

Re: MATCH=null bug in JRun?

1999-04-29 Thread D J
I have also seen this problem. I mentioned it awhile ago on the list but no one replied. - Original Message - From: Christopher Cobb <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 29, 1999 10:15 AM Subject: MATCH=null bug in JRun? > I am using JRu

Re: MATCH=null bug in JRun?

1999-04-29 Thread Dave Ferguson
I've seen the same thing. I'm using an ugly work-around where I actually do the test on the string "null". Of course, this only works on String objects and I have to initialize to the string "null" in my beans instead of using the "null" keyword. A bigger problem to us has been that JRun does

Re: MATCH=null bug in JRun?

1999-04-29 Thread Christopher Cobb
Dave Ferguson wrote: > A bigger problem to us has been that JRun does not support nested or > tags. The result is always a nasty NullPointerException. Have you run >into that? I don't even get that far. Nested includes give a compilation errors! cc begin:vcard n:Cobb;Christopher tel;ce

Re: MATCH=null bug in JRun?

1999-04-29 Thread Arie Fishler
Of Dave Ferguson Sent: Thursday, April 29, 1999 9:03 PM To: [EMAIL PROTECTED] Subject: Re: MATCH=null bug in JRun? I've seen the same thing. I'm using an ugly work-around where I actually do the test on the string "null". Of course, this only works on String ob

Re: MATCH=null bug in JRun?

1999-04-29 Thread Arie Fishler
cification and reference [mailto:[EMAIL PROTECTED]] On Behalf Of Christopher Cobb Sent: Thursday, April 29, 1999 8:26 PM To: [EMAIL PROTECTED] Subject: Re: MATCH=null bug in JRun? << File: ccobb.vcf >> Dave Ferguson wrote: > A bigger problem to us has been that JRun

Re: MATCH=null bug in JRun?

1999-04-29 Thread Christopher Cobb
Arie Fishler wrote: > You can just use JAVA: > > Ext. > > > <% if (ac.getFaxPhoneExtension() == null) { %> > Ext. > <% } %> > > It's as easy as that... ...which is what I'm doing. Still, the bug should be fixed... cc begin:vcard n:Cobb;Christopher tel;cell:703-909-755

Re: MATCH=null bug in JRun?

1999-04-29 Thread fred muhlenberg
At 21:26 4/29/99 +0200, Arie Fishler wrote: >You can just use JAVA: > > Ext. > > ><% if (ac.getFaxPhoneExtension() == null) { %> >Ext. ><% } %> > >It's as easy as that... But then you reopen the discussion concerning if Java code should appear inside a JSP. But, I did the sam

Re: MATCH=null bug in JRun?

1999-04-29 Thread Arthur Alexander
erver Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of fred muhlenberg Sent: Thursday, April 29, 1999 3:18 PM To: [EMAIL PROTECTED] Subject: Re: MATCH=null bug in JRun? At 21:26 4/29/99 +0200, Arie Fishler wrote: >You can just use JAVA: > > Ext

Re: MATCH=null bug in JRun?, Re: ELSE tag

1999-04-29 Thread Walter Jerusalinsky
; -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Arthur Alexander > Sent: Thursday, April 29, 1999 4:46 PM > To: [EMAIL PROTECTED] > Subject: Re: MATCH=null bug in JRun? > > > Better to