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

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

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