Ah… No. That’s part of why it’s only an RC build. We’re working on a flash-based demo as a quick fix for this and real documentation will come later. Here are the quick steps.
1) Download the struts 1.1 libs and tlds from our website downloads section or from Apache.
2) Configure the libs & tlds in the struts preference at Window > Preferences > MyEclipse > J2EE > Web > Struts.
3) Use the Web project wizard to create a web project
4) Right click on the web project and select ‘Add Struts Capabilities…’ from the MyEclipse menu
5) Open WEB-INF/struts-config.xml in the struts editor and be sure the outline view is available. The outline view has a wizard menu in it to create most of your struts artifacts.
–Scott
MyEclipse Support