cancel
Showing results for 
Search instead for 
Did you mean: 

Custom action should open a wizard

sanket
Champ on-the-rise
Champ on-the-rise
Hi Guise,
              In create rule wizard, I have added a custom action - 'Add Advanced workflow to item". When I select it and click the "Set Values and Add" button, I want that the "Start Advanced workflow" wizard opens.

The jsp that should be opened is choose-workflow.jsp (for Advanced workflow).
I have created an AdvancedWorkflowHandler.java file and in getJSPPath() method, i am returning "wizard:startWorkflow".

This is not working. I have also tried to return "/jsp/workflow/start-workflow-wizard/choose-workflow.jsp".

But it doesn't work.

Error I am getting is:
javax.faces.FacesException: javax.faces.el.PropertyNotFoundException: Bean: org.alfresco.web.bean.rules.CreateRuleWizard, property: hasStartableWorkflows
caused by:
org.apache.jasper.JasperException: javax.faces.el.PropertyNotFoundException: Bean: org.alfresco.web.bean.rules.CreateRuleWizard, property: hasStartableWorkflows
caused by:
javax.faces.el.PropertyNotFoundException: Bean: org.alfresco.web.bean.rules.CreateRuleWizard, property: hasStartableWorkflows

Please help.
Thanks in advance.
4 REPLIES 4

tejaswini
Champ in-the-making
Champ in-the-making
good morning.,
   have u able to complete the problem? it will be my pleasure if u share wht u had done.
   thanks in advance
   goodday!!

sanket
Champ on-the-rise
Champ on-the-rise
I am still not getting the perfect solution for this.
Wizard would not open another wizard inside it. SO i am trying to make my own dialog (with OK and Cancel button).
This dialog will open when I click on my custom action (Add custom workflow to item).
I have placed four fields 1. Description 2. Priority 3. Due Date 4. Reviewer.

I am planning to pass these values on click event of Ok button.
So when the reviewer who is assigned this task will login and open his dashboard, he will see above four fields with Approve and Reject button (or hyperlink).

I have still not made it but working on it currently.

Any suggestions r welcomed. (if anybody can suggest a better way)

lamba
Champ on-the-rise
Champ on-the-rise
Hi,

I am also having a similar requirement.

Did you resolved the problem ?

Thanks

lamba
Champ on-the-rise
Champ on-the-rise
Solved Smiley Happy

View http://forums.alfresco.com/en/viewtopic.php?f=12&t=34718

Praise to Allah the Lord of the Worlds.