Tapestry Documentation Errata (Render Block)
--------------------------------------------

         Key: TAPESTRY-930
         URL: http://issues.apache.org/jira/browse/TAPESTRY-930
     Project: Tapestry
        Type: Task

  Components: Documentation  
    Versions: unspecified    
    Reporter: Geoff Longman
    Priority: Minor


Hey Geoff,

I was wondering if you could perhaps update the documentation listed
at this URL :
http://jakarta.apache.org/tapestry/tapestry/ComponentReference/RenderBlock.html

If you look take a look at TabPanel.java, then you'll see that the method call,

// Begin Code
(String) getBlockNames().get(0);
// End Code

should rather be changed to (String)getBlockIds().get(0);

Also, in TabTest.html, blockNames should be changed to blockIds.

I presume that this was the correct implementation when using T3, but
it no longers work with T4, perhaps a note/warning could be added to
make us aware of this change.

Thanks in advance,

-- Izak

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