In this code is a call to the customerSession.setSelectedAddress(null) method...
This is so we can add a new address even if we already have one.
On the backend is:
I am getting a warning on the front end code, saying "setSelectedAddress" cannot be resolved.
What does that mean and how can I fix it please.
Thanks much,
p.s.
JBOSS developer studio classifies it as Type Validation Message problem.
Dan