mirror of
https://github.com/apache/struts.git
synced 2026-08-05 22:56:59 +00:00
- added snippet
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408037 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+5
@@ -4,6 +4,8 @@ import org.apache.struts.action2.showcase.ajax.tree.Category;
|
||||
|
||||
import com.opensymphony.xwork.ActionSupport;
|
||||
|
||||
//START SNIPPET: treeExampleDynamicJavaSelected
|
||||
|
||||
public class DynamicTreeSelectAction extends ActionSupport {
|
||||
|
||||
private long nodeId;
|
||||
@@ -28,3 +30,6 @@ public class DynamicTreeSelectAction extends ActionSupport {
|
||||
return currentCategory.getName();
|
||||
}
|
||||
}
|
||||
|
||||
//START SNIPPET: treeExampleDynamicJavaSelected
|
||||
|
||||
|
||||
Reference in New Issue
Block a user