[ http://issues.apache.org/jira/browse/TAPESTRY-430?page=all ]
     
Jesse Kuhnert resolved TAPESTRY-430:
------------------------------------

    Resolution: Invalid

I've done similar things with table rows with no problems so I'm not going to 
investigate this one.

> @Block in contrib:tableFormRows always returns the value in the first row
> -------------------------------------------------------------------------
>
>          Key: TAPESTRY-430
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-430
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>     Reporter: Scott Walter
>     Priority: Blocker

>
> Using beta 2, I have attempted to use a @Block for a column in 
> contrib:tableRows like this:
> <tr jwcid="tableRows">
>   <td jwcid="tableValues"/>  
>     <span jwcid="[EMAIL PROTECTED]">                                          
>                         
>        <span jwcid="displayName"/>
>      </span>                                                          
> </tr>                                 
> and the component is defined as:
>     <component id="displayName" type="Insert">      
>         <binding name="value" expression="components.tableRows.row.name"/>    
>     
>     </component>
> However the value that comes out of the @Block is always for value of the 
> first row for each row.  If I remove the block then the correct values are 
> displayed for the "name" property in each row.
> Very weird.
> I can produce a working example to illustrate this problem if needed.   I 
> have also tried it with both the 3.0 and 4.0 dtds

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to