You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "John Turner (JIRA)" <de...@myfaces.apache.org> on 2007/07/06 13:00:18 UTC

[jira] Created: (TOBAGO-436) tc:sheet rowClick facet

tc:sheet rowClick facet
-----------------------

                 Key: TOBAGO-436
                 URL: https://issues.apache.org/jira/browse/TOBAGO-436
             Project: MyFaces Tobago
          Issue Type: Improvement
          Components: Core
         Environment: Win XP, Tomcat, WebFlow, Spring, Tobago....Probably not relevant
            Reporter: John Turner


I had a discussion on the forum about taking an action on click of a row within the sheet component.  I can't find anything on the issues log that matches this requirement exactly so I wanted to raise it rather than it fall through the cracks.

I'm using Spring WebFlow and Tobago to perform a search conversation in which the user is directed to a search screen and displayed search results etc.  The search results are displayed using the rather handy tc:sheet component.  This gives me the paging functionality , sheet state persistence etc for free which is great.  However, I'm not able to determine how to (without going outside functionality provided by Tobago) react to a row click to submit an action.  What I would like to see is a rowClick facet (or similar) that allows me to submit an action.



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


[jira] Commented: (TOBAGO-436) tc:sheet rowClick facet

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510862 ] 

Bernd Bohmann commented on TOBAGO-436:
--------------------------------------

I think we can implement this only for single selection. 

> tc:sheet rowClick facet
> -----------------------
>
>                 Key: TOBAGO-436
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-436
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>          Components: Core
>         Environment: Win XP, Tomcat, WebFlow, Spring, Tobago....Probably not relevant
>            Reporter: John Turner
>
> I had a discussion on the forum about taking an action on click of a row within the sheet component.  I can't find anything on the issues log that matches this requirement exactly so I wanted to raise it rather than it fall through the cracks.
> I'm using Spring WebFlow and Tobago to perform a search conversation in which the user is directed to a search screen and displayed search results etc.  The search results are displayed using the rather handy tc:sheet component.  This gives me the paging functionality , sheet state persistence etc for free which is great.  However, I'm not able to determine how to (without going outside functionality provided by Tobago) react to a row click to submit an action.  What I would like to see is a rowClick facet (or similar) that allows me to submit an action.

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


[jira] Commented: (TOBAGO-436) tc:sheet rowClick facet

Posted by "Helmut Swaczinna (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510655 ] 

Helmut Swaczinna commented on TOBAGO-436:
-----------------------------------------

I'm looking for something like this since I startet my project last year. I need this to display some detail data in a
panel on the same page when the user clicks on a row. 

Suggestion:

<tc:sheet id="mySheet"...>
  <f:facet name="rowClick">
      <tc:command ...>
          <tc:attribute name="renderedPartially" value=":myPage:myPanel"/>
      </tc:command>
  </f:facet>
  ...
</tc:sheet>



> tc:sheet rowClick facet
> -----------------------
>
>                 Key: TOBAGO-436
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-436
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>          Components: Core
>         Environment: Win XP, Tomcat, WebFlow, Spring, Tobago....Probably not relevant
>            Reporter: John Turner
>
> I had a discussion on the forum about taking an action on click of a row within the sheet component.  I can't find anything on the issues log that matches this requirement exactly so I wanted to raise it rather than it fall through the cracks.
> I'm using Spring WebFlow and Tobago to perform a search conversation in which the user is directed to a search screen and displayed search results etc.  The search results are displayed using the rather handy tc:sheet component.  This gives me the paging functionality , sheet state persistence etc for free which is great.  However, I'm not able to determine how to (without going outside functionality provided by Tobago) react to a row click to submit an action.  What I would like to see is a rowClick facet (or similar) that allows me to submit an action.

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


[jira] Commented: (TOBAGO-436) tc:sheet rowClick facet

Posted by "Volker Weber (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510920 ] 

Volker Weber commented on TOBAGO-436:
-------------------------------------

I would prefer to have a click facet on tc:column. 
This could be independent on selection mode.
And there can be different actions per column.

I have a use case for this where i currently use a specialized sheet implementation. 

> tc:sheet rowClick facet
> -----------------------
>
>                 Key: TOBAGO-436
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-436
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>          Components: Core
>         Environment: Win XP, Tomcat, WebFlow, Spring, Tobago....Probably not relevant
>            Reporter: John Turner
>
> I had a discussion on the forum about taking an action on click of a row within the sheet component.  I can't find anything on the issues log that matches this requirement exactly so I wanted to raise it rather than it fall through the cracks.
> I'm using Spring WebFlow and Tobago to perform a search conversation in which the user is directed to a search screen and displayed search results etc.  The search results are displayed using the rather handy tc:sheet component.  This gives me the paging functionality , sheet state persistence etc for free which is great.  However, I'm not able to determine how to (without going outside functionality provided by Tobago) react to a row click to submit an action.  What I would like to see is a rowClick facet (or similar) that allows me to submit an action.

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


[jira] Commented: (TOBAGO-436) tc:sheet rowClick facet

Posted by "Helmut Swaczinna (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520515 ] 

Helmut Swaczinna commented on TOBAGO-436:
-----------------------------------------

See Tobago-84

> tc:sheet rowClick facet
> -----------------------
>
>                 Key: TOBAGO-436
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-436
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>          Components: Core
>         Environment: Win XP, Tomcat, WebFlow, Spring, Tobago....Probably not relevant
>            Reporter: John Turner
>
> I had a discussion on the forum about taking an action on click of a row within the sheet component.  I can't find anything on the issues log that matches this requirement exactly so I wanted to raise it rather than it fall through the cracks.
> I'm using Spring WebFlow and Tobago to perform a search conversation in which the user is directed to a search screen and displayed search results etc.  The search results are displayed using the rather handy tc:sheet component.  This gives me the paging functionality , sheet state persistence etc for free which is great.  However, I'm not able to determine how to (without going outside functionality provided by Tobago) react to a row click to submit an action.  What I would like to see is a rowClick facet (or similar) that allows me to submit an action.

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


[jira] Commented: (TOBAGO-436) tc:sheet rowClick facet

Posted by "John Turner (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511056 ] 

John Turner commented on TOBAGO-436:
------------------------------------

A single column would suit me fine also.  Besides, all the columns could have the same action.  So long as the selected row is highlighted as is currently the case and the sheet state object reflects the selected row index.

> tc:sheet rowClick facet
> -----------------------
>
>                 Key: TOBAGO-436
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-436
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>          Components: Core
>         Environment: Win XP, Tomcat, WebFlow, Spring, Tobago....Probably not relevant
>            Reporter: John Turner
>
> I had a discussion on the forum about taking an action on click of a row within the sheet component.  I can't find anything on the issues log that matches this requirement exactly so I wanted to raise it rather than it fall through the cracks.
> I'm using Spring WebFlow and Tobago to perform a search conversation in which the user is directed to a search screen and displayed search results etc.  The search results are displayed using the rather handy tc:sheet component.  This gives me the paging functionality , sheet state persistence etc for free which is great.  However, I'm not able to determine how to (without going outside functionality provided by Tobago) react to a row click to submit an action.  What I would like to see is a rowClick facet (or similar) that allows me to submit an action.

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