3 Replies Latest reply on Mar 13, 2008 4:06 PM by rituraj_tiwari

    Remoting: How to exclude fields in elements of collection?

    rituraj_tiwari

      This is something I could not deduce from the Seam docs:


      My @WebRemote Method returns a List<SomeEntity>:


      @Webremote
      public List<SomeEntity> getEntities();
      
      



      I would like to constrain SomeEnrity.secret from being returned.


      Is this possible?


      Thanks.
      -Raj