Recreate Scroll-Position after Paging (click on paging link)

2011-12-23 Thread brazz
I have created a custom paging component with the help of org.apache.wicket.markup.html.navigation.paging.PagingNavigation. In my PagingNavigator i have paging -links on top and at the bottom of the DataView. Now, when the user clicks on a link, i want to recreate the scroll-position so that the

Overridable css resource

2011-12-23 Thread Serban Balamaci
Hi all, I'm trying to serve some css files from a custom dir outside the web dir. It should get a little more complicated that I'd want to fallback to serve the file from a package location if it's not found in the custom-css folder, but let's keep it simple first. I've created a class public

Absolute urls, bookmarkable links and web server proxy

2011-12-23 Thread infiniter
After migrating part of a website, which is in multiple platforms, the business requires the urls to be preserved, which are different from the new ones... E.g.: New url: http:/www.example:8080/app/customer/john Required url: http:/www.example/john Basically the web server routes the urls to the

Re: Absolute urls, bookmarkable links and web server proxy

2011-12-23 Thread Igor Vaynberg
apache rewrite rules are probably the easiest route -igor On Fri, Dec 23, 2011 at 10:12 AM, infiniter infini...@gmail.com wrote: After migrating part of a website, which is in multiple platforms, the business requires the urls to be preserved, which are different from the new ones... E.g.:

Re: Absolute urls, bookmarkable links and web server proxy

2011-12-23 Thread infiniter
Actually the Apache rules are already set, but my issue is a bit different: I need the bookmarkable links to show the required urls now.. These urls may be even point to a different domain, but I don't want to be too invasive by replacing my BookmarkablePageLinks with ExternalLinks. I was thinking

Control focus on input after a form feedback

2011-12-23 Thread chimaira
Hi All, I using wicket for my war application. I use wickets validator and feedback to control form inputs and constraints. so usefull . easy and amazing. But: I wish to set a focus on a wrong input field (or change color to red for ex) after getting feedback error from wickets 'feedback'. but