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
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();
2 matches
Mail list logo