Re: [Wicket-user] RadioGroup Broken(1.2.5+?/when usingwantOnSelectionChangedNotifications)?

2007-04-28 Thread Nino Wael
usingwantOnSelectionChangedNotifications)? Been busy on the list again. Nino, if you think it's a bug, would you mind opening up a JIRA issue for it? Thanks, Eelco On 4/26/07, Nino Wael <[EMAIL PROTECTED]> wrote: > Hi > > Something's not right w

Re: [Wicket-user] RadioGroup Broken(1.2.5+?/when usingwantOnSelectionChangedNotifications)?

2007-04-27 Thread Nino Wael
. Nino, if you think it's a bug, would you mind opening up a JIRA issue for it? Thanks, Eelco On 4/26/07, Nino Wael <[EMAIL PROTECTED]> wrote: > Hi > > Something's not right with RadioGroup when using > wantOnSelectionChangedNotifications or I am doing something wr

Re: [Wicket-user] RadioGroup Broken(1.2.5+?/whenusingwantOnSelectionChangedNotifications)?

2007-04-27 Thread Nino Wael
Igor please answer:) Fra: [EMAIL PROTECTED] på vegne af Nino Wael Sendt: to 26-04-2007 16:01 Til: wicket-user@lists.sourceforge.net; wicket-user@lists.sourceforge.net Emne: Re: [Wicket-user] RadioGroup Broken(1.2.5+?/whenusingwantOnSelectionChangedNotifications

Re: [Wicket-user] RadioGroup Broken(1.2.5+?/when usingwantOnSelectionChangedNotifications)?

2007-04-26 Thread Nino Wael
bump anyone for answer? Fra: [EMAIL PROTECTED] på vegne af Nino Wael Sendt: to 26-04-2007 09:25 Til: wicket-user@lists.sourceforge.net Emne: [Wicket-user] RadioGroup Broken(1.2.5+?/when usingwantOnSelectionChangedNotifications)? Hi Something's not right

[Wicket-user] RadioGroup Broken(1.2.5+?/when using wantOnSelectionChangedNotifications)?

2007-04-26 Thread Nino Wael
Hi Something's not right with RadioGroup when using wantOnSelectionChangedNotifications or I am doing something wrong. When the same Radio are selected for the 2nd time, the radio becomes unselected and cannot be selected again until another radio has been selected. However the RadioGroup'

Re: [Wicket-user] Palette with sorted elements

2007-04-04 Thread Nino Wael
We had to do our "own" version of the palette. Im not sure if its outdated. But you can find the old source somewhere linked to in this thread: http://www.nabble.com/Palette-add-selected-option-tf2730861.html#a7672169 We also created a version where youselft can sort the items, let me know if

Re: [Wicket-user] Radio.getValue?

2007-04-03 Thread Nino Wael
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 4/3/07, Nino Wael <[EMAIL PROTECTED]> wrote: We also can t

Re: [Wicket-user] Radio.getValue?

2007-04-03 Thread Nino Wael
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. Let me know if you need more details. Thanks, Peter. On 4/3/07, Ni

Re: [Wicket-user] Radio.getValue?

2007-04-03 Thread Nino Wael
gards Nino Fra: [EMAIL PROTECTED] på vegne af Igor Vaynberg Sendt: ma 02-04-2007 20:13 Til: wicket-user@lists.sourceforge.net Emne: Re: [Wicket-user] Radio.getValue? On 4/2/07, Nino Wael <[EMAIL PROTECTED]> wrote: |ichoicerenderer exists for two reasons. one is to generat

[Wicket-user] Performance test, how do you do it?

2007-04-02 Thread Nino Wael
Hi, based on something in another thread, (http://www.nabble.com/Flexible-markup-with-same-Java-classes-tf3471204.html#a9689979) I was curious on how people does performance test with wicket? On our project we are using JMeter which we use as a http request processor. Which we record requests

Re: [Wicket-user] Radio.getValue?

2007-04-02 Thread Nino Wael
:15 Til: wicket-user@lists.sourceforge.net Emne: Re: [Wicket-user] Radio.getValue? On 4/1/07, Nino Wael <[EMAIL PROTECTED]> wrote: I do know that radio and check are directly attached to their imodel. But the imodel does not provide an alternate value for them. I just dont

Re: [Wicket-user] Radio.getValue?

2007-04-01 Thread Nino Wael
o not traverse over a list of choices and try to look one up, they have the choice attached directly to them via imodel. -igor On 3/30/07, Nino Wael <[EMAIL PROTECTED]> wrote: > > That was whý I suggested that we could have another constructor that took > an Ichoicerender. There a

Re: [Wicket-user] Radio.getValue?

2007-03-30 Thread Nino Wael
That was whý I suggested that we could have another constructor that took an Ichoicerender. There are tons of places in other wicket core components that supply a constructor that takes the ichoicerender. SO I think it should be ok? I would really like that ichoicerenderer would be supported

Re: [Wicket-user] AJAX modal window (1.2.5)and form

2007-03-29 Thread Nino Wael
heheh obviously i am using onchange and not onchance:) Fra: [EMAIL PROTECTED] på vegne af Nino Wael Sendt: to 29-03-2007 13:42 Til: wicket-user@lists.sourceforge.net; wicket-user@lists.sourceforge.net Emne: Re: [Wicket-user] AJAX modal window (1.2.5)and form

Re: [Wicket-user] AJAX modal window (1.2.5)and form

2007-03-29 Thread Nino Wael
. Not matter if its on a page or panel.. regards Nino Fra: [EMAIL PROTECTED] på vegne af Nino Wael Sendt: ma 26-03-2007 15:18 Til: wicket-user@lists.sourceforge.net Emne: SV: [Wicket-user] AJAX modal window (1.2.5)and form it's not a nested

Re: [Wicket-user] Radio.getValue?

2007-03-29 Thread Nino Wael
pinging/bump Eelco to answer:) Fra: [EMAIL PROTECTED] på vegne af Nino Wael Sendt: on 28-03-2007 09:54 Til: wicket-user@lists.sourceforge.net Emne: SV: [Wicket-user] Radio.getValue? Ok, let me try to explain another way. If you create a page where you use

Re: [Wicket-user] Radio.getValue?

2007-03-27 Thread Nino Wael
Radio.getValue? I'm afraid I don't really understand your problem Nino. Eelco On 3/26/07, Nino Wael <[EMAIL PROTECTED]> wrote: > Hi > > We are doing some extensive Jmeter testing, and have run into a technical > problem regarding radios, which are the following: &

Re: [Wicket-user] Radio.getValue?

2007-03-27 Thread Nino Wael
hmm, the same thing applies to checkbox component. -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] på vegne af Nino Wael Sendt: ti 27-03-2007 12:15 Til: wicket-user@lists.sourceforge.net Emne: SV: Radio.getValue? Hmm I can see that radio are pretty simple on this, no constructors with

Re: [Wicket-user] Japanese does not work inAutocomplete (Firefox/Windows)

2007-03-27 Thread Nino Wael
Any localized javascript operators in the autocomplete thingy(eg boolean=falsch instead of boolean=0 )? As I remember it only were a problem on IE 5.5. But thats something you could check. regards. -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] på vegne af David Leangen Sendt: ti 27-0

Re: [Wicket-user] Radio.getValue?

2007-03-27 Thread Nino Wael
ould it be patched back into wicket 1.2.4? regards Nino -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] på vegne af Nino Wael Sendt: ti 27-03-2007 08:22 Til: wicket-user@lists.sourceforge.net Emne: Radio.getValue? Hi We are doing some extensive Jmeter testing, and have run into a technica

[Wicket-user] Radio.getValue?

2007-03-26 Thread Nino Wael
Hi We are doing some extensive Jmeter testing, and have run into a technical problem regarding radios, which are the following: If you had 5 radios on a page at a given time, their value would have been radio1, radio2.. radio5. If you then pulled out radio number 4 then the list would be this,

Re: [Wicket-user] getRealPath(wicket 1.2.4) any proper wicket wayto this?

2007-03-26 Thread Nino Wael
rvlet context directly from the application object. Eelco On 3/26/07, Nino Wael <[EMAIL PROTECTED]> wrote: > Hi > > Currently we are doing this within our wicket application: > > getWicketServlet().getServletContext().getRealPath("/"); > > Im wondering if the

Re: [Wicket-user] AJAX modal window (1.2.5)and form

2007-03-26 Thread Nino Wael
m If you have nested forms it will fail. Nested forms are not supported in wicket 1.2. If you need separate form in modal window in 1.2, the safest bet is to use a page inside modal window. -Matej On 3/26/07, Nino Wael <[EMAIL PROTECTED]> wrote: > Hi > > I have a AJAX modal window

[Wicket-user] AJAX modal window (1.2.5)and form

2007-03-26 Thread Nino Wael
Hi I have a AJAX modal window wich contains a form. In the form there a an radiochoice that has an ajax formcomponentupdatingbehavior. Now the updating behavior are trigered but the model of the radiochoice aren't being updated. Also on the basepage where you can trigger the modal window, I als

[Wicket-user] getRealPath(wicket 1.2.4) any proper wicket way to this?

2007-03-26 Thread Nino Wael
Hi Currently we are doing this within our wicket application: getWicketServlet().getServletContext().getRealPath("/"); Im wondering if there are a more wicketly kind of approach to this? regards Nino <>- Take Surveys. Ear

Re: [Wicket-user] how do I set Ajax time out[wicket 1.2.4]?

2007-03-15 Thread Nino Wael
Hmm this is really wierd, when testing this against one of our dev machine's these errors does not occur.. It only occurs against our servers. Fra: [EMAIL PROTECTED] på vegne af Nino Wael Sendt: to 15-03-2007 13:56 Til: wicket-user@lists.sourceforge.net

[Wicket-user] how do I set Ajax time out[wicket 1.2.4]?

2007-03-15 Thread Nino Wael
Hi I have some components that uses the ajaxformupdatingbehavior. Some times(1% of 1300 requests) under "heavy" load(24 concurent users/threads using jmeter) some of them fails to be able to select something in the dropdown thats using the updating behavior. This leads me to think that the aj

Re: [Wicket-user] Nicer URLs

2007-02-28 Thread Nino Wael
Oeh an forgot to say that parameters you can just append to the url Short example: http:\\localhost\mywicketapp\myniceurl\paramA\valueA\paramB\valueB -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: 28. februar 2007 12:02 To: wicket

Re: [Wicket-user] Nicer URLs

2007-02-28 Thread Nino Wael
Just use a mountedurl mountBookmarkablePage("/desiredurl", desiredclass.class); -Nino -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Colman Sent: 28. februar 2007 11:59 To: wicket-user@lists.sourcef

Re: [Wicket-user] Question about Panel

2007-02-28 Thread Nino Wael
Just create the panel as an anonym class in your page or inner class... Pseudo Snipplet: Webpage extends page { Mypanel panel=new Mypanel(); This.add(panel); } Mypanel extends panel{} As I remember it should work... From: [EMAIL PROTEC

Re: [Wicket-user] Testing Wicket with JMeter

2007-02-23 Thread Nino Wael
Hmm actually, I've joined the Jmeter users mailing list. But traffic is very low on this one, and I haven't got any replies to my mails, although trying to get people to use the list by replying to their mails but I guess it will take some time. So im not quite sure on howto get in contact with

Re: [Wicket-user] Testing Wicket with JMeter

2007-02-22 Thread Nino Wael
Message- From: [EMAIL PROTECTED] on behalf of Frank Bille Sent: Thu 22-02-2007 12:17 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Testing Wicket with JMeter On 2/22/07, Nino Wael <[EMAIL PROTECTED]> wrote: > > Also I've had trouble finding out howto downl

Re: [Wicket-user] Testing Wicket with JMeter

2007-02-22 Thread Nino Wael
17 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Testing Wicket with JMeter On 2/22/07, Nino Wael <[EMAIL PROTECTED]> wrote: > > Im unable to confirm this. Im not seeing that jmeter does record in random > order. Im using the GUI and a http recording controller and a coo

Re: [Wicket-user] Testing Wicket with JMeter

2007-02-22 Thread Nino Wael
recorded the same test again and it worked. > > The problem always appeared with a submit (POST). > > Not much help, but... > > > > > Date: Wed, 14 Feb 2007 10:18:42 +0100 > > > From: "Nino Wael" <[EMAIL PROTECTED] > > > > Subject: [

Re: [Wicket-user] Testing Wicket with JMeter

2007-02-22 Thread Nino Wael
ke it sometimes stopped working, I recorded the same test again and it worked. The problem always appeared with a submit (POST). Not much help, but... > Date: Wed, 14 Feb 2007 10:18:42 +0100 > From: "Nino Wael" <[EMAIL PROTECTED]> > Subject: [Wicket-user] Testing Wicket w

Re: [Wicket-user] Navigation between pages

2007-02-22 Thread Nino Wael
21-02-2007 17:48 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Navigation between pages Nino, Wouldn't that leave all of the pages in session? I.e. you expect to have 7 pages in history, but 7 points to 8, which points to 9, etc. Scott On 2/21/07, Nino Wael &l

Re: [Wicket-user] Navigation between pages

2007-02-21 Thread Nino Wael
You can also employ an easy way to go back to the previous page by passing the current page to the next page. It's been pretty useful for us. Or even telling the page which page to goto next. Small pseudo snipplet: public class mypage extends WebPage { public mypage(final Page Previous, final

[Wicket-user] using texttemplates or some other stuff?

2007-02-20 Thread Nino Wael
se im having some trouble seeing how I can apply the sharedressource decorator to the template, this is 1.2.3 extensions though? I'll take a look at 1.2.4 next week.. Nino Wael - Take Surveys. Earn Cash. Influence the Fu

Re: [Wicket-user] help How to include *.htc files in css files?

2007-02-16 Thread Nino Wael
Not sure about this but could it be that the container does not serve these files by default? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Elemer Zagoni Sent: 16. februar 2007 10:51 To: wicket-user@lists.sourceforge.net Subject: [Wicket-user]

Re: [Wicket-user] Testing Wicket with JMeter

2007-02-15 Thread Nino Wael
ite a wiki about testing wicket with jmeter. Not sure if that was what you wanted to do Frank, if you start it I'll try to tie lose ends if any? Regards Nino From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: 15. fe

Re: [Wicket-user] Testing Wicket with JMeter

2007-02-15 Thread Nino Wael
. Any tips on how to solve this problem would be really great. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: 15. februar 2007 13:25 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Testing Wicket with JMeter

Re: [Wicket-user] Testing Wicket with JMeter

2007-02-15 Thread Nino Wael
r] Testing Wicket with JMeter Hey Nino We use JMeter for load testing as well. I can't share our current setup, but we did a test to compare ajax vs. normal page requests. Let me see if I can dig it out and blog about it/write a wiki page. It may take some time :) Frank On 2/14/07, Ni

Re: [Wicket-user] Table with varrying number of columns

2007-02-15 Thread Nino Wael
Or I he wants to build something from the buttom a listview combination could also work:-) http://www.jroller.com/page/JonathanLocke?entry=managing_complexity_with_wicket (just look at the first example)

Re: [Wicket-user] AutoCompleteTextField and special characters -solution

2007-02-15 Thread Nino Wael
A really low guess would be that the web container does not handle the url encoding but it still manages to work some places because of some browser encoding. We also saw the problem you had, if user pressed the back button of the browser(IE6 only). Later we discovered that IE 6 does not cac

Re: [Wicket-user] Testing Wicket with JMeter

2007-02-14 Thread Nino Wael
JMeter for load testing as well. I can't share our current setup, but we did a test to compare ajax vs. normal page requests. Let me see if I can dig it out and blog about it/write a wiki page. It may take some time :) Frank On 2/14/07, Nino Wael <[EMAIL PROTECTED]> wrote:

Re: [Wicket-user] multiple rendering at same time

2007-02-14 Thread Nino Wael
Such things as Shared ressource off course dont need to be synced though, that wasnt what I meant. I completely agree. Im not on the dev list, I guess I can look it up on nabble? Fra: [EMAIL PROTECTED] på vegne af Eelco Hillenius Sendt: on 14-02-2007 11:08 Til

Re: [Wicket-user] multiple rendering at same time

2007-02-14 Thread Nino Wael
Ahh, I think we discussed this earlier. The best solution are to utilize a worker thread (I think) and make the client reload until the thread are done.. I think it's essential for wicket in order to handle session state to use a singleton pattern for request cycles. EG if page A have long loa

Re: [Wicket-user] Testing Wicket with JMeter

2007-02-14 Thread Nino Wael
Hmm, adding a link parser seemed to solve the problem.. But any how, if anyone has some tips I'd like to hear them::-) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: 14. februar 2007 10:19 To: wicket-user@lists.sourceforg

[Wicket-user] Testing Wicket with JMeter

2007-02-14 Thread Nino Wael
on the first submit with a page expired.. Any ideas on what im doing wrong ? Please ask if you need more information... Nino Wael - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay

Re: [Wicket-user] help urgent

2007-02-13 Thread Nino Wael
Yeah, Im guessing that the web container must have been forced to do the url rewrite from the start. How else should it be able to do such a thing... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Igor Vaynberg Sent: 14. februar 2007 07:27 To:

Re: [Wicket-user] VOTE on wicket:component

2007-02-13 Thread Nino Wael
I've havent used this feature.. And currently see no use for it. As long as one of the options are done, im happy:) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Locke Sent: 13. februar 2007 17:48 To: wicket-user@lists.sourceforge.net Subject:

Re: [Wicket-user] How can I add some javascript to make sure the mainpage will occupy whole browser?

2007-02-02 Thread Nino Wael
You could write parent.location, and redirect to the page you want to fill the whole page. But im not sure if it's a dirty hack. As Web developer tool bar reports it as access denied in FF. Looking forward to hear about some other ideas.. -Nino -Original Message- From: [EMAIL PROTECT

[Wicket-user] writing unit tests

2007-01-31 Thread Nino Wael
tried using the wicket test framework, but it gave me some complications (might be because I was new to the wicket world). Also this was on wicket 1.x. What do others do? -Nino Wael - Take Surveys. Earn Cash. Influenc

[Wicket-user] Wicket user story WAS [RE: [OT] wicket expertise offered / Denmark]

2007-01-29 Thread Nino Wael
-user@lists.sourceforge.net Subject: Re: [Wicket-user] [OT] wicket expertise offered / Denmark Putting it with the other user stories would work best. Thanks, Eelco On 1/25/07, Nino Wael <[EMAIL PROTECTED]> wrote: > Ok, hmm we actually have a cms that links to our wicket application, to

Re: [Wicket-user] Palette add selected option

2007-01-26 Thread Nino Wael
Behalf Of Giltal Sent: 25. januar 2007 14:00 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Palette add selected option Hi Did you change anything in the HTML files also ? If so, please send them too Thanks Nino Wael wrote: > > Heres the pastebin: > > Pal

Re: [Wicket-user] [OT] wicket expertise offered / Denmark

2007-01-25 Thread Nino Wael
:39 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] [OT] wicket expertise offered / Denmark Good luck. And a user story or some other reference on the application you built with Wicket would be a very welcome addition to the WIKI! Eelco On 1/22/07, Nino Wael <[EMAIL PROTEC

Re: [Wicket-user] Palette add selected option

2007-01-25 Thread Nino Wael
] Palette add selected option Hi Can you please post your Palette and Recorder classes ... Thanks Nino Wael wrote: > > I think I have something somewhere... > > As I remember you need to update the recorder component... > > Below is only meant as a sniplet(notice the rec

Re: [Wicket-user] Compound Property model and Palette

2007-01-23 Thread Nino Wael
If you want to, i'll send you our corrected palette. These lines are especially interesting: >From palette: protected void onModelChanged() { super.onModelChanged(); if (recorderComponent != null) { recorderComponent.reCreateModel();

Re: [Wicket-user] VOTE: IModel and 'model object' name change

2007-01-23 Thread Nino Wael
Im -1. As most of my models holds objects and not "value", I've had no problem understanding this part of the IModel. I must admit that I may be blind to this because im used to the current naming, and have been working with it for so long. I guess the new users would be the ones best to tell

Re: [Wicket-user] how to abort the xmlhttprequest

2007-01-22 Thread Nino Wael
time. --- Nino Wael <[EMAIL PROTECTED]> wrote: > Why do you need to cancel it? > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Prashant Khanal > Sent: 22. januar 2007 12:09 > To: wicket-user@lists.sourceforge.ne

Re: [Wicket-user] Abort Ajax Operation

2007-01-22 Thread Nino Wael
Hmm i think this circles around the worker thread, we disscussed earlier when talking about a cancel button... Regards Nino From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johan Compagner Sent: 21. januar 2007 13:11 To: wicket-user@lists.

Re: [Wicket-user] Strategy for printable pages

2007-01-22 Thread Nino Wael
We use css here as well this works very well. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frank Bille Sent: 22. januar 2007 09:31 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Strategy for printable pages I normally use

[Wicket-user] contributing to wicket-stuff or ?

2007-01-22 Thread Nino Wael
Hi I have some components that migth be interesting for others to have. The best one I'll describe below: Currently called dropdownpalette, and it's a combination of Igor's palette(although rewritten a bit, I belive that Igor have fixed the original palette so we should use that one) and

[Wicket-user] [OT] wicket expertise offered / Denmark

2007-01-22 Thread Nino Wael
Hi, I was wondering if any off you guys would be interested in some wicket expertise, located somewhere near Copenhagen-Frederikssund in Denmark. Our current wicket project are almost running out, and the next project im off to do aren't wicket in fact im not even sure it's java based:-( So

Re: [Wicket-user] how to abort the xmlhttprequest

2007-01-22 Thread Nino Wael
Why do you need to cancel it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Prashant Khanal Sent: 22. januar 2007 12:09 To: wicket-user@lists.sourceforge.net Subject: [Wicket-user] how to abort the xmlhttprequest Hello all, Is there any way to abort th

[Wicket-user] [wicket 1.2.4] is it possible to use attributeapender on RadioChoice?

2007-01-22 Thread Nino Wael
Hi I want to append something on my RadioChoice's onclick method. If I just add the attributeappender then the base markup container gets appended: Problem is that I have a sort of div layer that needs to be triggered once the user clicks one of the radio's, and the above code gets

Re: [Wicket-user] Fwd: FW: UI Framework selection

2007-01-19 Thread Nino Wael
Scott, you still interested in hiring some wicket expertise? regards Nino <>- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT

Re: [Wicket-user] Problem adding css with ajax in Firefox

2007-01-18 Thread Nino Wael
or have a listview. And switch contents of the collection, to make the correct panel... -Nino Fra: [EMAIL PROTECTED] på vegne af Matej Knopp Sendt: to 18-01-2007 15:43 Til: wicket-user@lists.sourceforge.net Emne: Re: [Wicket-user] Problem adding css with ajax

Re: [Wicket-user] How to pass the parameter without submit

2007-01-18 Thread Nino Wael
just pass your model when creating the popup window? And use a image button? Fra: [EMAIL PROTECTED] på vegne af (?) ?? ?? Sendt: to 18-01-2007 05:19 Til: wicket-user@lists.sourceforge.net Emne: [Wicket-user] How to pass the parameter without submit Hello

Re: [Wicket-user] skandinavian characters encoding lost...

2007-01-16 Thread Nino Wael
: [Wicket-user] skandinavian characters encoding lost... http://cwiki.apache.org/WW/how-to-support-utf-8-uriencoding-with-tomcat.html Juergen On 1/15/07, Nino Wael <[EMAIL PROTECTED]> wrote: > Actually I also remember asking about this before, hmm... > > -Original Message-

Re: [Wicket-user] error deleting cookie whencallingdeletWicketCookie

2007-01-16 Thread Nino Wael
1.2.0 ie 1.2 -igor On 1/15/07, ZedroS Schwart <[EMAIL PROTECTED] > wrote: I don't get it : isn't 1.2.4 the current up to date release version of Wicket ? On 1/15/07, Nino Wael <[EMAIL PROTECTED]> wrote: > > > > > Ok, seems that we got mor

Re: [Wicket-user] numbervalidator 'java.lang.ClassCastException'

2007-01-16 Thread Nino Wael
] numbervalidator 'java.lang.ClassCastException' Try the following: form.add(new TextField("carmillage", carMillage, Integer.class).add(NumberValidator.minimum(0))); Erik. Nino Wael wrote: > > Hi > > > > Im getting an exception when I submit my page(base ca

Re: [Wicket-user] Tracking session expire exception

2007-01-16 Thread Nino Wael
rmal bookmarkable link, it work, but the first ajaxlink I click will made the session to expire. Nothing can be done, it even didn't pass in the onClick method of the ajaxLink. There is no other error in the log, only loadingthe expired page Marc On 1/15/07, Nino Wael < [EMAIL PROTECT

Re: [Wicket-user] numbervalidator 'java.lang.ClassCastException'

2007-01-15 Thread Nino Wael
Hmm the error is actually triggered by everything even if I enter a number... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: 15. januar 2007 16:11 To: wicket-user@lists.sourceforge.net Subject: [Wicket-user] numbervalidator

Re: [Wicket-user] skandinavian characters encoding lost...

2007-01-15 Thread Nino Wael
Actually I also remember asking about this before, hmm... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erik van Oosten Sent: 15. januar 2007 15:43 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] skandinavian characters encoding lost...

Re: [Wicket-user] Tracking session expire exception

2007-01-15 Thread Nino Wael
Hmm, we had to track something similar. Could you describe what happens? Our thing was something that was caused by clearing the pagemap and the same time referencing to the cleared page. Also we have a problem where we loose our session's id. Regards Nino

[Wicket-user] numbervalidator 'java.lang.ClassCastException'

2007-01-15 Thread Nino Wael
Hi Im getting an exception when I submit my page(base cause line 205 I numbervalidator). Im a bit puzzled by this since I cant understand why it should happened. Entering a text string triggers the error, but that's the reason why I put in the numbervalidator in the first place.. I've be

Re: [Wicket-user] skandinavian characters encoding lost...

2007-01-15 Thread Nino Wael
encoding lost... by default wicket does everything in UTF-8 What is your page encoding when you see your webpage? (page info in FF) If you use tomcat you need some other configuration (use utf 8 encoding in request params) but thats only for GET request not post. johan On 1/15/07, Nino

Re: [Wicket-user] skandinavian characters encoding lost...

2007-01-15 Thread Nino Wael
. Nino Wael schreef: > > Hi > > > > I seem to be expriencing lost of encoding, if I have an text area and > text field and if Æ Ø or Å are entered then they do not get interpered > as Å Ø Æ but losses their encoding. Am I missing something? Wicket > does pickup tha

[Wicket-user] skandinavian characters encoding lost...

2007-01-15 Thread Nino Wael
Hi I seem to be expriencing lost of encoding, if I have an text area and text field and if Æ Ø or Å are entered then they do not get interpered as Å Ø Æ but losses their encoding. Am I missing something? Wicket does pickup that the browser are in Danish locale and actually does display the d

Re: [Wicket-user] ComponentModel

2007-01-15 Thread Nino Wael
never use but always . Regards, Erik. Nino Wael wrote: > Hmm this does not difference, still not working.. Heres the markup before > processing: > > -- Erik van Oosten http://www.day-to-day-stuff.

Re: [Wicket-user] ComponentModel

2007-01-15 Thread Nino Wael
perty model wrong: public ThankYouPage(FormModel filledForm) { setModel(new CompoundPropertyModel(filledForm)); add(new Label("carModel")); add(new Label("carYear")); add(new Label("carMillage")); add(new MultiLineLabel("carFailureText")); } Mart

[Wicket-user] ComponentModel

2007-01-15 Thread Nino Wael
Hi Im trying to use a component model and som labels to display contents of the model.. It does not work why? See pastebin : http://pastebin.ca/317148 or here for code: package wicketDemo; import wicket.markup.html.WebPage; import wicket.markup.html.basic.Label; import wicket.markup.html.b

Re: [Wicket-user] wicket presentation

2007-01-15 Thread Nino Wael
Offline.getCarBrands()) { > > > protected boolean > wantOnSelectionChangedNotifications() { > > >return true; > > > } > > > > > protected void onSelectionChanged(Object arg0) { > > > // TODO Auto-generated m

Re: [Wicket-user] error deleting cookie when callingdeletWicketCookie

2007-01-15 Thread Nino Wael
johan On 1/12/07, Nino Wael < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: This is running wicket 1.2 btw, I'll try to remember version numbers in the original mails from now on. Regards Nino

Re: [Wicket-user] error deleting cookie when calling deletWicketCookie

2007-01-12 Thread Nino Wael
This is running wicket 1.2 btw, I'll try to remember version numbers in the original mails from now on. Regards Nino From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: 12. januar 2007 13:50 To: wicket-user@lists.sourceforg

[Wicket-user] error deleting cookie when calling deletWicketCookie

2007-01-12 Thread Nino Wael
Hi I Get an error when the page are calling this line, on my html : - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & busine

Re: [Wicket-user] wicket presentation

2007-01-12 Thread Nino Wael
Oeh btw this is wicket 1.2.3 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: 12. januar 2007 13:27 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] wicket presentation To my presentation im doing both a jsp

Re: [Wicket-user] wicket presentation

2007-01-12 Thread Nino Wael
cCarbrand); form.add(ddcCarModel); } } ____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: 4. januar 2007 14:16 To: wicket-user@lists.sourceforge.net Subject: [Wicket-user] wi

Re: [Wicket-user] IE 6 requests new session OTT

2007-01-05 Thread Nino Wael
n OTT The servlet container will use url rewriting (i.e. append the jsessionid=afwo020394) when a cookie can't be set. Martijn On 1/5/07, Nino Wael <[EMAIL PROTECTED]> wrote: > > > > > Sorry for so many posts about this. But are there any way to avoid session > cookie

Re: [Wicket-user] IE 6 requests new session OTT

2007-01-05 Thread Nino Wael
We are using BookmarkablePages and mounted parameters (app/page/parametera/valuea) btw, does this affect the ability to force jessionId? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: 5. januar 2007 13:22 To: wicket-user

Re: [Wicket-user] IE 6 requests new session OTT

2007-01-05 Thread Nino Wael
Behalf Of Nino Wael Sent: 5. januar 2007 12:12 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] IE 6 requests new session OTT Hmm just found out that, there is a setting in IE 6 where you can disallow session cookies. Setting this to false, clears our problem... This appears to

Re: [Wicket-user] IE 6 requests new session OTT

2007-01-05 Thread Nino Wael
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: 5. januar 2007 12:05 To: wicket-user@lists.sourceforge.net Subject: [Wicket-user] IE 6 requests new session OTT Hi I guess this is not directly connected to wicket. But it seems that IE 6 has a nasty habbit

[Wicket-user] IE 6 requests new session OTT

2007-01-05 Thread Nino Wael
Hi I guess this is not directly connected to wicket. But it seems that IE 6 has a nasty habbit of requesting new sessions sometimes(Bill Gates random generator). This are giving us some problems with the page expired exceptions, and some other stuff, THE FACT that we loose our session conte

Re: [Wicket-user] wicket presentation

2007-01-05 Thread Nino Wael
Where in wicket you just write your markupfile .html and your java file and thats it... Regards Nino -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: 5. januar 2007 08:42 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user

Re: [Wicket-user] wicket presentation

2007-01-04 Thread Nino Wael
Sure Here I was thinking against wicket versus JSP/servlets, in those you have to print each line of html you want displayed at the browser.. -Nino -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gustavo Santucho Sent: Friday, January 05, 2007 3:43 AM

[Wicket-user] wicket presentation

2007-01-04 Thread Nino Wael
Hi im doing a wicket presentation for our consultants team, on this first teaser I have about ten minutes. I plan to talk something about markup inheritance(the stuff with panels and borders, which are very nice), and the POJO concept. Also wickets model concept and that you don't have

Re: [Wicket-user] PageExpired

2007-01-04 Thread Nino Wael
again. johan On 1/4/07, Nino Wael <[EMAIL PROTECTED]> wrote: Hi We are experiencing some PageExpired exceptions, where I believe they should not occur. We are running on a clustered environment, two tomcats with apache infront as loadbalancer. As I see it pageExpired coul

Re: [Wicket-user] i18n of sentences with links

2007-01-04 Thread Nino Wael
Why not have different page versions like the beer exampel on wicket library? Oeh meant pub example: http://www.wicket-library.com/wicket-examples/pub -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Sent: 4. januar 2007 01:33 To: wicket-user@lists.s

[Wicket-user] PageExpired

2007-01-04 Thread Nino Wael
Hi We are experiencing some PageExpired exceptions, where I believe they should not occur. We are running on a clustered environment, two tomcats with apache infront as loadbalancer. As I see it pageExpired could happen if somehow apache sent the user to the wrong server(we are usi

  1   2   3   >