views:

185

answers:

0

Is it somehow possible to use the Pager taglib with Spring Webflow? I'm currently facing a bit of a problem inserting the "pager.offset" request parameter into the flow.

So far I tried

  <input name="pager.offset" type="int" />

But this only resulted in a nice FlowInputMappingException because of the missing "pager" object property.

The other problem is, that the request at display-time also doesn't include the "pager.offset" parameter anymore, so the pager can't know on what page it is currently at.

Any idea how to get around this problem? I'm more or less stuck with webflow on that particular page and Pager is used all over the project :-/