Details
Description
The ICEmobile Spring Showcase has some references to non-existant CSS resources, which it's inherited from the stock MVC Showcase, which has the same issue. We should look at all the external resource references and see which ones we need.
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/spring-mvc-showcase-1.0.0-BUILD-SNAPSHOT/resources/jqueryui/1.8/themes/base/jquery.ui.accordion.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/spring-mvc-showcase-1.0.0-BUILD-SNAPSHOT/resources/jqueryui/1.8/themes/base/jquery.ui.resizable.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/spring-mvc-showcase-1.0.0-BUILD-SNAPSHOT/resources/jqueryui/1.8/themes/base/jquery.ui.dialog.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/spring-mvc-showcase-1.0.0-BUILD-SNAPSHOT/resources/jqueryui/1.8/themes/base/jquery.ui.button.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/spring-mvc-showcase-1.0.0-BUILD-SNAPSHOT/resources/jqueryui/1.8/themes/base/jquery.ui.selectable.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/spring-mvc-showcase-1.0.0-BUILD-SNAPSHOT/resources/jqueryui/1.8/themes/base/jquery.ui.autocomplete.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/spring-mvc-showcase-1.0.0-BUILD-SNAPSHOT/resources/jqueryui/1.8/themes/base/jquery.ui.datepicker.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/spring-mvc-showcase-1.0.0-BUILD-SNAPSHOT/resources/jqueryui/1.8/themes/base/jquery.ui.progressbar.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/spring-mvc-showcase-1.0.0-BUILD-SNAPSHOT/resources/jqueryui/1.8/themes/base/jquery.ui.slider.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/spring-mvc-showcase-1.0.0-BUILD-SNAPSHOT/resources/jqueryui/1.8/themes/base/jquery.ui.accordion.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/spring-mvc-showcase-1.0.0-BUILD-SNAPSHOT/resources/jqueryui/1.8/themes/base/jquery.ui.resizable.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/spring-mvc-showcase-1.0.0-BUILD-SNAPSHOT/resources/jqueryui/1.8/themes/base/jquery.ui.dialog.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/spring-mvc-showcase-1.0.0-BUILD-SNAPSHOT/resources/jqueryui/1.8/themes/base/jquery.ui.button.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/spring-mvc-showcase-1.0.0-BUILD-SNAPSHOT/resources/jqueryui/1.8/themes/base/jquery.ui.selectable.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/spring-mvc-showcase-1.0.0-BUILD-SNAPSHOT/resources/jqueryui/1.8/themes/base/jquery.ui.autocomplete.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/spring-mvc-showcase-1.0.0-BUILD-SNAPSHOT/resources/jqueryui/1.8/themes/base/jquery.ui.datepicker.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/spring-mvc-showcase-1.0.0-BUILD-SNAPSHOT/resources/jqueryui/1.8/themes/base/jquery.ui.progressbar.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/spring-mvc-showcase-1.0.0-BUILD-SNAPSHOT/resources/jqueryui/1.8/themes/base/jquery.ui.slider.css
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30245 | Wed Jul 25 15:24:32 MDT 2012 | philip.breau | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/WEB-INF/views/home.jsp
MODIFY /icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/resources/style.css |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30209 | Tue Jul 24 11:38:06 MDT 2012 | philip.breau | this breaks the progressive enhancement feature |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/WEB-INF/views/home.jsp
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30186 | Tue Jul 24 06:38:52 MDT 2012 | philip.breau | |
Files Changed | ||||
DEL
/icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/resources/form.css
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30185 | Tue Jul 24 06:34:07 MDT 2012 | philip.breau | - amalgamate multiple external and inline block css |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/WEB-INF/views/home.jsp
ADD /icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/resources/style.css |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30183 | Mon Jul 23 19:53:01 MDT 2012 | philip.breau | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/WEB-INF/views/jqmmic.jsp
MODIFY /icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/WEB-INF/views/buttons.jsp MODIFY /icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/WEB-INF/views/home.jsp MODIFY /icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/WEB-INF/views/panelPopup.jsp |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30182 | Mon Jul 23 19:13:45 MDT 2012 | philip.breau | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/resources/jqueryui/1.8/themes/base/jquery.ui.base.css
|