[Wicket-user] Testing repeaters

2007-03-15 Thread Daniele Dellafiore
Hi. I am trying to make a test to check the content of a DataTable that is in a WebPage. I can get the table with page.get(table); where table is of course the path to my table component in the page. How can I access a cell in the table? What is the path for, say, cell 1,1? Or there are other way

[Wicket-user] Image loading

2007-02-20 Thread Daniele Dellafiore
Hi, I am getting crazy on loading an image from a file saved on a custom folder on the server. The folder layout is such that we have: web/WEB_INF. My image files are in web/upload for no particular reason, I can put them anywhere I want. Depiste this, I cannot figure out how to load images!

Re: [Wicket-user] Image loading

2007-02-20 Thread Daniele Dellafiore
On 2/20/07, Daniele Dellafiore [EMAIL PROTECTED] wrote: Hi, I am getting crazy on loading an image from a file saved on a custom folder on the server. The folder layout is such that we have: web/WEB_INF. My image files are in web/upload for no particular reason, I can put them anywhere I want

Re: [Wicket-user] Image loading

2007-02-20 Thread Daniele Dellafiore
); } }; Where uriString variable is the same as in code I have posted before. On 2/20/07, Daniele Dellafiore [EMAIL PROTECTED] wrote: On 2/20/07, Daniele Dellafiore [EMAIL PROTECTED] wrote: Hi, I am getting crazy on loading an image from a file saved on a custom folder on the server

Re: [Wicket-user] Getting the size of the client

2007-01-31 Thread Daniele Dellafiore
, see: http://issues.apache.org/jira/browse/WICKET-248 You can use the example 'hellobrowser' from wicket-examples to track what is going on and test whether it works for you. Eelco On 1/30/07, Daniele Dellafiore [EMAIL PROTECTED] wrote: I will be very happy to do that but I

Re: [Wicket-user] Getting the size of the client

2007-01-31 Thread Daniele Dellafiore
days and let you know. Thanks for support. On 1/31/07, Eelco Hillenius [EMAIL PROTECTED] wrote: On 1/31/07, Daniele Dellafiore [EMAIL PROTECTED] wrote: ok, my project is using 1.3 shapshot in fact i can get the browser size properties. However, like you said, properties are refreshed just

[Wicket-user] Getting the size of the client

2007-01-30 Thread Daniele Dellafiore
Hi, I need to change the number of column in a table upon the client page size. How do I get the size of the browser page? Consider that I receive a request from a simple search form and I have to compute the number of column after that request. Is there a wicket way to get the size of the page?

Re: [Wicket-user] Getting the size of the client

2007-01-30 Thread Daniele Dellafiore
. === if you set gatherextendedbrowserinfo(true) that will also give you the window size in clientinfo properties -igor On 1/30/07, Daniele Dellafiore [EMAIL PROTECTED] wrote: Hi, I need to change the number of column in a table upon the client

Re: [Wicket-user] Getting the size of the client

2007-01-30 Thread Daniele Dellafiore
to be complete, this are the info i receive with java 1.5 under ubuntu linux, running under maven 2 jetty plugin (6.1) and with firefox 2.0.0.1 On 1/30/07, Daniele Dellafiore [EMAIL PROTECTED] wrote: thanks for quick reply. With this method I receive just the desktop window size and bit depth

Re: [Wicket-user] Getting the size of the client

2007-01-30 Thread Daniele Dellafiore
already had that, guess we need to add it feel free to file a jira issue for this, and def feel free to create a patch :) -igor On 1/30/07, Daniele Dellafiore [EMAIL PROTECTED] wrote: thanks for quick reply. With this method I receive just the desktop window size and bit depth (i.e

Re: [Wicket-user] Getting the size of the client

2007-01-30 Thread Daniele Dellafiore
use the example 'hellobrowser' from wicket-examples to track what is going on and test whether it works for you. Eelco On 1/30/07, Daniele Dellafiore [EMAIL PROTECTED] wrote: I will be very happy to do that but I need some help cause I am really a wicket newbie. I am watching

[Wicket-user] Architectural issues using Borders for page layout

2006-12-27 Thread Daniele Dellafiore
hi, I am new to wicket, I have just done some examples tutorial starting from the QuickStart app. I am beginning to build a real webapp and I am wondering about the main layout structure I have done the Navomatic example and I am wondering if a good way is to use borders to define the structure