You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Brian K. Wallace (JIRA)" <ta...@jakarta.apache.org> on 2006/03/11 03:36:41 UTC

[jira] Commented: (TAPESTRY-430) @Block in contrib:tableFormRows always returns the value in the first row

    [ http://issues.apache.org/jira/browse/TAPESTRY-430?page=comments#action_12369955 ] 

Brian K. Wallace commented on TAPESTRY-430:
-------------------------------------------

Attaching a test case (simplest war that will produce the issue) will always help get a problem resolved.

> @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="nameColumnValue@Block">									
>        <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: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org