You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Christian Rueedi (JIRA)" <my...@incubator.apache.org> on 2005/05/11 11:48:06 UTC

[jira] Created: (MYFACES-239) missing transient in h:inputHidden

missing transient in h:inputHidden
----------------------------------

         Key: MYFACES-239
         URL: http://issues.apache.org/jira/browse/MYFACES-239
     Project: MyFaces
        Type: Bug
    Reporter: Christian Rueedi


I miss the transient on h:inputHidden

I use this tag in my jsp for javascript proposes
<h:inputHidden value="#{msg.common_confirm_lose}" transient="true"  />

I think it's because of MYFACES-85 where transient was removed from h:inputHidden

But I haven't found a x:inputHidden with transient.. 


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (MYFACES-239) missing transient in h:inputHidden

Posted by "sean schofield (JIRA)" <my...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-239?page=all ]
     
sean schofield closed MYFACES-239:
----------------------------------

    Resolution: Won't Fix

MyFaces no longer supports a transient attribute.  This was holdover code from an early version of MyFaces before client-side state saving was introduced.  None of the extended components should have this attribute.

> missing transient in h:inputHidden
> ----------------------------------
>
>          Key: MYFACES-239
>          URL: http://issues.apache.org/jira/browse/MYFACES-239
>      Project: MyFaces
>         Type: Bug
>     Reporter: Christian Rueedi

>
> I miss the transient on h:inputHidden
> I use this tag in my jsp for javascript proposes
> <h:inputHidden value="#{msg.common_confirm_lose}" transient="true"  />
> I think it's because of MYFACES-85 where transient was removed from h:inputHidden
> But I haven't found a x:inputHidden with transient.. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira