[jboss-cvs] jboss-seam/src/main/org/jboss/seam/framework ...

Gavin King gavin.king at jboss.com
Sat Oct 7 14:06:58 EDT 2006


  User: gavin   
  Date: 06/10/07 14:06:58

  Modified:    src/main/org/jboss/seam/framework  ManagedEntity.java
  Log:
  propagate page parameters via form submission
  
  Revision  Changes    Path
  1.7       +3 -0      jboss-seam/src/main/org/jboss/seam/framework/ManagedEntity.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ManagedEntity.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/framework/ManagedEntity.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- ManagedEntity.java	6 Oct 2006 00:22:38 -0000	1.6
  +++ ManagedEntity.java	7 Oct 2006 18:06:58 -0000	1.7
  @@ -81,6 +81,9 @@
      
      protected Object getConvertedId() throws Exception
      {
  +      
  +      if ( !(getId() instanceof String) ) return getId();
  +      
         FacesContext facesContext = FacesContext.getCurrentInstance();
         if (idConverter==null)
         {
  
  
  



More information about the jboss-cvs-commits mailing list