Can I give a hyperlink in ApplicationResources.properties file in struts config file. If there is any error in the action class will be forwarded to the common errors and displays this on the page which in turn should forward to another action depending on the user chooses
errors.warn=This is a warning message. Do you want to continue? <a href="aa.html?id=yes">YES</a><br><a href="aa.html?id=no">NO</a>