[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

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

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] 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.

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

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] 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

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

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

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

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

[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

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] 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] 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

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

[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] 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] RadioGroup and Listview

2006-06-01 Thread Nino Wael
Hi Im having some trouble setting the selected radio on my RadioGroup. My Radios are held within a listview and im wanting to set the selected radio when constructing my form. However when setting my model after adding the listview to the radiogroup no radio is selected, so my

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] RadioGroup and Listview

2006-06-02 Thread Nino Wael
Ok here it is, the page that holds the component that fails to load the model is the third page, and the component are called radiodropdown. I hope you can abstract from all the other stuff I had to put in there, were doing a lot of stuff with wicket/hibernate. So you need to click the

Re: [Wicket-user] RadioGroup and Listview

2006-06-03 Thread Nino Wael
) does not allow zip attachements. Could you please file an issue (bug) with that attachement? Good for tracking anyway. Eelco On 6/2/06, Nino Wael [EMAIL PROTECTED] wrote: Ok here it is, the page

Re: [Wicket-user] RadioGroup and Listview

2006-06-06 Thread Nino Wael
Of Nino Wael Sent: 3. juni 2006 18:24 To: wicket-user@lists.sourceforge.net Subject: SV: [Wicket-user] RadioGroup and Listview Ok here it is then:) http://sourceforge.net/tracker/index.php?func=detailaid=1500128group_id=119783atid=684975 Please notice that you have

Re: [Wicket-user] PageLink wanting to check model before allowingpopup

2006-06-08 Thread Nino Wael
the link is rendered? If the latter is the case - and I would be surprised if it is not - you can just set/ unset popup settings, or tweak getPopupJavaScript to what you need. Eelco On 6/7/06, Nino Wael [EMAIL PROTECTED] wrote: Hi I have a popup button where I want to check misc stuff on my form

Re: [Wicket-user] Wicket

2006-06-08 Thread Nino Wael
Hi Gangadhar Im using this to attach a word document WebResponse response = (WebResponse) getResponse(); response.setContentType(application/msword); // response.setHeader(Content-disposition, attachment; filename= // + Example.doc;); // when set header is added

Re: [Wicket-user] PageLink wanting to check model beforeallowingpopup and info

2006-06-08 Thread Nino Wael
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: 8. juni 2006 09:43 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] PageLink wanting to check model beforeallowingpopup Thanks, the latter is precisely what I needed(I set/unset the popup settings

[Wicket-user] PageLink onClick, never gets called?

2006-06-09 Thread Nino Wael
Hi Im a little curious since I recall doing this earlier.. Now it seems that PageLink onClick never gets called why is that? See snip below Html: INPUT type=submit wicket:id=openword value=Aring;ben i word / Java snip: myReport = new PageLink(openword, new IPageLink()

Re: [Wicket-user] PageLink onClick, never gets called?

2006-06-09 Thread Nino Wael
, never gets called? the markup is a submit button. not a link. Or make the markup a link or make the PageLink a Button. jhan On 6/9/06, Nino Wael [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote

[Wicket-user] wicket.markup.html.tree

2006-06-14 Thread Nino Wael
Hi Guys Anyone knows if theres a demo of the wicket.markup.html.tree component anywhere? regards Nino winmail.dat___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user

[Wicket-user] Multipleforms good idea?

2006-06-23 Thread Nino Wael
Hi Ive been creating some different components with wicket, so that I can reuse them. On some of my pages there is stuff which does not encourage reuse. All my components have their own form, none of them have regular submit buttons. This is handled in another component, which also

Re: [Wicket-user] Multipleforms good idea?

2006-06-26 Thread Nino Wael
as a whole. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: Friday, June 23, 2006 2:48 AM To: wicket-user@lists.sourceforge.net Subject: [Wicket-user] Multipleforms good idea? Hi I’ve

[Wicket-user] Creating a component / dynamic casting / implicit casting

2006-07-06 Thread Nino Wael
Hi Im currently working on a component that consists of a dropdown list and two listbox's, lb1 and lb2. This is pretty simple to do. My issue isnt really a wicket one, but I guess it has relevance since this is something I need to solve to create my component. The hard part is that the

Re: [Wicket-user] Several times the same panel on a page

2006-07-10 Thread Nino Wael
Why dont you just use a listview? regards Nino -Original Message- From: [EMAIL PROTECTED] on behalf of Alban Duval Sent: Mon 10-07-2006 13:30 To: wicket-user@lists.sourceforge.net Cc: Subject:[Wicket-user] Several times the same panel on a page Hi all, I'd like to

[Wicket-user] wicket.markup.html.include.Include / encoding error

2006-07-11 Thread Nino Wael
Hi Im a little curious about this. I have an file stream which is delivered(actually a html file) to me, I then write the file as a temporary file: String path = ((WebRequest) page.getRequest())       

[Wicket-user] wicket.markup.html.form.CheckBox vs wicket.ajax.form.AjaxFormComponentUpdatingBehavior = not working?

2006-07-13 Thread Nino Wael
Hi Im currently working on a checkbox that needs to do some stuff on a onchange request. However it looks as the AJAX call never is made, I have other ajax calls on the page that works just fine (also using the onchange modifier) When looking at the below code it should work fine it seems

Re: [Wicket-user] wicket.markup.html.form.CheckBox vswicket.ajax.form.AjaxFormComponentUpdatingBehavior = not working?

2006-07-14 Thread Nino Wael
/06, Nino Wael [EMAIL PROTECTED] wrote: Hi Im currently working on a checkbox that needs to do some stuff on a onchange request. However it looks as the AJAX call never is made, I have other ajax calls on the page that works just fine (also using the onchange modifier) When looking

Re: [Wicket-user] wicket.markup.html.form.CheckBox vswicket.ajax.form.AjaxFormComponentUpdatingBehavior = not working?

2006-07-14 Thread Nino Wael
a wicket.ajax.markup.html.form.AjaxCheckBox ready for you as well -Igor On 7/13/06, Martijn Dashorst [EMAIL PROTECTED] wrote: Did you do myForm_sammen.setOutputMarkupId(true) in your page constructor? Martijn On 7/13/06, Nino Wael [EMAIL PROTECTED] wrote: Hi Im currently working on a checkbox that needs to do

[Wicket-user] Playing with models:)

2006-07-14 Thread Nino Wael
Hah got your Attention there, though sadly enough its only abstractmodels. Im not sure when getObject are supposed to be called(what triggers a call). The following I can see are that my model are called on page construct(which makes sense to me). But on form submit the model are

Re: [Wicket-user] wicket.markup.html.include.Include / encodingerror

2006-07-14 Thread Nino Wael
@lists.sourceforge.net Subject: Re: [Wicket-user] wicket.markup.html.include.Include / encodingerror You have to use a reader for that instead of an inputstream. See Java IO's documentation for more on that. Eelco On 7/11/06, Nino Wael [EMAIL PROTECTED] wrote: Hi Im a little curious about this. I have

Re: [Wicket-user] wicket.markup.html.form.CheckBoxvswicket.ajax.form.AjaxFormComponentUpdatingBehavior = not working?

2006-07-14 Thread Nino Wael
that (onchange-onclick) before 1.2 final, but i guess not. until 1.2.1 comes out you are prob then better off using what you have now, or use 1.2 from svn -Igor On 7/13/06, Nino Wael [EMAIL PROTECTED] wrote: I switched to the AjaxCheckBox, but my markup still says: input type

Re: [Wicket-user] Playing with models:)

2006-07-14 Thread Nino Wael
On 7/14/06, Nino Wael [EMAIL PROTECTED] wrote: Hah got your Attention there, though sadly enough its only abstractmodels. Im not sure when getObject are supposed to be called(what triggers a call). The following I can see are that my model are called on page construct(which makes

Re: [Wicket-user] Playing with models:)

2006-07-14 Thread Nino Wael
, which is called once at the start of each request. If that's not suitable, you might want to expand on what you're trying to do during what phase of a request? /Gwyn On 14/07/06, Nino Wael [EMAIL PROTECTED] wrote: Hi Eelco It seems as the LoadableDetachableModel do not support setobject

Re: [Wicket-user] Playing with models:)

2006-07-14 Thread Nino Wael
can't set the object really. Because the object is loaded in the load method by i guess an id. So the id is the real object not the thing that you would get through setObject().. johan On 7/14/06, Nino Wael [EMAIL PROTECTED] wrote: That is indeed is suitable, but in the example im doing, I use

Re: [Wicket-user] Playing with models:)

2006-07-14 Thread Nino Wael
. But then you need to know the previous selected value of the list. johan On 7/14/06, Nino Wael [EMAIL PROTECTED] wrote: So heres what I do, code is possibly flawed. I've tried with the abstractmodel instead which works but gets multiple hits pr request which makes it hard to detect if I should

Re: [Wicket-user] Playing with models:)

2006-07-16 Thread Nino Wael
. johan On 7/14/06, Nino Wael [EMAIL PROTECTED] wrote: Ok scratch what I send previously. I'll try to explain more clearly what Im trying to do. This picture describes show what I have, I'll now try to describe the flow http://www.badongo.com/pic/237253 This is what I got currently

Re: [Wicket-user] Playing with models:) /wicket.extensions.markup.html.form.palette.Palette;

2006-07-17 Thread Nino Wael
Strange then, it seems as the extension palette does not update on a submit? Does it somehow detach from its model? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eelco Hillenius Sent: 17. juli 2006 12:14 To: wicket-user@lists.sourceforge.net Subject:

Re: [Wicket-user] wicket.markup.html.form.CheckBoxvswicket.ajax.form.AjaxFormComponentUpdatingBehavior= not working?

2006-07-17 Thread Nino Wael
]wicket.markup.html.form.CheckBoxvswicket.ajax.form.AjaxFormComponentUpdatingBehavior= not working? I think you need to use AjaxFormComponentUpdatingBehavior so that your model will automatically updated. Eelco On 7/14/06, Nino Wael [EMAIL PROTECTED] wrote: Ok, np just switched back to checkbox and wrote this: cb_HeleLandet.add(new AjaxEventBehavior

[Wicket-user] Model and setObject?

2006-07-17 Thread Nino Wael
Hi Starting this over again, trying to explain more clearly what im doing here. Ive created a AbstractModel that pretty much works as property model, only difference are that the setObject sets the object and does a little bit more. My model is attached to the

Re: [Wicket-user] Model and setObject?

2006-07-17 Thread Nino Wael
Hmm, when doing further debug. It seems as the backing object are updated but not via the models setObject command. Is it supposed to work like that? Regards Nino From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: 17. juli 2006 15:02 To: wicket

Re: [Wicket-user] Playing with models:)/wicket.extensions.markup.html.form.palette.Palette;

2006-07-18 Thread Nino Wael
on unnecessary cloning. just a few things to be aware of, whether or not we should call setobject() anyways is still up for discussion. i kinda think we should even though sometimes the objects are the same. -Igor On 7/17/06, Nino Wael [EMAIL PROTECTED] wrote: Strange then, it seems

Re: [Wicket-user] Model and setObject?

2006-07-18 Thread Nino Wael
to change some internal things first. I think there is an open bug report for this. johan On 7/17/06, Nino Wael [EMAIL PROTECTED] wrote: Hmm, when doing further debug. It seems as the backing object are updated but not via the models setObject command. Is it supposed to work like

[Wicket-user] wicket extensions palette

2006-07-20 Thread Nino Wael
Hi What do I need to override in order to populate both listboxes on construction? Currently I am giving two models that are filled to the palette, but only the left side listbox are populated, it seems the right side ignores the model? Regards Nino

[Wicket-user] wicket.markup.html.form.checkbox/ajaxform behaviour/set visible(false) -- BUG?

2006-07-20 Thread Nino Wael
Hi I think I might have discovered a bug. I had a checkbox with some ajax behaviour. On the same page I also had a panel which had some form components in it, one of the components did also use ajax. I set visible(false) on the checkbox and 3 things happened 1. checkbox was no

Re: [Wicket-user] wicket.markup.html.form.checkbox/ajaxformbehaviour/set visible(false) -- BUG?

2006-07-21 Thread Nino Wael
is not visible (wherever they are) will not render anything. But they shouldn't stop other behaviours that are still visible to render the right contributions. Do you have a testcase? johan On 7/20/06, Nino Wael [EMAIL PROTECTED] wrote: Hi I think I might have discovered a bug. I had

[Wicket-user] Best way to get contents of the manifest.MF file?

2006-08-15 Thread Nino Wael
Hi whats the best way to retrieve information from the manifest file? Ive been looking at servletcontext but that does not seem to be a very wicket like approach? Should I register the manifest file as a resource and use it that way? Regards Nino

Re: [Wicket-user] Internationalization support in Wicket

2006-08-17 Thread Nino Wael
Im not sure if this helps, but take a look at: http://www.wicket-library.com/wicket-examples/pub regards -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sathya81 Sent: 17. august 2006 07:34 To: wicket-user@lists.sourceforge.net Subject: [Wicket-user]

[Wicket-user] Wicket 1.2 and Hibernate 3 slow

2006-08-17 Thread Nino Wael
Hi I have some pages where I use Hibernate beans to hold the contents of my wicket componts, for example if I have a listbox then each dataItem is a Hibernate bean. There seem to be a performance problem with this when I have postbacks to the page, when using AJAX it does not seem to be

Re: [Wicket-user] Wicket 1.2 and Hibernate 3 slow

2006-08-17 Thread Nino Wael
Please discard the previous mail It was another problem.. Regards Nino From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: 17. august 2006 10:55 To: wicket-user@lists.sourceforge.net Subject: [Wicket-user] Wicket 1.2 and Hibernate 3 slow Hi

Re: [Wicket-user] Wicket 1.2 and Hibernate 3 slow

2006-08-17 Thread Nino Wael
that is different with ajax. Because you don't render the complete page. johan On 8/17/06, Nino Wael [EMAIL PROTECTED] wrote: Hi I have some pages where I use Hibernate beans to hold the contents of my wicket componts, for example if I have a listbox then each dataItem is a Hibernate bean

Re: [Wicket-user] Dropdown choices in wicket

2006-08-18 Thread Nino Wael
About the dropdown: Use a model, maybe a property model to hold the selected dropdown object. Property models require that there are a get and setter method for the supplied property. You could also use the abstractmodel and implement your own thing, if per say you needed to update something

Re: [Wicket-user] Dropdown choices in wicket

2006-08-18 Thread Nino Wael
, then should i create 5 models for each to store the selected values? --Sathya Nino Wael wrote: About the dropdown: Use a model, maybe a property model to hold the selected dropdown object. Property models require that there are a get and setter method for the supplied property. You could also

Re: [Wicket-user] Dropdown choices in wicket

2006-08-18 Thread Nino Wael
down on the code you need to write. That also solves where to put any associated data, as the ModelObject that the CPM wraps isn't restricted to /just/ the form data. No need for 'hidden' client-side properties! /Gwyn On 18/08/06, Nino Wael [EMAIL PROTECTED] wrote: Hi Sathya Yes you should

[Wicket-user] Session management

2006-08-28 Thread Nino Wael
Hi I was wondering how wicket maintains its session state. We are currently working on a crossbrowser application, where our application(wicket) lives within an Iframe. If we hit refresh on the page, wicket looses its session id. As far as I can see wicket does store the session id in a

Re: [Wicket-user] Session management

2006-08-28 Thread Nino Wael
To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Session management On 28.8.2006, at 10.53, Nino Wael wrote: Hi I was wondering how wicket maintains its session state. We are currently working on a crossbrowser application, where our application(wicket) lives

Re: [Wicket-user] Session management

2006-08-28 Thread Nino Wael
Janne On 28.8.2006, at 11.00, Nino Wael wrote: That was what I thought, I do know that wicket is not the bad guy hereJ Whats the default timeout on the cookie? Or am I barking up the wrong leg? .regards Nino From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Wicket-user] Session management

2006-08-28 Thread Nino Wael
] Session management What kind of problems do you really have? May be you should check this http://www.wicket-wiki.org.uk/wiki/index.php/Using_frames Janne On 28.8.2006, at 11.23, Nino Wael wrote: Ahh, wasnt sure if you used something

Re: [Wicket-user] Session management

2006-08-28 Thread Nino Wael
and look what is sent to wicket. See if the session cookie is sent to the server yes or no. johan On 8/28/06, Nino Wael [EMAIL PROTECTED] wrote: Our problem is that every time you hit the refresh, wicket apparently looses track of session. And creates a new sessionid

Re: [Wicket-user] Session management

2006-08-28 Thread Nino Wael
This migth be a stupid question but does getPageMap().clear(); clear the session aswell? Regards Nino From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: 28. august 2006 11:04 To: wicket-user

Re: [Wicket-user] Session management

2006-08-28 Thread Nino Wael
Preferences/Privacy/Cookies/ for the originating site only should not be set. If the cookie is set, the Cookie-header is sent on every request going to the server and you should see it on Paros. Janne On 28.8.2006, at 11.46, Nino Wael wrote: Our problem is that every time you hit the refresh

Re: [Wicket-user] Utf-8 woes... (OT)

2006-09-04 Thread Nino Wael
Hi Per Actually we've had a lot of problems here(denmark) first with eclipse encoding of files, eclipse on windows autmaticly encodes in ISO-8859-1. Worked than one through by specifing it via the shortcut for eclipse (vm args) we forced utf-8 on it. Then for a long period we had what we

  1   2   3   >