ICEfaces
  1. ICEfaces
  2. ICE-6849

@Field of type List not generating

    Details

    • Assignee Priority:
      P2

      Description

      I tried adding this to TabSetMeta:

          @Field
          private List visitedTabClientIds;

      The idea being that I'd store information from lifecycle to lifecycle, which would be state saved and unique per UIData row, but that would not be a public API. Unfortunately this would not produce any generated output in the TabSetBase class. That is, it's as if I had done nothing, as TabSetBase was generated the same as usual. I then changed it to a @Property, and then TabSetBase had all the proper state saving code and accessor methods. But it also now puts an entry in the Tag class and the TLD, and creates code to allow for this to use a ValueExpression to a bean, which I don't want.

      I'm not sure if @Field is broken, or if it's because it's of type java.util.List.

        Issue Links

          Activity

            People

            • Assignee:
              Arturo Zambrano
              Reporter:
              Mark Collette
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: