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&...]