Duplicate IDs occur with the navigation controls in mobileshowcase (perhaps due to MyFaces interaction with ContentStack) so further testing has been done with pages split out. They were created as follows:
#!/bin/zsh
#working directory icemobile/samples/mobileshowcase/src/main/webapp
for fyle in WEB-INF/includes/examples//-example.xhtml
do
prefix=$
{fyle%%-example.xhtml}
; name=$
{prefix##*/}
echo $fyle $
{name}.xhtml
cat pre.txt >${name}
.xhtml
echo '<ui:include src="'$
{fyle}
'">' >>$
{name}.xhtml
cat post.txt >>${name}
.xhtml
done
pre.txt:
<!DOCTYPE html >
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:util="http://java.sun.com/jsf/composite/components"
xmlns:mobi="http://www.icesoft.com/icefaces/mobile/component"
xmlns:icecore="http://www.icefaces.org/icefaces/core"
xmlns:c="http://java.sun.com/jsp/jstl/core">
<h:head>
<title>ICEfaces Mobile Showcase</title>
<mobi:deviceResource theme="#
{themeBean.currentTheme}
"/>
<h:outputStylesheet library="css" name="showcase.css" media="screen"/>
</h:head>
<h:body>
<style type="text/css" id="themebuilder"></style>
post.txt:
<ui:param name="viewSize" value="large" />
</ui:include>
</h:body>
</html>
WEB-INF/includes/examples/device/camcorder-example.xhtml camcorder.xhtml
WEB-INF/includes/examples/device/camera-example.xhtml camera.xhtml
WEB-INF/includes/examples/device/contactlist-example.xhtml contactlist.xhtml
WEB-INF/includes/examples/device/microphone-example.xhtml microphone.xhtml
WEB-INF/includes/examples/device/notification-example.xhtml notification.xhtml
WEB-INF/includes/examples/device/qrcode-example.xhtml qrcode.xhtml
WEB-INF/includes/examples/device/reality-example.xhtml reality.xhtml
WEB-INF/includes/examples/input/button-example.xhtml button.xhtml
WEB-INF/includes/examples/input/date-example.xhtml date.xhtml
WEB-INF/includes/examples/input/flip-switch-example.xhtml flip-switch.xhtml
WEB-INF/includes/examples/input/geolocation-example.xhtml geolocation.xhtml
WEB-INF/includes/examples/input/gmap-example.xhtml gmap.xhtml
WEB-INF/includes/examples/input/input-example.xhtml input.xhtml
WEB-INF/includes/examples/input/menubutton-example.xhtml menubutton.xhtml
WEB-INF/includes/examples/input/submitnotification-example.xhtml submitnotification.xhtml
WEB-INF/includes/examples/layout/accordion-example.xhtml accordion.xhtml
WEB-INF/includes/examples/layout/carousel-example.xhtml carousel.xhtml
WEB-INF/includes/examples/layout/contentstack-example.xhtml contentstack.xhtml
WEB-INF/includes/examples/layout/dataview-example.xhtml dataview.xhtml
WEB-INF/includes/examples/layout/fieldset-example.xhtml fieldset.xhtml
WEB-INF/includes/examples/layout/list-example.xhtml list.xhtml
WEB-INF/includes/examples/layout/panelconfirmation-example.xhtml panelconfirmation.xhtml
WEB-INF/includes/examples/layout/panelpopup-example.xhtml panelpopup.xhtml
WEB-INF/includes/examples/layout/tabset-example.xhtml tabset.xhtml
WEB-INF/includes/examples/layout/theme-example.xhtml theme.xhtml
WEB-INF/includes/examples/media/audio-example.xhtml audio.xhtml
WEB-INF/includes/examples/media/image-example.xhtml image.xhtml
WEB-INF/includes/examples/media/video-example.xhtml video.xhtml
ICEmobile requires update to trunk version of ICEfaces. This resolves Exception on startup java.lang.NoSuchMethodError: org.icefaces.util.EnvUtils.getWarnBeforeExpiryInterval(Ljavax/faces/context/FacesContext;)J