Hi,<br><br>I'm trying to build a struts2-Application in an opencms environment. So I have integrated struts2 in opencms. <br><br>The application is very simple, just a view pages with some input fields. The user input will be checked by some struts-validators.<br>


<br>In the offline project everything works pretty good. But if the pages are published the validators are not working as expected.<br>In case of an input error the same page is shown (as expected), but the error Messages are not displayed. <br>


 <br>Debugging the application shows, that the validator works fine and put the error message into the fielderror list.<br>But when the page is displayed, the fielderror list is empty even the user input and session attributes are empty too. Again, offline everything works as expected.<br>


<br>Has anyone an idea why the behavior of the application is totally different in offline and online projects?<br><br>Best regards<br>  Volker<br>