Struts2 Validation formating error messages

2007-08-10 Thread WiltOnTilt
Hi, I've searched around here and googling to try to find a good answer but I haven't found one. I'm using the basic struts2 validation with the validate="true" on my so the validation is done client side. I'd like to change the error messages so they do not show up ABOVE my controls. (I dont

Possible to package struts2 actions/code in a reusable jar?

2007-08-08 Thread WiltOnTilt
We have several projects that will have many common actions and links to common JSP names. For example, all of our projects will have a Welcome action and a related welcome.jsp. I'd like to be able to create a common-actions.jar that would essentially contain all of the source code needed for ea