This is the custom validator, has getters/setters for countryCode How to pass the country code back to the custom validator. This is my ActionClass-validation.xml Address object has zip and countryCode. I want to validate the zip based on the country. When I debug the above code, countryCode has the value ${address.country}. How can I get the country property value? Answer
Tag: ognl
How to put variable in OGNL tag
In this code questions is a list which contain questions object with In my program, I will make it appears in browser like The list may contain multiple question objects so I made it to show 5 question per page. My problem is (for example) the user may go from page 4 to page 2 and I want to refill