location of struts scaffold needed

2006-03-08 Thread Babu Subburathinam
Hi, I am reading Husted's book on struts. There are several references to the scaffold classes in the book. I googled for it. I find that the generic scaffold page indicates that the struts scaffold is shipped with struts code. I browsed struts code and find that there is no scaffold package. Fo

How to access resource bundles from Action sub-class

2006-02-28 Thread Babu Subburathinam
Hi, How do I access the resource bundle (that is configured in in struts-config.xml) in the controller code? I see the following code examples in the web. MessageResources message = servlet.getResources(); // PROBLEM here String message = message.getMessage( But the servlet.getResources();