Hi Dave,
This is according to the specification.
See the JSP specification chapter 2.13.2.1

With regards,
Magnus Rydin

-----Ursprungligt meddelande-----
Från: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] För Dave Ford
Skickat: den 22 mars 2002 19:22
Till: Orion-Interest
Ämne: jsp:setProperty blanks and *


Take the following query string:

x=&y=abc //x is empty string

And the following JSP tag:

<jsp:setProperty name="myFoo" property="*"/>

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 am I missing
something?

Dave Ford
Smart Soft - The Developer Training Company http://www.smart-soft.com


Reply via email to