You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Wronka (JIRA)" <de...@myfaces.apache.org> on 2007/09/24 11:57:51 UTC

[jira] Created: (TOBAGO-497) Tree-Selection causes no submit

Tree-Selection causes no submit
-------------------------------

                 Key: TOBAGO-497
                 URL: https://issues.apache.org/jira/browse/TOBAGO-497
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core
            Reporter: Matthias Wronka
             Fix For: 1.0.12


We use a tc:tree like in the following code:

	<tc:tree value="#{treeForm.tree}" id="tree"
		nameReference="userObject.title" idReference="userObject.id"
		state="#{treeForm.state}" showIcons="true" showJunctions="true"
		showRoot="true">
	</tc:tree>

Note, that there is no extra-action-listener like in your demo. It worked fine with an older 1.0.12_SNAPSHOT. Now, using the 1.0.12_SNAPSHOT from 22.09. there is no submit executed when selecting a tree node.

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


[jira] Commented: (TOBAGO-497) Tree-Selection causes no submit

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

Bernd Bohmann commented on TOBAGO-497:
--------------------------------------

Can you verify it, please.

> Tree-Selection causes no submit
> -------------------------------
>
>                 Key: TOBAGO-497
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-497
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>            Reporter: Matthias Wronka
>            Assignee: Bernd Bohmann
>
> We use a tc:tree like in the following code:
> 	<tc:tree value="#{treeForm.tree}" id="tree"
> 		nameReference="userObject.title" idReference="userObject.id"
> 		state="#{treeForm.state}" showIcons="true" showJunctions="true"
> 		showRoot="true">
> 	</tc:tree>
> Note, that there is no extra-action-listener like in your demo. It worked fine with an older 1.0.12_SNAPSHOT. Now, using the 1.0.12_SNAPSHOT from 22.09. there is no submit executed when selecting a tree node.

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


[jira] Commented: (TOBAGO-497) Tree-Selection causes no submit

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

Bernd Bohmann commented on TOBAGO-497:
--------------------------------------

If someone depends on this feature. Someone would not expect such change from the 1.0.11 version to the 1.0.12 version. 

> Tree-Selection causes no submit
> -------------------------------
>
>                 Key: TOBAGO-497
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-497
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>            Reporter: Matthias Wronka
>            Assignee: Bernd Bohmann
>
> We use a tc:tree like in the following code:
> 	<tc:tree value="#{treeForm.tree}" id="tree"
> 		nameReference="userObject.title" idReference="userObject.id"
> 		state="#{treeForm.state}" showIcons="true" showJunctions="true"
> 		showRoot="true">
> 	</tc:tree>
> Note, that there is no extra-action-listener like in your demo. It worked fine with an older 1.0.12_SNAPSHOT. Now, using the 1.0.12_SNAPSHOT from 22.09. there is no submit executed when selecting a tree node.

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


[jira] Commented: (TOBAGO-497) Tree-Selection causes no submit

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

Helmut Swaczinna commented on TOBAGO-497:
-----------------------------------------

You can use a treeNodeCommand facet to specify the action to be executed when clicking a node.
See Tobago-467.

> Tree-Selection causes no submit
> -------------------------------
>
>                 Key: TOBAGO-497
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-497
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>            Reporter: Matthias Wronka
>            Assignee: Bernd Bohmann
>
> We use a tc:tree like in the following code:
> 	<tc:tree value="#{treeForm.tree}" id="tree"
> 		nameReference="userObject.title" idReference="userObject.id"
> 		state="#{treeForm.state}" showIcons="true" showJunctions="true"
> 		showRoot="true">
> 	</tc:tree>
> Note, that there is no extra-action-listener like in your demo. It worked fine with an older 1.0.12_SNAPSHOT. Now, using the 1.0.12_SNAPSHOT from 22.09. there is no submit executed when selecting a tree node.

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


[jira] Resolved: (TOBAGO-497) Tree-Selection causes no submit

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

Bernd Bohmann resolved TOBAGO-497.
----------------------------------

    Resolution: Fixed

> Tree-Selection causes no submit
> -------------------------------
>
>                 Key: TOBAGO-497
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-497
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>            Reporter: Matthias Wronka
>            Assignee: Bernd Bohmann
>
> We use a tc:tree like in the following code:
> 	<tc:tree value="#{treeForm.tree}" id="tree"
> 		nameReference="userObject.title" idReference="userObject.id"
> 		state="#{treeForm.state}" showIcons="true" showJunctions="true"
> 		showRoot="true">
> 	</tc:tree>
> Note, that there is no extra-action-listener like in your demo. It worked fine with an older 1.0.12_SNAPSHOT. Now, using the 1.0.12_SNAPSHOT from 22.09. there is no submit executed when selecting a tree node.

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