You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2008/10/30 18:16:46 UTC

[jira] Commented: (TAP5-124) DateField does not work correctly inside AjaxFormLoop

    [ https://issues.apache.org/jira/browse/TAP5-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644045#action_12644045 ] 

Howard M. Lewis Ship commented on TAP5-124:
-------------------------------------------

Not able to reproduce this.  I built a page to edit a list of DateHolder objects:

<html t:type="border" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">

    <h1>DateField in AjaxFormLoop</h1>

    <t:form>

        <div t:type="ajaxformloop" t:id="loop" source="dateHolders" value="current" encoder="dateHolderConverter">

            <t:datefield value="current.date"/>
            <t:removerowlink>remove</t:removerowlink>

        </div>

        <p>
            <input type="submit" value="Go"/>
        </p>
    </t:form>


</html>

Everything worked exactly as expected. I don't know what's going on with your layout; are you using some other JavaScript library that may be interfering with Tapestry and the datepicker.js?


> DateField does not work correctly inside AjaxFormLoop
> -----------------------------------------------------
>
>                 Key: TAP5-124
>                 URL: https://issues.apache.org/jira/browse/TAP5-124
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.0.15
>         Environment: Java 1.5/1.6, FF2/3, IE7
>            Reporter: Sven Homburg
>            Assignee: Howard M. Lewis Ship
>         Attachments: screenshot-1.jpg
>
>
> not all tags are display in the DateField calendar
> functionality is lost, but no javascript errors displayed by firebug

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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