WizardManager.bean.action and actions?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2010 07:08 AM
In actions.jsp, there is a declaration that displays the list of actions to apply to a node:
I looked in org.alfresco.web.bean.wizard.WizardManager.java but am not sure what is being referred to in value="#{WizardManager.bean.action}" and value="#{WizardManager.bean.actions}". What is being referred to in bean.action and bean.actions? I didn't find any declarations like that in WizardManager.
<h:selectOneMenu value="#{WizardManager.bean.action}" id="action" onchange="javascript:itemSelected(this);"><f:selectItems value="#{WizardManager.bean.actions}" /'></h:selectOneMenu>
I looked in org.alfresco.web.bean.wizard.WizardManager.java but am not sure what is being referred to in value="#{WizardManager.bean.action}" and value="#{WizardManager.bean.actions}". What is being referred to in bean.action and bean.actions? I didn't find any declarations like that in WizardManager.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2010 07:30 AM
It seems to refer to BaseActionWizard action and actions.
