[jboss-user] [JBoss jBPM] - Re: customize jbpm-starters-kit-3.1.2 interface
mputz
do-not-reply at jboss.com
Tue May 22 10:47:12 EDT 2007
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#4047605
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047605
More information about the jboss-user
mailing list