You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Gerhard Visagie (JIRA)" <de...@myfaces.apache.org> on 2009/06/04 12:11:07 UTC

[jira] Created: (TOMAHAWK-1426) Next and Previous facets

Next and Previous facets
------------------------

                 Key: TOMAHAWK-1426
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1426
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Data Scroller
         Environment: All env
            Reporter: Gerhard Visagie


When the next and previous facets are rendered, they get rendered regardless if there is aa next or previous screen.

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


Re: [jira] Created: (TOMAHAWK-1426) Next and Previous facets

Posted by Mike Kienenberger <mk...@gmail.com>.
Is this really a bug?  I'd say it's a feature.   Some design experts
insist that buttons merely be greyed out rather than removed when
inactive.   That would not be possible if the next/previous facets are
not rendered at all times.   I'd say that the children of that facet
should be able to determine if they should render themselves (or grey
themselves out), not the facet itself.

On Thu, Jun 4, 2009 at 6:11 AM, Gerhard Visagie (JIRA)
<de...@myfaces.apache.org> wrote:
> Next and Previous facets
> ------------------------
>
>                 Key: TOMAHAWK-1426
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1426
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Data Scroller
>         Environment: All env
>            Reporter: Gerhard Visagie
>
>
> When the next and previous facets are rendered, they get rendered regardless if there is aa next or previous screen.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

[jira] Resolved: (TOMAHAWK-1426) Next and Previous facets

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved TOMAHAWK-1426.
--------------------------------------

         Assignee: Leonardo Uribe
    Fix Version/s: 1.1.10-SNAPSHOT
       Resolution: Fixed

Fixed with TOMAHAWK-769. To keep backward compatibility, the attributes:

disableFacetLinksIfFirstPage
disableFacetLinksIfLastPage
renderFacetLinksIfFirstPage
renderFacetLinksIfLastPage

were added. Both behaviors proposed on each issue have different effects and both are valid.

Thanks to Ramiro Pereira de Magalhães for provide this patch.

> Next and Previous facets
> ------------------------
>
>                 Key: TOMAHAWK-1426
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1426
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Data Scroller
>         Environment: All env
>            Reporter: Gerhard Visagie
>            Assignee: Leonardo Uribe
>             Fix For: 1.1.10-SNAPSHOT
>
>
> When the next and previous facets are rendered, they get rendered regardless if there is aa next or previous screen.

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