You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org> on 2006/08/15 04:10:15 UTC

[jira] Updated: (TAPESTRY-1063) The single update block for hidden form input fields should only happen when updating individual items contained in a form, but not when the whole form itself needs to be rendered.

     [ http://issues.apache.org/jira/browse/TAPESTRY-1063?page=all ]

Jesse Kuhnert updated TAPESTRY-1063:
------------------------------------

    Due Date: 15/Aug/06

> The single update block for hidden form input fields should only happen when updating individual items contained in a form, but not when the whole form itself needs to be rendered.
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1063
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1063
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 4.1
>         Environment: tapestry 4.11 snapshot
>            Reporter: Joshua Long
>         Assigned To: Jesse Kuhnert
>
> "The single update block for hidden form input fields should only happen when updating individual items
> contained in a form, but not when the whole form itself needs to be
> rendered. "
> Essentially, using updateComponent on a component that contains a form seems to cause a problem if that formin turn has form elements in it, at least in my example. 
> My problem template is:
> <div jwcid="@Border">
> >
> > <a href= "#" jwcid="@DirectLink" async  = "ognl:true" listener  =
> > "listener:changePage" parameters = "ognl:0" updateComponents = "ognl:
> > {'res'
> > }">0</a>      |
> > <a href= "#" jwcid="@DirectLink" async  = "ognl:true"     listener  =
> > "listener:changePage"  parameters = "ognl:4" updateComponents = "ognl:
> > {'res' }" >4</a>
> >
> >
> > <div jwcid="res@Any">
> > ${new java.util.Date()}<br/>${search.pageNumber}<br/>${bookmarkablePage}
> > <br/>
> > <div jwcid="@For" value ="ognl:result" source = "ognl: results">
> >     <form jwcid="xform@Form">
> >       <input type="submit" jwcid="xf@Submit"/>
> >     </form>
> >     <br/>
> > </div>
> > </div></div>
> >

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org