[jboss-dev-forums] [jBPM Development] - Changing variables in jbpm console
Bah Bah
do-not-reply at jboss.com
Fri Nov 18 04:54:29 EST 2011
Bah Bah [http://community.jboss.org/people/Nibby] created the discussion
"Changing variables in jbpm console"
To view the discussion, visit: http://community.jboss.org/message/637144#637144
--------------------------------------------------------------
Hi guys
I have a simple question. I want to have the jbpm console display for example 25 results per page instead of just the default 10.
I found the place to do it in t_processinstance.xhtml:
<gd:repeat value="#{piList}" var="pi" idVar="rid" first="#{piList_pager.first}" limit="#{piList_pager.limit}">
I can edit it to
<gd:repeat value="#{piList}" var="pi" idVar="rid" first="#{piList_pager.first}" limit="25">
and it works, but i'd rather do it where this variable is configured - anyone can tell me where that is?
Thanks in advance.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/637144#637144]
Start a new discussion in jBPM Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2035]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20111118/1ed5b1f1/attachment.html
More information about the jboss-dev-forums
mailing list