ICEfaces
  1. ICEfaces
  2. ICE-2997

netbeans 6.1: persistent unit object mapping in jsp page

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major 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

        Activity

        Hide
        Ken Fyten added a comment -

        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.

        Show
        Ken Fyten added a comment - 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.

          People

          • Assignee:
            Unassigned
            Reporter:
            Frank Ye
          • Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: