Hi Stephane,


1. In the AddressTag class the following line:

ValueBinding binding = application.createValueBinding(address);

Only seems to allow a String object, and not a generic Object.


I don't understand the problem. Did you mean address should be another
Object than String? This is in the tag class, address is the value you
wrote in the jsp file:

<cpc:address address="#{backendBean.address}"/>

in this case address is "#{backendBean.address}", this IS a String.

Regards,
 Volker

Reply via email to