Details
-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.2 Beta
-
Fix Version/s: 1.2 Final
-
Component/s: None
-
Labels:None
-
Environment:Netbeans
Description
Current netbeans API allows us to create page and customize index,xhtml. But in index.xhtml, only content inside body can be customize. In this case, user need to click a link or button to forward to icemobile page
<h:link outcome="welcomeICEmobile" value="ICEfaces/ICEmobile welcome page" />
.In order to automatically redirect to icemobile page, we have to add
<script language="javascript">
window.location="./welcomeICEmobile.jsf"
</script>
as we cannot add javascript to body tag as h:body is not allow to customized,
<h:link outcome="welcomeICEmobile" value="ICEfaces/ICEmobile welcome page" />
.In order to automatically redirect to icemobile page, we have to add
<script language="javascript">
window.location="./welcomeICEmobile.jsf"
</script>
as we cannot add javascript to body tag as h:body is not allow to customized,
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion