Re: [Wicket-user] XSD / Validation

2007-04-03 Thread Dmitry Kandalov
Johannes Schneider-3 wrote: > > Hi, > > I am new to Wicket and want to use XHTML and validate the files. I use > IntelliJ Idea but I could not succeed in validating. I run into two > problems: > - I did not find any "wicket.xsd"? I just found a DTD, but I don't know > how I should use it. >

Re: [Wicket-user] ajax refresh don't wok in the current snapshot for 2.0

2007-04-03 Thread tooy li(Gmail)
hi, I think i don't need ajax refresh it now, thx. > > can you post the stacktrace? > > On 4/3/07, tooy li(Gmail) <[EMAIL PROTECTED]> wrote: >> hi, >> I find it cannot work for a repeat viewer and it work well in the previouse >> version >> the below is my code >> WebMarkupContainer listContain

Re: [Wicket-user] ajax modal window don't work at the CryptedUrl in the current snapshot

2007-04-03 Thread tooy li(Gmail)
Y, it's only happen when i use a ajax link to open a modal window. > how is this related to modal window ?! > > On 4/3/07, tooy li(Gmail) <[EMAIL PROTECTED]> wrote: >> hi, >> when i try the crypted url in the current snap shot , get the below error. >> >> 180953 [btpool0-4] ERROR wicket.RequestCy

Re: [Wicket-user] Strange problem with ModalWindow

2007-04-03 Thread Isaac Weng
Hi, Just update to the latest version, and it works great. Thanks for such a quick fix. Isaac Matej Knopp wrote: > Can you please check the latest revision? (for both tomcat and jetty > if possible). It should be fixed. > > -Matej > > On 4/2/07, Isaac Weng <[EMAIL PROTECTED]> wrote: >

[Wicket-user] my portfolio

2007-04-03 Thread Ernie
Hi, My name is Ernie; I may not have the right email address. If not please excuse my intrusion. If you are interested in some web design work for your company Please click the link below to see my portfolio; http://www.webdesignserviceconsulting.com/intro.html Thanks, Ernie ---

Re: [Wicket-user] Palette with sorted elements

2007-04-03 Thread Igor Vaynberg
you can try overriding onchange of the right select box and sorting in javascript. -igor On 4/3/07, Flavia Paganelli <[EMAIL PROTECTED]> wrote: Hi! Did anyone have to use a Palette component showing the elements in a sorted way (e.g. using a comparator, or the compareTo() method)? I tried p

Re: [Wicket-user] Adding code to moveUpLink, moveDownLink and removeLink on ListView

2007-04-03 Thread Johan Compagner
i had today exatly the same thing, but then withe the ajaxpaging navigator. i want to do one thing more when a page link is clicked. because we dont have listeners i had to extend navigator then the navigation and then override all the link create methods and also subclass them at these times l

[Wicket-user] Palette with sorted elements

2007-04-03 Thread Flavia Paganelli
Hi! Did anyone have to use a Palette component showing the elements in a sorted way (e.g. using a comparator, or the compareTo() method)? I tried providing a SortedSet to the Palette (a TreeSet), but that doesn't work... I guess the Palette internally uses its own List or something of that kin

Re: [Wicket-user] Pro Wicket bugs

2007-04-03 Thread Gwyn Evans
Mine was missing some of the pages, but I've just re-downloaded it and the new version has them (at least 102-108, anyway). /Gwyn On 03/04/07, Marek Přibyl <[EMAIL PROTECTED]> wrote: > hmm, strange, I recieved this message from apress on november 1st: > > Sorry for the inconvenience. Can you plea

Re: [Wicket-user] Pro Wicket bugs

2007-04-03 Thread Marek Přibyl
hmm, strange, I recieved this message from apress on november 1st: Sorry for the inconvenience. Can you please redownload the Pro Wicket ebook again? The missing page has been recovered now. -- Roger Yeh [EMAIL PROTECTED] ok, anyway, I prepared for you the missing page. download it from: http:/

Re: [Wicket-user] Pro Wicket bugs

2007-04-03 Thread Korbinian Bachl
my pdf is from february 07 - > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von Marek Pribyl > Gesendet: Dienstag, 3. April 2007 21:13 > An: wicket-user@lists.sourceforge.net > Betreff: Re: [Wicket-user] Pro Wicket bugs > > I reported that

Re: [Wicket-user] Pro Wicket bugs

2007-04-03 Thread Marek Přibyl
I reported that to the publisher couple of months ago, and since november 1st 2006 the corrected pdf should be ready for download. Try to download the pdf again... marek galbu napsal(a): > Hello world I'm a beginner in wicket developing and I need just a little > help: > I'm studying Wicket on

Re: [Wicket-user] Pro Wicket bugs

2007-04-03 Thread Korbinian Bachl
It seems to be a series error (mine final PDF also has this, however the Beta hasn't had it). I reported this to Karthik, the Author - should be solved soon, Regards > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von galbu > Gesendet: Di

Re: [Wicket-user] Multiple Modal Windows (sunraider)

2007-04-03 Thread Matej Knopp
As I said, this is not going to be fixed for 1.2.x brach. The fixes are for 1.x only, (which will become 1.3). -Matej On 4/3/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > I am currently using Wicket-1.2.4, and also tried the build 1.2.5 version > > from SVN yesterday. It doesn't work in both

Re: [Wicket-user] AjaxSelfUpdatingTimer, AjaxSubmitButton and ListView

2007-04-03 Thread Igor Vaynberg
i dropped the attached code into my checkedout version of 1.x and it works. -igor On 3/23/07, Juha Alatalo <[EMAIL PROTECTED]> wrote: Hi, I have following case: - There is form including IndicatingAjaxSubmitButton - When button is pressed vector is filled - Vector is shown in a listView - Li

Re: [Wicket-user] Template page, menu and confirmations pages

2007-04-03 Thread Igor Vaynberg
On 4/3/07, ZedroS Schwart <[EMAIL PROTECTED]> wrote: How can I show this page without breaking the menu (with the right entry being unable) ? make confirmation dialog be a panel rather then a page. so just replace a part of the page that has your form with the confirmation panel. On another

Re: [Wicket-user] Adding code to moveUpLink, moveDownLink and removeLink on ListView

2007-04-03 Thread Igor Vaynberg
can you not subclass it and override onclick? -igor On 4/3/07, Andrew Moore <[EMAIL PROTECTED]> wrote: Hi, I've got a listView which I'm using moveUpLink, moveDownLink and removeLink on. Is there any way to be able to add my own code to run when these links are clicked. So for example, I'm

Re: [Wicket-user] Multiple Modal Windows (sunraider)

2007-04-03 Thread Eelco Hillenius
> I am currently using Wicket-1.2.4, and also tried the build 1.2.5 version > from SVN yesterday. It doesn't work in both these versions. Do you mean the latest from the 1.2.x branch (1.2.6 in progress) or the actual 1.2.5? Eelco --

Re: [Wicket-user] AjaxTabbedPanel: placing panels in a separate target

2007-04-03 Thread Igor Vaynberg
see fragments and panels. an inner panel can still have its own markup class A extends Panel { class B extends Panel { } } you can have A.html for A and A$B.html for B -igor On 4/3/07, Julian Klappenbach <[EMAIL PROTECTED]> wrote: That something similar would be two separate components th

Re: [Wicket-user] Multiple Modal Windows (sunraider)

2007-04-03 Thread sunraider
Thank Stefan, I will try this one out. Sajeev Stefan Lindner wrote: > > I think this is a general IE problem. The ModalWindow maintainers have > taken care of this only for one level (modal window opended on a normal > window). In this case all dropdowns are hidden befere the model window > op

Re: [Wicket-user] Multiple Modal Windows (sunraider)

2007-04-03 Thread sunraider
Hi Matej, I am currently using Wicket-1.2.4, and also tried the build 1.2.5 version from SVN yesterday. It doesn't work in both these versions. I have also noticed one more issue in 1.2.5, after getting the latest version from the SVN, the pop ups don't show the images from the images folder in

[Wicket-user] Pro Wicket bugs

2007-04-03 Thread galbu
Hello world I'm a beginner in wicket developing and I need just a little help: I'm studying Wicket on Pro Wicket by Karthik Gurumurthy and I have a problem with the BookStore example because the pdf version of the book is incomplete . . . I don't know where I could find the content of these page

[Wicket-user] Template page, menu and confirmations pages

2007-04-03 Thread ZedroS Schwart
Hi I've a template for my pages around a boxborder for the content and a list for the links to the pages. All the links are set using BookmarkablePageLink in an html list with "setAutoEnable(true)" so I don't have to mess around with them. However, I'm not stuck with the following use case : hav

Re: [Wicket-user] ajax refresh don't wok in the current snapshot for 2.0

2007-04-03 Thread Matej Knopp
can you post the stacktrace? On 4/3/07, tooy li(Gmail) <[EMAIL PROTECTED]> wrote: > hi, > I find it cannot work for a repeat viewer and it work well in the previouse > version > the below is my code > WebMarkupContainer listContainer = new WebMarkupContainer(form, > "listContainer"); > > Re

Re: [Wicket-user] Strange problem with ModalWindow

2007-04-03 Thread Matej Knopp
Can you please check the latest revision? (for both tomcat and jetty if possible). It should be fixed. -Matej On 4/2/07, Isaac Weng <[EMAIL PROTECTED]> wrote: > Isaac Weng wrote: > > Hi, > > > >The problem happens after upgrading to 1.3.0-SNAPSHOT on 1 April. > > > >I have a right panel r

Re: [Wicket-user] Closing ModalWindow leaves Text Components "locked"

2007-04-03 Thread Matej Knopp
This happens to me sometimes with multiple modal windows on IE6. But i can't reproduce it. It looks to be related to the focus preserving code. -Matej On 4/2/07, Matej Knopp <[EMAIL PROTECTED]> wrote: > This could be problem with modal window, the code changed recently, > will look at it soon. >

Re: [Wicket-user] ajax modal window don't work at the CryptedUrl in the current snapshot

2007-04-03 Thread Matej Knopp
how is this related to modal window ?! On 4/3/07, tooy li(Gmail) <[EMAIL PROTECTED]> wrote: > hi, > when i try the crypted url in the current snap shot , get the below error. > > 180953 [btpool0-4] ERROR wicket.RequestCycle - [Ljava.lang.String; > java.lang.ClassCastException: [Ljava.lang.String;

Re: [Wicket-user] Radio.getValue?

2007-04-03 Thread Nino Wael
Before wicket processing or after? the after processing you can see here: prod.jobindsats.dk a user case could be: 1. select starthjælp from the left menu(this brings you to our wicket application in the middle frame) 2. select databank radio 3. s

Re: [Wicket-user] Pulldown menu and small pop-up dialogs - any suggestions

2007-04-03 Thread Gwyn Evans
Some suggestions came up recently, I think - http://www.nabble.com/forum/Search.jtp?forum=13974&local=y&query=menu /Gwyn On 03/04/07, Peter Thomas <[EMAIL PROTECTED]> wrote: > Hi, > > Do any of the wicket subprojects provide a pulldown menu component? > > I'm also interested in creating small HTM

Re: [Wicket-user] Radio.getValue?

2007-04-03 Thread Peter Thomas
Ok, once I manage to get something on the wiki (hopefully soon), I'll notify the mailing list. Meanwhile Nino - if you can send me separately a couple of different samples of HTML of the page you are trying to test, I can have a look to see if I have a solution using JMeter. Thanks, Peter. On

Re: [Wicket-user] Radio.getValue?

2007-04-03 Thread Nino Wael
We also can test without trouble, as long as the underlying data does not change. I guess this depends on how the application are built. But if you have something to add, we have created an entry on the wiki please feel free to add stuff to it. http://cwiki.apache.org/WICKET/wicket-and-jmeter

Re: [Wicket-user] Radio.getValue?

2007-04-03 Thread Peter Thomas
Hi Nino, Sorry I was not following this thread from the start - but recently I had some success using JMeter for testing a wicket application by using the regular expression support built into JMeter. My test script actually can use the "wicket:id" values and so far I'm getting good results. Le

Re: [Wicket-user] Radio.getValue?

2007-04-03 Thread Nino Wael
|ichoicerenderer exists for two reasons. one is to generate an id so that a specific imodel can be picked out of a list of imodels. two so that you can convert model object into some user string to display to the user. NEITHER |of these apply to radio, so radio will not have an ichoicere

[Wicket-user] Adding code to moveUpLink, moveDownLink and removeLink on ListView

2007-04-03 Thread Andrew Moore
Hi, I've got a listView which I'm using moveUpLink, moveDownLink and removeLink on. Is there any way to be able to add my own code to run when these links are clicked. So for example, I'm wanting to store an Order_Id on a database which I would like to get updated when the moveUp / moveDown link

Re: [Wicket-user] Multiple Modal Windows (sunraider)

2007-04-03 Thread Matej Knopp
what version of wicket are you using? On 4/3/07, tooy li(Gmail) <[EMAIL PROTECTED]> wrote: > no,it's still here today, :P > > > > i believe martijn already fixed this a few days ago > > > > -igor > > > > > > On 4/2/07, Stefan Lindner <[EMAIL PROTECTED]> wrote: > >> > >> I think this is a general I

Re: [Wicket-user] AjaxTabbedPanel: placing panels in a separate target

2007-04-03 Thread Julian Klappenbach
That something similar would be two separate components that are designed together, say a ListView to populate a with ajax links, each link would then swap between a set of panels? It would be nice to have it all wrapped up into a single class, however, from the gist of it, a single class derive