Re: ModalWindow

2009-09-17 Thread JohannesK
I'm also having problems with setting the size of a ModalWindow. It seems the only way I can affect the height of the window is by setting the initial height as px which is not an optimal solution because my users have different screen resolutions. Here's the code:

Re: Cancelling pending Ajax requests

2009-06-01 Thread JohannesK
Ideally, I would want to add a small wait period after each key stroke before the event is actually triggered and throttle the last event if another one comes in before the time period expires. Antti Mattila wrote: Problem: I want to validate input as user types it, but validation takes a

Wicket IE7 Ajax problem

2008-11-11 Thread JohannesK
Hello I am having the problem discussed here: http://www.mail-archive.com/users@wicket.apache.org/msg02284.html I see that in that thread and also in Jira several different solutions are suggested to the problem but I don't think any of them made it to Wicket 1.3.5? Do you have any plans on

Re: Wicket IE7 Ajax problem

2008-11-11 Thread JohannesK
On Tue, Nov 11, 2008 at 7:22 AM, JohannesK [EMAIL PROTECTED] wrote: Hello I am having the problem discussed here: http://www.mail-archive.com/users@wicket.apache.org/msg02284.html I see that in that thread and also in Jira several different solutions are suggested to the problem but I

A problem with paging - Page links not showing up

2008-07-04 Thread JohannesK
Hi I've tried searching for this problem but couldn't find anything useful. My problem, in a nutshell, is that my PagingNavigation produces empty blocks where the paging should go. Here's the Java, I'm doing this in the constructor of a wicket Panel object: container = new

Re: A problem with paging - Page links not showing up

2008-07-04 Thread JohannesK
There should be a span wicket:id=paging / span there after the wicket:panel tag but it's only visible when i edit the post. JohannesK wrote: Hi I've tried searching for this problem but couldn't find anything useful. My problem, in a nutshell, is that my PagingNavigation produces empty

IOException from ModalWindow

2007-11-06 Thread JohannesK
Hi I'm using a ModalWindow for an user input -popup. The problem is that when i call AjaxRequestTarget.show(ModalWindow), i get an IOException from deep within jetty. Here's how it looks in the console: 13:33:56.139 WARN!! java.io.IOException: Tiedostonimen, hakemistonimen tai levynimen

Re: Quick follow-up

2007-10-24 Thread JohannesK
(ListView, RepeatingView, DataView)? Then it doesn't have its own markup (see for instance http://cwiki.apache.org/WICKET/how-to-repaint-a-listview-via-ajax.html). Martijn On 10/23/07, JohannesK [EMAIL PROTECTED] wrote: I managed to solve that problem, but i still cannot get the markup id

Wicket id vs. markup id (wicket-1.3.0-beta4)

2007-10-23 Thread JohannesK
Hi all I've been using Wicket for a while now and i love it to death. Today i encountered a perplexing problem which i haven't been able to get around. My goal is simply to create a link that shows/hides a div when clicked, and to create the id of that div dynamically. What i am doing now is

Quick follow-up

2007-10-23 Thread JohannesK
I managed to solve that problem, but i still cannot get the markup id to show up in my div. These two calls: products.setMarkupId(productlist+item.getIndex()); products.setOutputMarkupPlaceholderTag(true); don't seem to do anything. I can change the class of the div just fine with a