[jboss-dev-forums] [Design of JBoss jBPM] - Re: web console problem
david.lloyd@jboss.com
do-not-reply at jboss.com
Tue Jan 30 09:41:41 EST 2007
Yes, and to be clear, here are the attributes that you can have on a transitionButton:
* value: This is the caption of the button. If none is given, the transition name is given.
* transition: This is the transition to take. (Up above I said it was called "to" - my apologies for the confusion).
* src: The URL of an image file, if you want to override the little icon. Sensible defaults are automatically chosen for task form buttons.
* All default h:commandButton attributes (except for "action"), which can be found here: http://java.sun.com/javaee/javaserverfaces/1.2/docs/tlddocs/h/commandButton.html
You may also have these attributes (except for "transition") on the saveButton.
I think it would be wise for the GPD to not emit cancelButtons, since the cancel button does not serve any purpose that cannot be also done with a plain <h:commandButton>.
Finally, the GPD should no longer generate a "comments" field by default. This field is already present elsewhere on the task view page.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008323#4008323
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008323
More information about the jboss-dev-forums
mailing list