posted 9 years ago
I'm looking at an example of Spring Web Flow from "Spring In Action, Volume 4" by Craig Walls. A main flow calls a customer flow defined by customer.xml:
The deliveryWarning view state, <view-state id="deliveryWarning"> is backed up by the view deliveryWarning.jsp:
My question is why isn't the <a href="...."/> in deliveryWarning.jsp wrapped in CDATA as follows: