Re: wicket and flow

2013-06-16 Thread Martin Grigorov
Hi, Some guys created integration of Wicket 1.4 with Spring WebFlow ( https://github.com/wicketstuff/core/tree/core-1.4.x/jdk-1.5-parent/spring-webflow-parent ). You may find it interesting and update it to newer versions of both Wicket and Spring WebFlow. On Sun, Jun 16, 2013 at 7:34 AM,

Re: user interface design: if any error, textbox channge to red ... ...

2013-06-16 Thread Martin Grigorov
Hi Joachim, On Sat, Jun 15, 2013 at 3:15 AM, Joachim Schrod jsch...@acm.org wrote: Bas Gooren wrote: To only update the attribute if the component has errors, override method isEnabled on the behavior, cast the component to a FormComponent and return !formComponent.isValid(). And

Re: How to dynamically add a hyperlink (BookmarkablePageLink) to DefaultDataTable that is rendered as an anchor

2013-06-16 Thread Martin Grigorov
Hi, DataTable should be used with markup like: table wicket:id=tableId/table If you want complex markup for the cells' content than you have to add Panel|Fragment|Border component to the column's item, as described in the Wiki page. On Fri, Jun 14, 2013 at 10:40 PM, David Solum

Re: Opening page in new tab resets previous pages state

2013-06-16 Thread Martin Grigorov
Hi, On Fri, Jun 14, 2013 at 5:59 PM, Charlie Mason charlie@gmail.comwrote: Hi All, I have used Wicket to develop a web app and I am having some difficulties understanding exactly what's happening. Basically there is a search page which have a number of search fields. When you click

Re: Form submit without redirection

2013-06-16 Thread Martin Grigorov
Hi, What are these errors ? And why do you put them in PageParameters ? PageParameters is used to pass request GET parameters to some page. POST parameters are sent only from the browser to the server. The server cannot send POST parameters in the response to the browser. This is how HTTP works,

RE: Dynamic Context Menu using wicket-jquery-ui

2013-06-16 Thread Colin Rogers
Sebestien, I did get the chance to look at your first suggestion... and it was looking really good. Apologies for not getting the chance to reply. I really liked the change - and the 'issue' didn't seem too much of a problem, but I'm guessing you've solved it, from the looks of, below. Really