Hi I created Struts2 starter application as shown below,
mvn archetype:create -DgroupId=com.fdar.apress.s2 -DartifactId=app -DarchetypeGroupId=org.apache.struts -DarchetypeArtifactId=struts2-archetype-starter -DarchetypeVersion=2.0.9-SNAPSHOT -DremoteRepositories=http://people.apache.org/maven-snapshot-repository then, I modified pom.xml and changed the dependencies to JUnit 4.4 and Struts 2.0.11. When loaded the application in Firefox, I can see the menu bar ("Menu 1", "Menu 2" and etc) displayed on the top. When loaded the application in IE 6.0, the same menu bar is missing! Do you what could be the problem? -- Hez --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]