This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I have been assigned a task to develop a framework using Struts 1.0.2 and xsl (basically a Model 2x). I have run into an issue with ActionErrors and how to display them. The 'big' article on the web for the Model 2x (article) talks about this on page 3 of the article in a section called "Error Handling". This section give a general outline about how '...ActionError objects can be serialized into the DOM tree..." but no examples. We are using Castor to create our DOM document. How could we serialize our ActionError objects into our DOM tree using Castor? thanks in advance Perry
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
if you need such a framework for a project, check this, cause i think this is the framework you need: StrutsCX
Perry McKenzie
Greenhorn
Joined: Jul 16, 2003
Posts: 23
posted
0
Acutally, I have looked at the framework for that project. I found the documentation in english lacking. Also, I couldn't run the project itself in my test engine on WSAD. I didn't have time to debug the reason why it wouldn't run. Does anybody have any experience with StrutsCX to give me a better idea what he's doing? Perry