cancel
Showing results for 
Search instead for 
Did you mean: 

Simple n00b query - WizardManager bean, notify.jsp

alcy
Champ in-the-making
Champ in-the-making
Hi,

I wanted to change the default behavior of the invite users wizard to change the value of the selectOneradio check box to yes in invite-user-wizard/notify.jsp, or in other words to make it default for notifications to be sent.

<h:selectOneRadio id="notify" value="#{WizardManager.bean.notify}" onchange="javascript:checkNotify(this);">
<f:selectItem itemValue="yes" itemLabel="#{msg.yes}" />
<f:selectItem itemValue="no" itemLabel="#{msg.no}" />
</h:selectOneRadio>
</h:panelGrid>

As I understand, I need to make the modifications in the WizardManager class (that too, by downloading the alfresco source first, make changes and compile ?)  but I couldn't find any function having notify as a parameter in that class.

Any pointers on how to proceed with this greatly appreciated.

Thanks.
1 REPLY 1

alcy
Champ in-the-making
Champ in-the-making
Anyone ?