Details
Description
When a new ICEmobile project is created in eclipse a basic project structure is setup with splash page. This bug is marker to insure that we updated the project so that the default splash page is well formed for mobile and the web.xml is up to date for mobile apps.
1.) updated web.xml, addiding <multipart-config/> to the FacesServlet config.
2.) We have a shot at getting a basic pageView component ready for the spash screen which would aid the user in greating a "better" looking splash page. If this component gets nailed down we should add it.
3.) A few easy adjustments for the splash page is to insure the mobile meta data is added to the header as well as the deviceStyleSheet component.
1.) updated web.xml, addiding <multipart-config/> to the FacesServlet config.
2.) We have a shot at getting a basic pageView component ready for the spash screen which would aid the user in greating a "better" looking splash page. If this component gets nailed down we should add it.
3.) A few easy adjustments for the splash page is to insure the mobile meta data is added to the header as well as the deviceStyleSheet component.
Liming, can you take a look at the default project plugin for Eclipse. I had made some notes back in this back in spring but I'm not sure if any more work has been done on the plugin.