hezjing wrote:
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?

Did everything work before you updated the dependencies? If so, did you check the release notes for 2.0.11 [1] to see if any changes may be needed in the starter app code?

L.

[1] http://struts.apache.org/2.0.11/docs/release-notes-2011.html


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to