[Wicket-user] writing unit tests

2007-01-31 Thread Nino Wael
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. Influence

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

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

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

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.sourceforge.net

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

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

Re: [Wicket-user] Testing Wicket with JMeter

2007-02-15 Thread Nino Wael
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, Nino Wael [EMAIL

Re: [Wicket-user] Testing Wicket with JMeter

2007-02-15 Thread Nino Wael
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 Hi Frank

Re: [Wicket-user] Testing Wicket with JMeter

2007-02-15 Thread Nino Wael
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. februar 2007

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] using texttemplates or some other stuff?

2007-02-20 Thread Nino Wael
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 Future

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,

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

Re: [Wicket-user] Testing Wicket with JMeter

2007-02-22 Thread Nino Wael
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 with JMeter To: wicket-user

Re: [Wicket-user] Testing Wicket with JMeter

2007-02-22 Thread Nino Wael
, but... Date: Wed, 14 Feb 2007 10:18:42 +0100 From: Nino Wael [EMAIL PROTECTED] Subject: [Wicket-user] Testing Wicket with JMeter To: wicket-user@lists.sourceforge.net Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii Hi Im trying

Re: [Wicket-user] Testing Wicket with JMeter

2007-02-22 Thread Nino Wael
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 cookie manager

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 download the generated

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

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:

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

[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 winmail.dat- Take

[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

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

2007-03-26 Thread Nino Wael
a page inside modal window. -Matej On 3/26/07, Nino Wael [EMAIL PROTECTED] wrote: 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

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

2007-03-26 Thread Nino Wael
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 there are a more wicketly kind of approach

[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

Re: [Wicket-user] Radio.getValue?

2007-03-27 Thread Nino Wael
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 technical problem

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

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

Re: [Wicket-user] Radio.getValue?

2007-03-28 Thread Nino Wael
? 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: If you had 5 radios on a page at a given time

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

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] 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] Radio.getValue?

2007-04-02 Thread Nino Wael
@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 see why not to provide an ichoicerender

[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-03 Thread Nino Wael
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 generate an id so

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, Nino Wael [EMAIL

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 test without

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-01 Thread Nino Wael
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 are tons of places in other

[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

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

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-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 wrong. When the same Radio

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 with RadioGroup when using wantOnSelectionChangedNotifications

<    1   2   3