What should I use to perform the crawler test?

2018-01-24 Thread Sokab
Hi everyone. I have to write a crowler test for wicket application (wildfly server). Do You think Jsoup is enough?I tried to log in to my application to use Jsoup, for example the code on this page http://www.scrapingauthority.com/2016/08/16/web-scraping-in-java-with-jsoup/ but I had many

Problem with return method inside validating class

2017-06-11 Thread Sokab
I wander why I can't return any method form repository inside Validator.I need to have all logins inside validator. All methods works properly in another classes but not in the validating class (implemented IValidator). Someone knows why? public class LoginValidator implements IValidator{

Re: How reload necessary Panel inside common layout?

2017-06-01 Thread Sokab
Thank You very much!!! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-reload-necessary-Panel-inside-common-layout-tp4677948p4677977.html Sent from the Users forum mailing list archive at Nabble.com.

Re: How reload necessary Panel inside common layout?

2017-05-31 Thread Sokab
Thanks for reply I suppose I have to add my component panel to AjaxRequestTarget (target.add(panel) itp..) but my problem is that I do not understand how handle panels (Panel3 / 4) inside Panel2 and redirect (display) to some WebPage (MainPage). When I use simple page it is ok (just I am

How reload necessary Panel inside common layout?

2017-05-30 Thread Sokab
Hi. I follow this post ( https://stackoverflow.com/questions/24061261/loading-wicket-panels-dynamically-in-a-div ) and try display necessary Panel inside layout but I really can't do it. I created a

Re: Wicket tabs does not work properly.

2017-04-12 Thread Sokab
I am using version 7 (7.6.0) Thank You so much for the hint Sven. It helped :) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-tabs-does-not-work-properly-tp4677657p4677672.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Wicket tabs does not work properly.

2017-04-11 Thread Sokab
Hi Sven Stacktrace Root cause: org.apache.wicket.WicketRuntimeException: Cannot modify component hierarchy after render phase has started (page version cant change then anymore) at org.apache.wicket.Component.checkHierarchyChange(Component.java:3662) at

Wicket tabs does not work properly.

2017-04-11 Thread Sokab
Hi everyone! Maybe someone know what I am doing wrong. I follow this https://ci.apache.org/projects/wicket/apidocs/6.x/org/apache/wicket/extensions/markup/html/tabs/TabbedPanel.html

Re: How save entity after clicking on submit button inside Form Wicket class.

2017-04-11 Thread Sokab
Thanks for the advice! :) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-save-entity-after-clicking-on-submit-button-inside-Form-Wicket-class-tp4677474p4677656.html Sent from the Users forum mailing list archive at Nabble.com.

Why AjaxLink start only after I refresh side?

2017-03-30 Thread Sokab
Hi Everyone. I followed this tutorial ( https://www.youtube.com/watch?v=gdXZDsaA1K0=PLon8X6Hq3cnI8bH-skje0NFegYXG97K3t=6 ) I want display ModalWindow but first i need some reaction after click on button but I don't see any reaction... it is possible only when I refresh this page. What is wrong

Re: How save entity after clicking on submit button inside Form Wicket class.

2017-03-29 Thread Sokab
Hi Sebastian. Thank You For answer. I solved this problem after I changed inside Form: @EJB NewSessionBeanLocal beanLocal to @Inject NewSessionBeanLocal beanLocal ..and it works. I didn't configured the dependency injection because I don't know how if You ask me about some separate

How save entity after clicking on submit button inside Form Wicket class.

2017-03-28 Thread Sokab
Hi Everyone. When I try save entity inside simple WebPage like this everything is ok: import com.example.entities.Person; import javax.ejb.EJB; public class Register extends WebPage{ @EJB NewSessionBeanLocal beanLocal; public Register(){ NavomaticBorder

Re: WicketMessage: Can't instantiate page using constructor 'public com.mycompany.StartPage()'. An exception has been thrown during construction!

2017-03-26 Thread Sokab
Thank You very much!! :) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketMessage-Can-t-instantiate-page-using-constructor-public-com-mycompany-StartPage-An-exception-h-tp4677445p4677447.html Sent from the Users forum mailing list archive at Nabble.com.

WicketMessage: Can't instantiate page using constructor 'public com.mycompany.StartPage()'. An exception has been thrown during construction!

2017-03-26 Thread Sokab
Hi Everyone! I am new and I want to learn to Wicket. When I create new simple project with Wicket everything is ok but when I try add EJB class to Wicket (WebPage) always i have this same error: "WicketMessage: Can't instantiate page using constructor 'public com.mycompany.StartPage()'. An