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
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion