Sonar (Architecture) and Wicket

2012-04-20 Thread romanasu
There is a web application using sonar for code analyses. I have some problems with cycling dependencies. For example, i have a TemplatePage(in com.myPackage) which is extended by all others pages. In the TemplatePage there are BookmarkablePageLink to some pages from site(for example, LoginPage-

Re: Sonar (Architecture) and Wicket

2012-04-25 Thread romanasu
Copypaste from Sonar: Package tangle index 11.7% 46 cycles Dependencies to cut 13 between packages 16 between files Sonar say (probably true) that there are 'Suspect dependency (cycle)' between packages and also between files, and then i receive a low grade on Architecture. For

Stateless search page

2012-06-01 Thread romanasu
I'm trying to make a stateless search page with some filters in wicket 1.5.5. I have some filter objects(check box, drop down, input) and a repeater. When the page is loaded, i made a search and get some items. When the user change a filter, i want to update the results(the repeater); or, maybe

Re: Stateless search page

2012-06-01 Thread romanasu
Apparently, if i make the search in onbeforerender, i skip the first useless search. Nice to find out after many hours... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Stateless-search-page-tp4649653p4649660.html Sent from the Users forum mailing list archive at

Re: Making Autocomplete Form Stateless

2012-06-11 Thread romanasu
So, did somebody manage to do have an auto complete behavior into an stateless wicket page? Maybe an integration of jquery ? Any examples, ideas? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Making-Autocomplete-Form-Stateless-tp4455817p4649849.html Sent from the