solved it like this:
private ContentManager contentManager;
private static String[] getConfigLocations() {
return new String[] {
"classpath:/applicationContext-resources.xml",
"classpath:/applicationContext-dao.xml",
"classpath:/app
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
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