[ 
https://issues.apache.org/jira/browse/TOBAGO-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480008
 ] 

Volker Weber commented on TOBAGO-317:
-------------------------------------

You can archive this with a confirmation facet:

<tc:link action="#{mmaController.deleteItem}" 
actionListener="#{mmaController.selectItem}"> 
  <f:facet name="confirmation">
    <tc:out value="Wirklich löschen?"/>
  </f:facet>
</tc:link>

> tc:link action ignored when onclick is set
> ------------------------------------------
>
>                 Key: TOBAGO-317
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-317
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.10
>            Reporter: Dennis Kieselhorst
>
> tc:link with onclick:
> <tc:link action="#{mmaController.deleteItem}" onclick="confirm('Wirklich 
> löschen?')" actionListener="#{mmaController.selectItem}">
> result: <a href="#" onclick="confirm('Wirklich löschen?')" 
> class="tobago-link-default " id="page:_idJsp31:3:_idJsp40" 
> name="page:_idJsp31:3:_idJsp40">
> tc:link without onclick:
> <tc:link action="#{mmaController.deleteItem}" 
> actionListener="#{mmaController.selectItem}">
> result: <a href="javascript:Tobago.submitAction('page:_idJsp31:3:_idJsp40', 
> true);" class="tobago-link-default " id="page:_idJsp31:3:_idJsp40" 
> name="page:_idJsp31:3:_idJsp40">
> should be:
> <a href="javascript:Tobago.submitAction('page:_idJsp31:3:_idJsp40', true);" 
> onclick="confirm('Wirklich löschen?')" class="tobago-link-default " 
> id="page:_idJsp31:3:_idJsp40" name="page:_idJsp31:3:_idJsp40">

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

Reply via email to