You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Geoff Longman (JIRA)" <ta...@jakarta.apache.org> on 2006/04/26 18:37:02 UTC

[jira] Created: (TAPESTRY-930) Tapestry Documentation Errata (Render Block)

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


[jira] Commented: (TAPESTRY-930) Tapestry Documentation Errata (Render Block)

Posted by "Geoff Longman (JIRA)" <ta...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/TAPESTRY-930?page=comments#action_12376509 ] 

Geoff Longman commented on TAPESTRY-930:
----------------------------------------

Hi Izak,

Thanks for the note. I have no idea when I will have time to make a change but luckily one can get any Tapestry committer's attention by adding a bug in JIRA. 

Which I have done for you: http://issues.apache.org/jira/browse/TAPESTRY-930

Cheers,

Geoff

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


[jira] Commented: (TAPESTRY-930) Tapestry Documentation Errata (Render Block)

Posted by "Geoff Longman (JIRA)" <ta...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/TAPESTRY-930?page=comments#action_12376512 ] 

Geoff Longman commented on TAPESTRY-930:
----------------------------------------

Well it appears this is a dupe of http://issues.apache.org/jira/browse/TAPESTRY-927
Don't seem to have th karma to mark it so.

> 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
>      Fix For: 4.0.3

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


[jira] Resolved: (TAPESTRY-930) Tapestry Documentation Errata (Render Block)

Posted by "Brian K. Wallace (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-930?page=all ]
     
Brian K. Wallace resolved TAPESTRY-930:
---------------------------------------

    Fix Version: 4.0.3
     Resolution: Duplicate

This is a duplicate of TAPESTRY-927 which is fixed pending next release.

> 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
>      Fix For: 4.0.3

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