SV: [Wicket-user] RadioGroup and Listview

2006-06-01 Thread Nino Wael
On 6/1/06, Nino Wael [EMAIL PROTECTED] wrote: Hi Im' having some trouble setting the selected radio on my RadioGroup. My Radios are held within a listview and im wanting to set

RE: [Wicket-user] I've done it again:) browser crashes/creating a custom component

2006-05-22 Thread Nino Wael
:) browser crashes/creating a custom component please provide us with a quickstart project so we can easily start it and see whats going on. -Igor On 5/19/06, Nino Wael [EMAIL PROTECTED] wrote: Dos'nt anybody have a comment? BTW IE crashes

[Wicket-user] I've done it again:) browser crashes/creating a custom component

2006-05-19 Thread Nino Wael
Title: I've done it again:) browser crashes/creating a custom component Im in the midst of developing a component that consists of sets of a radio buttons and a listchoice. The functionality is supposed to be like this: When you click one specific radio button then the sibling(actually

[Wicket-user] I've done it again:) browser crashes/creating a custom component

2006-05-19 Thread Nino Wael
Title: I've done it again:) browser crashes/creating a custom component This is a resend, with files zipped since my original post didnt make it through. Im in the midst of developing a component that consists of sets of a radio buttons and a listchoice. The functionality is supposed to

RE: [Wicket-user] I've done it again:) browser crashes/creating a custom component

2006-05-19 Thread Nino Wael
. Regards Nino From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: Friday, May 19, 2006 8:57 AM To: wicket-user@lists.sourceforge.net Subject: [Wicket-user] I've done it again:) browser crashes/creating a custom component Im in the midst

RE: [Wicket-user] popup button

2006-05-18 Thread Nino Wael
value=Click this button for a popup / The link actually attaches to the input tag. Like I said, it could attach to anything really, including buttons, table rows, etc. Hope this helps, Eelco On 5/17/06, Nino Wael [EMAIL PROTECTED] wrote: Ok, I think I need an example. I'll describe how I

[Wicket-user] Error on compref live examples

2006-05-18 Thread Nino Wael
Hi im getting and error when trying to look at this link: http://www.wicket-library.com/wicket-examples/compref regards Nino

RE: [Wicket-user] popup button

2006-05-18 Thread Nino Wael
] popup button Don't override the onclick method. Eelco On 5/18/06, Nino Wael [EMAIL PROTECTED] wrote: Im now using the Pagelink which has the nice onClick event, when the new page pops up its just a copy of the current page. And not the class I specified. Code: PageLink myReport

RE: [Wicket-user] popup button

2006-05-18 Thread Nino Wael
Doh, im a little slow today. When overriding I just call the super.onclick :) This works fine:) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: 18. maj 2006 11:55 To: wicket-user@lists.sourceforge.net Subject: RE: [Wicket-user] popup

RE: [Wicket-user] Sessions?

2006-05-17 Thread Nino Wael
; } /** * Create new Wicket Session object. Note, this method is not called * if you registered your own ISessionFactory with the Application. * * @see wicket.ISessionFactory#newSession() */ public Session newSession() { return new WebSession( WebApplication.this); } Martijn On 5/16/06, Nino

[Wicket-user] popup button

2006-05-17 Thread Nino Wael
Hi Was wondering if any body has an example on howto create a popup button? Ive looked at the triggerbutton from the datepicker extension but that seems to be too complex for such a simple thing? I want it to run the onsubmit method on the popupbutton and after that it should make a

SV: [Wicket-user] popup button

2006-05-17 Thread Nino Wael
a button tag. Eelco On 5/17/06, Nino Wael [EMAIL PROTECTED] wrote: Hi Was wondering if any body has an example on howto create a popup button? I've looked

[Wicket-user] Sessions?

2006-05-16 Thread Nino Wael
Hi I have an object I would like to have stored in session, so that I may pass it between pages. Ive been looking at some sniplets and created this code for setting the object: HttpServletRequest request = ((WebRequest)RequestCycle.get().getRequest()).getHttpServletRequest();

RE: [Wicket-user] ListChoice changes appearance from dropdown to listbox

2006-05-10 Thread Nino Wael
guess if maxRows of size() == 1 then it becomes a dropdown? johan On 5/9/06, Nino Wael [EMAIL PROTECTED] wrote: Hi Im not sure if this is the intended functionality, but I belive I've discovered an oddity or featureJ . When I use the constructor which also takes a model

[Wicket-user] ListChoice changes appearance from dropdown to listbox

2006-05-09 Thread Nino Wael
Hi Im not sure if this is the intended functionality, but I belive Ive discovered an oddity or featureJ. When I use the constructor which also takes a model (ListChoice(dropdown_job, new Model(),myList, new myRenderer)) my listchoice is no longer displayed as a dropdown but as a

[Wicket-user] Check / Checkbox

2006-04-07 Thread Nino Wael
Hi Im trying to use some of the functionality of Checkbox but I get an exception : wicket.util.string.StringValueConversionException: Boolean value [EMAIL PROTECTED] not recognized I guess this tells me that my model needs either to be true of false as a string, however I would

SV: [Wicket-user] wicket 1.2 beta 2 DropDownChoice default display value.. Please Choose one

2006-04-06 Thread Nino Wael
vegne af Nino Wael Sendt: to 06-04-2006 10:02 Til: wicket-user@lists.sourceforge.net Cc: Emne: SV: [Wicket-user] wicket 1.2 beta 2 DropDownChoice default display value.. Please Choose one Hmm strange, Im pretty much doing the same stuff

[Wicket-user] wicket 1.2 beta 2 DropDownChoice default display value.. Please Choose one

2006-04-05 Thread Nino Wael
Hi I looked at the dialog between Igor and Stefan, thought what a nice way to select the default value with the property model. However and then remembered why it did not do it that way, I wanted to replace the Choose One text with something else, well at least in some cases. Im

RE: [Wicket-user] wicket 1.2 beta 2 DropDownChoice default display value.. Please Choose one

2006-04-05 Thread Nino Wael
and appended to the output. johan P.S. Now i think about it getDefaultChoice is a perfect candidate for returning a CharSequence instead of a string. So that you don't have to call toString() on it. On 4/5/06, Nino Wael [EMAIL PROTECTED] wrote: Hi I looked at the dialog between Igor

SV: [Wicket-user] Wicket 1.2-beta3 is available

2006-04-03 Thread Nino Wael
Going through the bug list I saw that this should be closed http://sourceforge.net/tracker/index.php?func=detailaid=1450567group_id=119783atid=684975 I can confirm that there no longer is classloading problems this is has been tried on jetty and tomcat. Was an issue on 1.1.1 but no longer on

RE: [Wicket-user] Validation

2006-03-27 Thread Nino Wael
? -regards Nino From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: 27. marts 2006 11:16 To: wicket-user@lists.sourceforge.net Subject: RE: [Wicket-user] Validation That is great. However our client has some specific requirements towards the look

[Wicket-user] wicket 1.1.1: specifiying style on radiochoice or dropdownchoice

2006-03-17 Thread Nino Wael
Title: wicket 1.1.1: specifiying style on radiochoice or dropdownchoice Hi How do I specify a style for radiochoice or dropdownchoice, do I need to create my own class and create a constructor which takes a style as a string and then adds it to the html? -regards Nino

SV: [Wicket-user] wicket 1.1.1: specifiying style on radiochoice or dropdownchoice

2006-03-17 Thread Nino Wael
since it is in total control of the markup, if you want to style it you can use Radio/RadioGroup components instead. -Igor On 3/17/06, Nino Wael [EMAIL PROTECTED] wrote: Hi How do I specify a style

SV: [Wicket-user] wicket 1.1.1: specifiying style on radiochoice or dropdownchoice

2006-03-17 Thread Nino Wael
On 3/17/06, Nino Wael [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: On my RadioChoice I make use of the onSelectionChanged, I cant find a method to do this on Radio/RadioGroup so I guess I need to implement this aswell? -Nino

SV: [Wicket-user] wicket 1.1.1: specifiying style on radiochoice or dropdownchoice

2006-03-17 Thread Nino Wael
Sorry for not reading the homepage, I see that you have a migration guide. However my question about how far you are from going stable still stands. -regards Nino -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] på vegne af Nino Wael Sendt: fr 17-03-2006 11:22

[Wicket-user] wicket 1.1.1:radiochoice default selected value?

2006-03-16 Thread Nino Wael
Title: wicket 1.1.1:radiochoice default selected value? Hi I need to have a default value selected when rendering a radiochoice, should I overide getdefault choice for to do this? -regards Nino

[Wicket-user] wicket:1.1.1 error unknown interface IOnChangeListener?

2006-03-15 Thread Nino Wael
Hi I've created a control which essentially is a radio button and a listbox, where each click on the radio button populates the listbox with values. I've done or rarther are trying to do this by using the wicket radiochoice and a wicket ListMultipleChoice. And are overiding the

SV: [Wicket-user] wicket:1.1.1 error unknown interface IOnChangeListener?

2006-03-15 Thread Nino Wael
On 3/15/06, Nino Wael [EMAIL PROTECTED] wrote: Hi I've created a control which essentially is a radio button and a listbox, where each click on the radio button populates the listbox with values

SV: [Wicket-user] Testing form with multiple submit buttons?

2006-03-14 Thread Nino Wael
() ; Does this not work for you ? On 3/13/06, Nino Wael [EMAIL PROTECTED] wrote: Hi I have a form with multiple submit buttons, how do I click the correct button? On formtester I can only set the submit

[Wicket-user] Suggestions on howto check if listbox has been populated?

2006-03-14 Thread Nino Wael
Hi Im trying to do some testing with the wicket test framework and was wondering on the bedst method to test if at listbox contains any data items, I guess I could use the wickettester.assertContains() to check for a certain value in the listbox. But what if I have two list boxes in a

[Wicket-user] Testing form with multiple submit buttons?

2006-03-13 Thread Nino Wael
Hi I have a form with multiple submit buttons, how do I click the correct button? On formtester I can only set the submit method. Which does not allow med to specify which button to click. -regards Nino

[Wicket-user] DropDownChoice howto change default text

2006-03-08 Thread Nino Wael
Title: DropDownChoice howto change default text Hi How do I change the default text (Choose One, see picture below) of a dropdownchoice, do I need to implement a custom render? Ive looked at the methods for dropdownchoice class but no one seems to do just that. -regards Nino

RE: [Wicket-user] DropDownChoice howto change default text

2006-03-08 Thread Nino Wael
And that is then a page.properties file that has a form as a child where the choice is in. johan On 3/8/06, Nino Wael [EMAIL PROTECTED] wrote: Hi How do I change the default text ( Choose One , see picture below) of a dropdownchoice, do I need to implement a custom render? I' ve looked at the methods

[Wicket-user] [wicket 1.1.1]FormTester clicking a specific button

2006-03-07 Thread Nino Wael
Title: [wicket 1.1.1]FormTester clicking a specific button Hi How do I click a specific button using the test wicket framework? -regards Nino

RE: [Wicket-user] onSelectionChanged() for Listmultiplechoice

2006-03-07 Thread Nino Wael
you have that? On every click you want to go to the server? johan On 3/6/06, Nino Wael [EMAIL PROTECTED] wrote: Has anyone implemented this? Preforable in a class that allows single selection and mutiple selections? -regards Nino

[Wicket-user] onSelectionChanged() for Listmultiplechoice

2006-03-06 Thread Nino Wael
Title: onSelectionChanged() for Listmultiplechoice Has anyone implemented this? Preforable in a class that allows single selection and mutiple selections? -regards Nino

[Wicket-user] RadioGroup: test fails

2006-03-06 Thread Nino Wael
Title: RadioGroup: test fails Hi I know I am doing something wrong im just not sure whatJ I have a radiogroup, which I populate with radio buttons, in a listview: myRadioGroup = new wicket.markup.html.form.RadioGroup(radiogroup); form.add(myRadioGroup);

RE: [Wicket-user] RadioGroup: test fails

2006-03-06 Thread Nino Wael
? -regards Nino From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: Monday, March 06, 2006 12:50 PM To: wicket-user@lists.sourceforge.net Subject: [Wicket-user] RadioGroup: test fails Hi I know I am doing something wrong

RE: [Wicket-user] RadioGroup: test fails

2006-03-06 Thread Nino Wael
Title: RadioGroup: test fails Argh I meant Radio not RadioChoice. -Nino From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: Monday, March 06, 2006 1:40 PM To: wicket-user@lists.sourceforge.net Subject: RE: [Wicket

[Wicket-user] submitting wicket examples

2006-03-03 Thread Nino Wael
Title: submitting wicket examples Hi Im in the mist of developing a bunch of controls for wicket, one for example will be able to populate a listbox based on the selection of another listbox. I guess this is something that could be of interest for the typical wicket user. So how do I

RE: [Wicket-user] submitting wicket examples

2006-03-03 Thread Nino Wael
] wrote: You send them to me and I'll add them to either wicket-examples or wicket-contrib-examples. And I'll deploy them on wicket-library. Juergen On 3/3/06, Nino Wael [EMAIL PROTECTED] wrote: Hi Im in the mist of developing a bunch of controls for wicket, one for example

[Wicket-user] Onsubmit giving error? Missing model?

2006-02-28 Thread Nino Wael
Hi Im having some trouble getting my onsubmit to work, looking at one of the simple examples it looks like im doing the right thing(ive been looking at http://www.wicket-library.com/wicket-examples/signin). So hints on what im doing wrong and possible howto fix it will be much appreciated.

RE: [Wicket-user] Listview: cannot instantiate the type

2006-02-23 Thread Nino Wael
populateItem(ListItem item) { // add stuff to item. } }; On 2/23/06, Nino Wael [EMAIL PROTECTED] wrote: Hi Im having trouble instantiateing the Listview control, I get the error Cannot Instiantiate the type ListView . This is within these lines the errors occur: private

RE: [Wicket-user] Listview: cannot instantiate the type

2006-02-23 Thread Nino Wael
())); } and in the markup: p wicket:id=listspan wicket:id=nametext goes here/span/p Martijn On 2/23/06, Nino Wael [EMAIL PROTECTED] wrote: Thanks, looking at the example again I see that. However I have some difficulty seeing how I would be able to grab the contents of my List forklaringer from

RE: [Wicket-user] Listview: cannot instantiate the type

2006-02-23 Thread Nino Wael
varighed/tdtddescription/td/tr /table table wicket:id=maalinger trtd wicket:id=antal forlob/tdtddescription/td/tr /table table wicket:id=maalinger trtd wicket:id=Forlob pr berort/tdtddescription/td/tr /table Martijn On 2/23/06, Nino Wael [EMAIL PROTECTED] wrote: Very nice, bringing my mind back

[Wicket-user] Wicket Requirements?

2006-02-23 Thread Nino Wael
Title: Wicket Requirements? Ive tried to look on the wicket home page to see what the minimum requirements are for wicket, but havent been able to find any clear message. Any one who know what they are? Im thinking of Java version and such, does it run with Tomcat 4.1.18? Regards Nino

[Wicket-user] RadioButtons with a twist?

2006-02-22 Thread Nino Wael
Title: RadioButtons with a twist? Hi Im currently trying to figure out how to implement radiobutton with additional information meaning that I have somesort of control which carries a ID, short text and descriptive information for the radio button, Ive seen something about having the

[Wicket-user] Listview: cannot instantiate the type

2006-02-22 Thread Nino Wael
Title: Listview: cannot instantiate the type Hi Im having trouble instantiateing the Listview control, I get the error Cannot Instiantiate the type ListView. This is within these lines the errors occur: private wicket.markup.html.list.ListView myList; List forklaring =

[Wicket-user] Trouble with characters: Æ Ø Å

2006-02-21 Thread Nino Wael
Title: Trouble with characters: Æ Ø Å Hi Im having a bit of a trouble using wicket with Danish characters, they do not get displayed correctly the first time a page is displayed on postbacks the show like supposed to. Ive buildt a very simple example based on the Quickstart tutorial for

<    1   2   3