Re: Using Wicket with Adobe Forms (FDF)

2016-01-25 Thread arronlee
Did you have any idea about text extraction from pdf files ? - Best Regards, Arron Next Tomorrow is Another Day. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Using-Wicket-with-Adobe-Forms-FDF-tp4446987p4673430.html

Re: Replacement for MarkupContainer#get and MarkupContainer#swap

2016-01-25 Thread Sven Meier
Hi, you should use a RefreshingView with ReuseIfModelsEqualStrategy. You can swap the items on the client side like before - but instead of swapping the items on the server side you just swap the objects in your model. Have fun Sven On 25.01.2016 12:56, Bas Gooren wrote: Hi All, Since

Issue with REST Sessions in Wicket-Shiro-Hibernate

2016-01-25 Thread MM_at_ANO
Good Morning. I'm currently working in a Wicket 6.19.0 and Hibernate 4.3.6 project with Shiro authentication. The code is very high level and I'm having troubles finding a solution for my problem. But first of all, let me explain the problem. In the application there is a REST API service to

Replacement for MarkupContainer#get and MarkupContainer#swap

2016-01-25 Thread Bas Gooren
Hi All, Since wicket 7 I see that index-based methods in MarkupContainer have been deprecated. We use those methods in some of our list editors - components that allow editing of lists of entities inside a form which provides ordering (move an item up & down). The beauty of the current