Re: [appfuse-user] main

2010-05-30 Thread tibi
solved it like this: private ContentManager contentManager; private static String[] getConfigLocations() { return new String[] { "classpath:/applicationContext-resources.xml", "classpath:/applicationContext-dao.xml", "classpath:/app

Re: [appfuse-user] main

2010-05-19 Thread Matt Raible
You might look into Spring Batch or just use ClasspathApplicationContext to load up your context files in your main method. http://stackoverflow.com/questions/707355/simple-spring-use-of-classpathapplicationcontext-for-standalone-apps-how-to-reu On Wed, May 19, 2010 at 8:57 AM, wrote: > > Is it

Re: [appfuse-user] Main page overlaps Sub Menu

2007-02-01 Thread Matt Raible
This is a bug in IE browsers <= 6. I believe they fixed it in IE 7. To workaround it in IE6, the easiest thing to do is use JavaScript and onmouseover/onmouseout to hide the checkboxes (and select) when the menu is activated. Matt On 1/31/07, Alvin Capil <[EMAIL PROTECTED]> wrote: Hello All