Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.3 Final
-
Fix Version/s: EE 1.3
-
Component/s: Applications
-
Labels:None
-
Environment:ICEmobile, JBoss 5
Description
The dataView example contains:
<mobi:dataViewColumn headerText="Cost" value="$#{car.cost}"
rendered="#{dataViewBean.costColVis}" />
which results in the cost value being displayed literally as $#{car.cost} on JBoss 5 due to the "$" character being detected as EL syntax.
<mobi:dataViewColumn headerText="Cost" value="$#{car.cost}"
rendered="#{dataViewBean.costColVis}" />
which results in the cost value being displayed literally as $#{car.cost} on JBoss 5 due to the "$" character being detected as EL syntax.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36458 | Fri Jun 28 09:55:51 MDT 2013 | ted.goddard | add space after dollar for portable EL ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/dataview-example.xhtml
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36457 | Fri Jun 28 09:35:55 MDT 2013 | ted.goddard | add space after dollar for portable EL ( |
Files Changed | ||||
MODIFY
/icemobile/branches/icemobile-1.3.0-ee-base/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/dataview-example.xhtml
|