If you just want to change the displayed text, I'd guess the only thing you would have
to change is task.jsp from
<h:commandButton id="transitionButton"
action="#{taskBean.saveAndClose}" value="Save and Close Task"/>
to something like
<h:commandButton id="transitionButton"
action="#{taskBean.saveAndClose}" value="your_custom_text"/>
Regards, Martin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047605#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...