Hello all.  It appears that the ActionServlet points to a resources file, and not a ResourceBundle object. Is this true?  The reason is that I would like to group in the same directory the following:
1) a particular ActionForm
2) the Action class that works with that ActionForm
3) the resources (strings) that work with that ActionForm
 
The reason is that it is much easier to manage the artifacts on a page by page basis.
How can I do this properly
 
Thanks
Jonathan

Reply via email to