On Wed, Jun 30, 2010 at 1:14 PM, Branislav Kalas wrote:
> and i forgot this in the onclick handler :
> @Override
> protected void onClick() {
> setResponsePage(new HomePage(parameters));
>
> System.out.println("clicked on link");
> }
>
>
The whole point of a constructor that takes
Thanks for your answers.
I set the multi window support settings to true, and that did not make a
difference. Interestingly, the javadoc shows that multiwindow support is
true by default. I also tried setting it to false, with no luck.
However, setting the response to a new page on click seems to
and i forgot this in the onclick handler :
@Override
protected void onClick() {
setResponsePage(new HomePage(parameters));
System.out.println("clicked on link");
}
On 06/30/2010 07:59 PM, Branislav Kalas wrote:
Put this into WicketApplication.java
@Override
protected void
Put this into WicketApplication.java
@Override
protected void init() {
super.init();
getPageSettings().setAutomaticMultiWindowSupport(true);
}
Problem was, that you opened new windows in same page map.
I cannot explain it better cause, i don't understand page maps very w
Can anyone explain to me why this does not work with
AjaxFallbackDefaultDataTable, but does with DefaultDataTable.
Does anyone know of a solution for this problem?
On Mon, Jun 28, 2010 at 6:18 PM, Nelson Segura wrote:
> Since AjaxLink is AJAX and not a proper link, then it does behave as a
> nor
Since AjaxLink is AJAX and not a proper link, then it does behave as a
normal link, i.e. middle click (open link in new tab or new window) does not
trigger the AJAX click even, which means you cannot chose to open the link
in a new page.
back to square one, except that know I know is a problem wit
Jeremy, the code is below.
I did notice something while researching/testing more.
The LinkPanel solution DOES work for a DataTable. The problem starts when
changed to a AjaxFallbackDefaultDataTable.
I did testing based in the datatable example in the wicket examples.
Maybe using an AjaxLink instea
please show some code
On Mon, Jun 28, 2010 at 6:39 PM, Nelson Segura wrote:
> I am trying to create a table based on DataTable, in which one of the
> columns has links on it.
> I tried to use the strategy described here (LinkPanel):
>
> https://cwiki.apache.org/WICKET/adding-links-in-a-defaultda
I am trying to create a table based on DataTable, in which one of the
columns has links on it.
I tried to use the strategy described here (LinkPanel):
https://cwiki.apache.org/WICKET/adding-links-in-a-defaultdatatable.html
But this has a problem: clicking in the links in succession soon causes
"c
ategy(ReuseIfModelsEqualStrategy.getInstance()) and
DataProvider should be a simple wrapper around List object but could not
find a more or less generic way to implement ListView reordering behavior.
--
View this message in context:
http://www.nabble.com/Reorder-links-in-DataTable-tp19062831p19062831.html
Sent fro
10 matches
Mail list logo