Re: jsp:setProperty blanks and *

2002-03-22 Thread prasanth sb
Use ?x=''&y«c I think this works. >From: "Dave Ford" <[EMAIL PROTECTED]> >Reply-To: Orion-Interest <[EMAIL PROTECTED]> >To: Orion-Interest <[EMAIL PROTECTED]> >Subject: jsp:setProperty blanks and * >Date: Fri, 22 Mar 2002 10:22:24 -0800 &

jsp:setProperty blanks and *

2002-03-22 Thread Dave Ford
Take the following query string: x=&y=abc //x is empty string And the following JSP tag: Problem: myFoo.setY is called but myFoo.setX is not called. Suppose I want to change the value of myFoo.x to an empty string. How would I achieve this? This seems to make the * feature almost useless. Or