Change Tile on Error

2004-06-09 Thread Alan Weissman
Problem: If someone comes to our Struts/Tiles website and changes the GET parameters in the URL they may cause a page to crash. Desired Outcome: The user should never see a crashed page, they should instead be given a page which displays an error. Ideally, w

RE: best practice question for certain VO/DTO fields?

2004-03-29 Thread Alan Weissman
Hey Rick - I use a combination of #1 and #2. NEVER #3 or #4. #1 happens a lot especially when 'stars' appear in your schema, ie where you start finding that you are pulling everything out by EmployeeId. A persistence mechanism isn't an issue for me as I have always ended up building my own - non