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