[ 
http://issues.apache.org/jira/browse/MYFACES-1303?page=comments#action_12412424 
] 

Maximiliano Carrizo commented on MYFACES-1303:
----------------------------------------------

More info:

  Before the page is displayed, I have the following message:

     May 18, 2006 6:11:33 PM 
org.apache.myfaces.renderkit.html.HtmlResponseStateManager writeState
    SEVERE: No component states to be saved in client response!

But... of course, it isnt true. I have the line:

<h:inputText required="true" /> 




> No submitted values in components
> ---------------------------------
>
>          Key: MYFACES-1303
>          URL: http://issues.apache.org/jira/browse/MYFACES-1303
>      Project: MyFaces Core
>         Type: Bug

>     Versions: 1.1.3
>  Environment: Tomcat 5.5, Eclipse 3.1.2, Myfaces tiles ONLY
>     Reporter: Maximiliano Carrizo

>
> When you have input fields in your jsp page, and you submit this page, you 
> receive the following message:
> WARNING: There should always be a submitted value for an input if it is 
> rendered, its form is submitted, and it is not disabled or read-only. 
> My example page:
> <%@ page session="false" %>
> <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h"%>
> <h:messages showDetail="true" showSummary="true">
>       <h:outputText value="Esta es la very simple Tiles example." />
>       <h:inputText required="true" />
>       <h:commandLink action="pagina2" value="pagina2" />
> </h:messages>
> As you notice, input field is required, it isnt read-only, or disabled. If I 
> add a backing bean, this one dont receive field values.
> App doesnt throw any exception, and allows me to navigate with no problem. It 
> only happens with myfaces tiles.
> I think is the same issue than myfaces-262.

-- 
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

Reply via email to