2 Replies Latest reply on Sep 26, 2006 1:51 PM by gavin.king

    Seam ModelValidator Bug

    evanzeng

      The Seam ModelValidator does not support value expression pattern 'obj[propname]' which is very important for creating Facelets composition components

        • 1. Re: Seam ModelValidator Bug

          Has there been any movement/fixes to that bug?

          How would one achieve setting 1-N values if the ModelValidator does not support the [] notation? The following code:

          <h:inputText value="#{master.detail[ i ].attribute}"/>
          


          within a forEach loop throws a NPE on ModelValidator (line 38). My "master" component is defined as a Seam component (with @Name "master").

          Thanks!

          • 2. Re: Seam ModelValidator Bug
            gavin.king

            Add a feature request to JIRA and I will see if it can be implemented.