Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Invalid
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Tool Integrations
-
Labels:None
-
Environment:any
Description
In design time, we need to scope the issue related to generating JPA object in web page:
for example:
#{currentRow['PERSONID']}
<ice:dataTable value="#{Page1.person}" var="currentRow">
<ice:column>
<ice:outputText value="#{currentRow['PERSONID']}"/>
the design time does not know the actual implementation of Person Entity class, but the metadata from the database where the 'PERSONID' hold as the key to the map. So the output from design time will always be map related format:
currentRow['PERSONID']}
also need to look at possible create web page with
currentRow.personid from Entity Class
for example:
#{currentRow['PERSONID']}
<ice:dataTable value="#{Page1.person}" var="currentRow">
<ice:column>
<ice:outputText value="#{currentRow['PERSONID']}"/>
the design time does not know the actual implementation of Person Entity class, but the metadata from the database where the 'PERSONID' hold as the key to the map. So the output from design time will always be map related format:
currentRow['PERSONID']}
also need to look at possible create web page with
currentRow.personid from Entity Class
Marking as Closed / Invalid as part of legacy ICEfaces 1.x, 2.x JIRA cleanup.
Note: This issue may be resolved in a newer ICEfaces release, available here: http://www.icesoft.org/java/downloads/icefaces-downloads.jsf
If the issue persists with the current ICEfaces release, please create a new JIRA for it.