[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

Re: [Wicket-user] Image loading

2007-02-20 Thread Daniele Dellafiore
src", uriString); } }; 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

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/uploa

[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] Getting the size of the client

2007-01-31 Thread Daniele Dellafiore
problem in next 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.

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

2007-01-31 Thread Daniele Dellafiore
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 at the beginning of the session. I have tried to include the code found in BrowserInfoPage all in the 1.3 snapshot quickstart project: I have inserted: 1)

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

2007-01-30 Thread Daniele Dellafiore
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

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

2007-01-30 Thread Daniele Dellafiore
m thought we 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. > > >

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 wind

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

2007-01-30 Thread Daniele Dellafiore
rInfo(true); > > in your application's init method. > === > > if you set gatherextendedbrowserinfo(true) that will also give you the > window size in clientinfo properties > > -igor > > > > On 1/30/07, Daniele Dellafio

[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] How to get desired DataTable layout

2007-01-16 Thread Daniele Dellafiore
this way I Can obtain the ajax-behavior when changing pages and resorting data. On 1/16/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > i dont get what you are trying to describe, can you try again? > > are you trying to ajaxify the gridview? > use datatable to show non-tabular data

[Wicket-user] How to get desired DataTable layout

2007-01-16 Thread Daniele Dellafiore
Hi. I am using a AjaxFallbackDefaultDataTable to display some search results and this is good for typical multiple-columns layout. I want results also to be displayed in a "grid" layout, where a whole single result stays in a single cell (an image and a text label below). I can't figure out how to

[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 structur