Hello,
I want to add some custom nodes with multiple actions. What is the best way to do this?
At this moment the database design only allows to have a single action (with actionhandler
as delegation) per node.
As far I can see I have two options:
1) Create an action handler which will create the two actions once its called, something
like an container action handler.
2) Create custom nodes which can have more than one action specified. There needs to be a
link between this node and all its actions.
I would opt for the second, since the first option would leave me with actionhandler
containing tons of xml configuration.
Any ideas?
Olivier.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085548#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...