Steven Woody wrote:
> I'm new to Struts, so a begining example is very important for me. Is this a version conflict? Where is the correct tour for the MailReader example?


I originally wrote the tour when I was new to Struts and trying to figure out the example.

Learning Struts by updating the tour document might be an excellent exercise for someone who's truly interested in figuring out how things work. :)

-Ted.


Hi, list

The "A Walking Tour of the Struts Example Application" (MailReader example) seems not to match the code come with release 1.1. A few minutes after I began to read the document, I got:

--- cut ---
If you check the application's web.xml, you will see how these objects are loaded. The 
message resource is loaded by the application parameter to the ActionServlet. When the 
ActionServlet initializes, it parses the ApplicationResources.properties in the 
package folder into the default message resource. If you change a message in the 
resource, and then reload the application, it will appear throughout the application.
--- end ---

But in the web.xml, I dont find anything to loading those mentioned objects and message resource. They are loaded in the strut-config.xml in fact.

I'm new to Struts, so a begining example is very important for me. Is this a version conflict? Where is the correct tour for the MailReader example?

--
Steven Woody
[EMAIL PROTECTED]

-- Ted Husted, Junit in Action - <http://www.manning.com/massol/>, Struts in Action - <http://husted.com/struts/book.html>, JSP Site Design - <http://www.amazon.com/exec/obidos/ISBN=1861005512>.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to