RE: simple JSP bug with switch

2001-02-28 Thread Margulies, Adam
Title: RE: simple JSP bug with switch OK, this seems reasonable. My worry was in transitioning from other engines one of my first experiences was coming up against something simple that wouldn't compile properly in Orion. My first thought was uh oh, how many more inconsistencies am I going

Re: simple JSP bug with switch

2001-02-28 Thread Margulies, Adam
Title: Re: simple JSP bug with switch OK, this seems reasonable. My worry was in transitioning from other engines one of my first experiences was coming up against something simple that wouldn't compile properly in Orion. My first thought was uh oh, how many more inconsistencies am I going

Re: simple JSP bug with switch

2001-02-27 Thread Nick Newman
Hi Adam, I don't think this is a bug, although I agree the messages are confusing. Set the development="true" flag in the orion-web.xml and you get the reason explained more fully. Basically what you have written in the broken version produces code like this: switch(1){ // write a

RE: simple JSP bug with switch

2001-02-27 Thread Margulies, Adam
Title: RE: simple JSP bug with switch OK, thanks, I understand that (which is how I fixed the code). However, I believe this isn't the proper behaviour for JSP. Orion should eat that newline. This is how other JSP engines behave, including Sun's reference engine. It shouldn't break

RE: simple JSP bug with switch

2001-02-27 Thread Tim Endres
You may be smoking crack - users are often the last to know. tim. adam -Original Message- From: Nick Newman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 11:40 AM To: Orion-Interest Subject: Re: simple JSP bug with switch Hi Adam, I don't think this is a b

RE: simple JSP bug with switch

2001-02-27 Thread Nick Newman
ay, February 27, 2001 11:40 AM To: Orion-Interest Subject: Re: simple JSP bug with switch Hi Adam, I don't think this is a bug, although I agree the messages are confusing. Set the development="true" flag in the orion-web.xml and you get the reason explained more fully. Basically what you hav

RE: simple JSP bug with switch

2001-02-27 Thread Tim Endres
riginal Message- From: Nick Newman [mailto:[EMAIL PROTECTED]mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 11:40 AM To: Orion-Interest Subject: Re: simple JSP bug with switch Hi Adam, I don't think this is a bug, although I agree the messages are confusing. Set the dev