slf4j Logger not serializable?

2007-08-03 Thread Peter Thomas
Hi, Seeing that Wicket depends on SLF4J got me interested - so I just tried to switch to it from commons-logging. My pages / panels extend from a base class that holds a org.slf4j.Logger instance. But now I get a whole lot of serialization problems in the log: = 2007-08-03

Re: slf4j Logger not serializable?

2007-08-03 Thread Peter Thomas
On 8/3/07, Al Maw [EMAIL PROTECTED] wrote: Peter Thomas wrote: Seeing that Wicket depends on SLF4J got me interested - so I just tried to switch to it from commons-logging. My pages / panels extend from a base class that holds a org.slf4j.Logger instance. But now I get a whole lot

Re: best practice for a header component with links defined by the page

2007-09-02 Thread Peter Thomas
On 9/1/07, Martijn Dashorst [EMAIL PROTECTED] wrote: On 9/1/07, Igor Vaynberg [EMAIL PROTECTED] wrote: i have just about zero swing experience :) I think I have even less swing experience, I doubt my playground experience from 25 years ago counts... Martijn I can testify that Wicket

Experiences with ReloadingWicketFilter

2007-09-24 Thread Peter Thomas
Hi, I have minor issues with ReloadingWicketFilter and have reopened this JIRA issue I raised some time back, with a quickstart attached: https://issues.apache.org/jira/browse/WICKET-685 Just curious to know if others have problems with the ReloadingWicketFilter when you make minor changes to a

Re: Experiences with ReloadingWicketFilter

2007-09-25 Thread Peter Thomas
On 9/25/07, Jean-Baptiste Quenot [EMAIL PROTECTED] wrote: * Peter Thomas: Just curious to know if others have problems with the ReloadingWicketFilter when you make minor changes to a page with markup inheritance, you may want to look at the issue history. FYI the problem

trouble controlling visibility of dataview

2009-01-03 Thread Peter Thomas
Hi, I am using a DataView and I was trying to override isVisible() and use this.getRowCount() to decide if the table should be rendered or not. But this results in a stack overflow because DataView#getRowCount() internally calls isVisibleInHierarchy(). The use case is trying to hide a table

Re: trouble controlling visibility of dataview

2009-01-08 Thread Peter Thomas
On Sat, Jan 3, 2009 at 8:46 PM, Peter Thomas ptrtho...@gmail.com wrote: Hi, I am using a DataView and I was trying to override isVisible() and use this.getRowCount() to decide if the table should be rendered or not. But this results in a stack overflow because DataView#getRowCount

Re: trouble controlling visibility of dataview

2009-01-08 Thread Peter Thomas
On Thu, Jan 8, 2009 at 9:34 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: override onbeforerender, do some check there, and call setvisible() -igor Thanks Igor, I will try that. On Thu, Jan 8, 2009 at 5:47 AM, Peter Thomas ptrtho...@gmail.com wrote: On Sat, Jan 3, 2009 at 8:46 PM

Re: UML Diagram of Wicket structure

2009-01-08 Thread Peter Thomas
On Thu, Jan 8, 2009 at 9:42 PM, Eyal Golan egola...@gmail.com wrote: Hi, A few months ago someone sent a link that had a nice class diagram of Wicket. Can anyone point me there? I think it was a presentation about Wicket but not sure. This one? I think it is quite old though...

Re: Newbie IMG tag pointing context root issue

2009-01-11 Thread Peter Thomas
On Mon, Jan 12, 2009 at 8:15 AM, Steve Viens st...@viens.net wrote: I'm a newbie too but I'm having the same problem without resolution (Wicket 1.3.5). I'd like to simply include the image from the context root. After reading the archive below...

Re: Wicket presentation at Bulgarian JUG

2009-01-18 Thread Peter Thomas
On Sun, Jan 18, 2009 at 8:42 PM, Martin Grigorov martin.grigo...@fredhopper.com wrote: Hi all, I just uploaded the presentation that me and a colleague of mine did last Wednesday at Bulgarian Java user group. The event was quite a success. I hope we refactored some of the JSF supporters

Re: Obtain Rendered HTML programmatically

2009-01-24 Thread Peter Thomas
On Sun, Jan 25, 2009 at 6:25 AM, ken.p ken.annihilat...@gmail.com wrote: Hi, I have a requirement which needed to obtain final rendered html as string. E.g: java: add(new Panel1(p1)); html: div wicket:id=p1/div I need to be able to captured rendered HTML for the above. Any example is

Re: Need for a annotation based validation

2009-01-24 Thread Peter Thomas
Yep. Also integrating Hibernate Validator can be done in just a few lines of code, see this for an example (line 87): http://code.google.com/p/perfbench/source/browse/trunk/perfbench/wicket-jpa/src/main/java/wicketjpa/wicket/EditBorder.java On Sun, Jan 25, 2009 at 9:45 AM, Igor Vaynberg

Re: GSoC ideas for 09

2009-02-25 Thread Peter Thomas
On Wed, Feb 25, 2009 at 1:26 AM, C. Bergström cbergst...@netsyncro.comwrote: Hi Everyone! A year ago I bugged dashorst about why Wicket didn't participate in the 08 GSoC.. This year I've been brainstorming on ideas and want to see what others think could be useful projects for Wicket. A

Re: GSoC ideas for 09

2009-02-25 Thread Peter Thomas
: Peter Thomas wrote: On Wed, Feb 25, 2009 at 1:26 AM, C. Bergström cbergst...@netsyncro.comwrote: Hi Everyone! A year ago I bugged dashorst about why Wicket didn't participate in the 08 GSoC.. This year I've been brainstorming on ideas and want to see what others think could be useful

Re: will it work in a Linode?

2009-02-28 Thread Peter Thomas
On Sat, Feb 28, 2009 at 2:17 AM, Stephen Swinsburg s.swinsb...@lancaster.ac.uk wrote: Well you can run Tomcat just fine in that setup, but if it's going to need to handle lots of concurrent users and sessions then you might hit the limits quickly. Just run some profiling on it and see how you

Re: wicket 1.4

2009-03-03 Thread Peter Thomas
On Tue, Mar 3, 2009 at 11:55 AM, Peter Ertl pe...@gmx.org wrote: *lol* made my day ! Duke Nukem *cough* I mean Wicket Forever ;) Am 02.03.2009 um 10:55 schrieb Martijn Dashorst: when it's done. Martijn On Mon, Mar 2, 2009 at 9:09 AM, SrinivasaRaju Ch srinivas.r...@sifycorp.com

Re: Equal InputValidator

2009-03-06 Thread Peter Thomas
On Thu, Mar 5, 2009 at 11:13 PM, SrinivasaRaju Ch srinivas.r...@sifycorp.com wrote: Hi, How to use Equal InputValidator in wicket can any one give small example on it. see line #30

Re: Trying Hibernate Validator Integration

2009-03-10 Thread Peter Thomas
to pass a resource-bundle to the ClassValidator constructor, I haven't tried it though: http://www.jboss.org/index.html?module=bbop=viewtopict=69783view=next taha On Tue, Mar 10, 2009 at 8:11 PM, Peter Thomas ptrtho...@gmail.com wrote: On Tue, Mar 10, 2009 at 7:35 AM, taha siddiqi tawushaf

Re: Comparing JSF and Wicket

2008-08-06 Thread Peter Thomas
Hi, Here is a list of bullet points I compiled on JSF when compared with Wicket: – Not really OO components, more of XML tags than Java – Added complexity of JSF-EL and mixing JSP-EL if applicable – faces-config.xml : synchronize multiple files for navigation, page-centric, string expressions

Re: Comparing JSF and Wicket

2008-08-11 Thread Peter Thomas
On Thu, Aug 7, 2008 at 12:24 PM, nlif [EMAIL PROTECTED] wrote: Peter, Actually, when I said I googled a bit and found some material, I was in fact referring to your blog post and the slides :) This is very useful information, and your comparison was done, IMHO, very fairly and skillfully.

Re: Wicket merchandise?

2008-08-21 Thread Peter Thomas
+1 on the t-shirt and the general design as it is now. But agree with James, I prefer Apache and Wicket to be both the same color. On Thu, Aug 21, 2008 at 8:30 PM, James Carman [EMAIL PROTECTED]wrote: Oh, sorry. My mom always told me to say something nice before you say something critical.

Re: [offtop] need help with eclipse and m2eclipse

2008-08-22 Thread Peter Thomas
I use NetBeans and have written a custom Maven plugin that converts a POM to a NetBeans project, works well with the Wicket quickstart, Start class, hot-deploy and all. Also generates a build.xml file for those who miss using Ant instead of Maven. No Maven IDE plugin required. Details here:

Re: Automated testing of Wicket applications

2008-09-12 Thread Peter Thomas
On Fri, Sep 12, 2008 at 8:12 PM, German Morales [EMAIL PROTECTED]wrote: Hi Jan, We are using Watir, which lets you write tests in ruby. For those who don't want to use Ruby, Watij is the Java equivalent of Watir. http://watij.com/ But the problem with both Watij and Watir is that you have

Re: Tables

2008-09-18 Thread Peter Thomas
Hi, I think you should use a ListView. You can easily nest one within another. For your particular requirement, you can even consider using a single table instead of embedding a child table. By controlling colspan the attribute columns can line up in case you need that. Have a look at this

Re: using behaviors as borders - how to?

2009-08-27 Thread Peter Thomas
On Thu, Aug 27, 2009 at 5:31 PM, Joe Hudson joe.hud...@clear2pay.comwrote: Hello, I would like to add a behavior to a component which alters the HTML output related to that component. I know that you can use setComponentBorder but I saw a posting that mentioned behaviors were the more

Re: Wicket YUI integration

2009-09-01 Thread Peter Thomas
Not really answering OP but was wondering if anyone started thinking about targeting YUI 3 and whether it has to be a re-write of existing wicket-stuff YUI. This link is a good source of YUI 3 changes info (slides, video): http://yuiblog.com/blog/2009/05/12/video-desai-yui3/ I really would like

Re: How to render part of component's markup and the very end of HTML document?

2009-09-04 Thread Peter Thomas
Hi, I'm guessing that the markup you are trying to render just before the body tag is a script tag that references a JS file (or inlines some JS) that will initialize some JS object. Keeping it at the end of the HTML is just to ensure that the rest of the DOM is fully loaded before this

Re: Usage of Servlets in Wicket, How ?

2009-09-07 Thread Peter Thomas
Refer this: http://cwiki.apache.org/WICKET/how-to-redirect-to-an-external-non-wicket-page.html If that doesn't help you should briefly explain what your requirement is. There may be a better way to achieve it within Wicket instead of hacking around with servlets. On Tue, Sep 8, 2009 at 10:57

Re: Usage of Servlets in Wicket, How ?

2009-09-08 Thread Peter Thomas
HttpServletRequest(without parsing). If not servlets, Is there any other way to handle FileUploading (through Apache Commons API) in wicket ? Thanks... From: Peter Thomas ptrtho...@gmail.com To: users@wicket.apache.org Sent: Tuesday, September 8, 2009 11:39:58

Re: Usage of Servlets in Wicket, How ?

2009-09-08 Thread Peter Thomas
FileUploading (through Apache Commons API) in wicket ? Thanks... From: Peter Thomas ptrtho...@gmail.com To: users@wicket.apache.org Sent: Tuesday, September 8, 2009 11:39:58 AM Subject: Re: Usage of Servlets in Wicket, How ? Refer

Re: Help on wizard solution...

2009-09-08 Thread Peter Thomas
I think the comments on this article by Igor may give you some ideas (see #14) http://wicketinaction.com/2008/09/building-a-smart-entitymodel/ So having a single page, and swapping out multiple panels for each question may be the solution. You can write logic for the previous and next buttons

Re: HttpSessionStore instead of the default SecondLevelCacheSessionStore

2009-09-15 Thread Peter Thomas
On Tue, Sep 15, 2009 at 3:03 PM, Matej Knopp matej.kn...@gmail.com wrote: Well, there are two kinds of overhead with SecondLevelCacheSessionStore. Object serialization and writing to disk. I can imagine antivirus interfering with the writing. I did mention in comment #2 under the blog post

Re: Border 'auto hide'

2009-09-17 Thread Peter Thomas
On Thu, Sep 17, 2009 at 1:56 PM, Chris Colman chr...@stepaheadsoftware.comwrote: I have a need to 'wrap' some content inside some border style markup, specifically within a li ... /li combo but the panel that is being inserted may be visible or invisible depending on logic within the panel

Re: Border 'auto hide'

2009-09-17 Thread Peter Thomas
On Thu, Sep 17, 2009 at 2:19 PM, Chris Colman chr...@stepaheadsoftware.comwrote: If they don't, what would be the best way to have the border go invisible if the child is invisible? How about using wicket:enclosure child=wrappedPanel around the border. refer

Re: How to dynamic add links to WebMarkupContainer

2009-09-23 Thread Peter Thomas
On Wed, Sep 23, 2009 at 3:09 PM, Martin Grigorov mcgreg...@e-card.bgwrote: El mié, 23-09-2009 a las 17:21 +0800, Haulyn R. Jason escribió: Hi, all I have a WebMarkupContainer in my page, and I need to create some links to this WebMarkupContainer.But I do not have markup like a wicket:id=

Re: adding ajaxindicator to dropdownchoice

2009-09-24 Thread Peter Thomas
On Thu, Sep 24, 2009 at 11:40 AM, Jason Novotny jason.novo...@gmail.comwrote: Hi, I have a DropDownChoice that triggers an ajax event to occur using the AjaxFormComponentUpdatingBehavior. Since the event takes a little while to complete, I'd like to display an ajaxindicator similar to

Re: Reporting Framework Wicket

2009-10-15 Thread Peter Thomas
there was this article on DZone recently on integrating BIRT with Wicket, may be useful http://java.dzone.com/articles/integrating-birt-your-wicket On Thu, Oct 15, 2009 at 12:48 PM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: I have used it in combination with BIRT. But, there was

Re: Open Source projects using Wicket

2009-10-15 Thread Peter Thomas
On Fri, Oct 16, 2009 at 7:52 AM, Jeremy Thomerson jer...@wickettraining.com wrote: Sorry, that was an overly terse statement. Peter Thomas has put a lot of work into JTrac, and has done a lot of things that I admire (for instance, some of his performance testing blog entries, etc). He

Re: Tag Oriented Development

2009-12-22 Thread Peter Thomas
into account more political reasons that things like development speed, code quality, code re-usability and any other adds you throw at them... @Martin, Congratulations! Hope I can say the same in a few months. Best, Ernesto On Tue, Dec 22, 2009 at 12:57 PM, Peter Thomas ptrtho

Re: Wicket feedback

2009-12-22 Thread Peter Thomas
On Tue, Dec 22, 2009 at 7:51 PM, sudhir543-...@yahoo.com wrote: Ajax with wicket is easy.. if you do it the wicket way.. But integration with other engines isnt going to be easy. IMHO integration with other engines is actually quite easy, and certainly far easier than other frameworks, see

Re: Help with Wicket Adoption Numbers

2010-01-07 Thread Peter Thomas
Also the Apache Wicket LinkedIn group could be used to get a feel of companies using Wicket, at the moment there are 524 members and counting: http://www.linkedin.com/groups?viewMembers=gid=80181 On Fri, Jan 8, 2010 at 8:30 AM, shetc sh...@bellsouth.net wrote: Hi Lester, I don't know if

Re: Help with Wicket Adoption Numbers

2010-01-07 Thread Peter Thomas
guys are AWESOME. I'm composing an email to the evaluator-in-charge from the tech committee. Hope all this is persuasive enough. Regards, Lester Peter Thomas wrote: Also the Apache Wicket LinkedIn group could be used to get a feel of companies using Wicket, at the moment

Re: Wicketizer: Create Wicket Application from DB via Hibernate

2009-03-27 Thread Peter Thomas
On Fri, Mar 27, 2009 at 9:57 AM, 192709 marcus.bos...@gmx.de wrote: HI, this is the first strike. I first want to collect Feedback - and then decide how to proceed. My first intention was to impress Management how fast CRUD might go. But in the process of building i decided to make it

Re: Cookie retrieval issue.

2009-03-28 Thread Peter Thomas
2009/3/28 Murat Yücel kodeperke...@gmail.com Hi Guys do you need more information regarding this issue or should i create a small quickstart application? I cant really figure out why i am experiencing this error... /Murat 2009/3/9 Murat Yücel kodeperke...@gmail.com Hi All I am

Re: Cookie retrieval issue.

2009-03-28 Thread Peter Thomas
for creating an auto-login cookie, maybe it will help: (line #131 onwards) http://fisheye3.atlassian.com/browse/j-trac/trunk/jtrac/src/main/java/info/jtrac/wicket/LoginPage.java?r=1231#l131 /Murat 2009/3/28 Peter Thomas ptrtho...@gmail.com 2009/3/28 Murat Yücel kodeperke...@gmail.com Hi Guys

Re: Cookie retrieval issue.

2009-03-29 Thread Peter Thomas
as received. /Murat 2009/3/29 Peter Thomas ptrtho...@gmail.com 2009/3/28 Murat Yücel kodeperke...@gmail.com Hi Peter Thanks for the response. The context path hack works when logging out. But i still have a problem when i want to auto login. I log in with an user

Re: Modular page

2009-03-29 Thread Peter Thomas
On Sun, Mar 29, 2009 at 2:31 AM, Tomáš Mihok tomas.mi...@cnl.tuke.skwrote: Hey there, I currently started a project which main goal is to create modular page. The idea is to have a main application and a modules that give it functionality. I am new to wicket in particular so I am looking for

Re: GWT vs. Wicket?

2009-04-08 Thread Peter Thomas
that set against it it won't matter what others say. However there are a few maven plugins for it, and combined with the war overlay feature, it not to hard to get it all working and integrate with other projects. - Brill Pappin On 8-Apr-09, at 10:46 AM, Casper Bang wrote: Peter Thomas did

Re: Google App Engine and Wicket

2009-04-11 Thread Peter Thomas
Here's another article about Wicket and GAE on DZone: http://www.dzone.com/links/rss/wicket_on_google_app_engine.html On Sat, Apr 11, 2009 at 8:22 AM, Sergey Podatelev brightnesslev...@gmail.com wrote: Here are a couple of pointers regarding Wicket on GAE:

Re: HTTP pseudo streaming for Wicket

2009-04-11 Thread Peter Thomas
I've been doing some work on the RTMP protocol recently and have this open-source project up: http://flazr.com/ Right now it is a client-side piece, but should be easy to add server-side as well in case that is what you want. It is definitely much lighter than Red5. If you see potential or have

Re: Performance Benchmarks

2009-04-26 Thread Peter Thomas
LOL at Jeremy's definitive quote :) Coming to original post - Munna: there is some comparative info on performance and memory usage here: http://ptrthomas.wordpress.com/2009/01/14/seam-jsf-vs-wicket-performance-comparison/ Hope this helps. On Sun, Apr 26, 2009 at 7:26 PM, Jeremy Thomerson

Re: JPetStore or equivalent examples

2009-06-26 Thread Peter Thomas
On Fri, Jun 26, 2009 at 2:42 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: search the list for wicket-phonebook, look at the example code for wicket in action (http://wicketinaction.com), and/or jtrac. Martijn You can also look at the Seam hotel booking example I tried porting to

Re: How to configure data source for Jetty server?

2009-07-06 Thread Peter Thomas
On Tue, Jul 7, 2009 at 2:08 AM, Igor Vaynberg igor.vaynb...@gmail.comwrote: http://docs.codehaus.org/display/JETTY/JNDI -igor On Mon, Jul 6, 2009 at 1:22 PM, Petr Fejfarpetr.fej...@gmail.com wrote: Hi all, When I've started learning Wicket, I followed configuration described in the

Re: Apache Wicket 1.4 takes type safety to the next level

2009-07-30 Thread Peter Thomas
great news. congrats to the wicket team ! the link is on DZone: http://www.dzone.com/links/apache_wicket_14_released_takes_type_safety_to_th.html On Thu, Jul 30, 2009 at 4:40 PM, Paul Szulc paul.sz...@gmail.com wrote: finally out :) !! thx wicket team! On Thu, Jul 30, 2009 at 12:54 PM,

Re: wicket version of tapestry jumpstart..

2009-08-04 Thread Peter Thomas
On Tue, Aug 4, 2009 at 11:11 PM, hari ks hari_...@yahoo.com wrote: hi, is there a wicket version of tapestry jumpstart. that would be nice. Have you looked at the Wicket Phonebook example (search the mailing list) or the Wicket quick-start for a very simple jumpstart app:

Re: crud app with wicket

2009-08-09 Thread Peter Thomas
On Mon, Aug 10, 2009 at 10:36 AM, Ivan Dudko ivan.du...@gmail.com wrote: Hi all! I am new to java. I am trying to write crud app and using Wicket,Spring,Hibernate and PostgreSQL. But speed is very slow. May be i am do it in not right way. Where i can see the right way of integration of these

new blog post (tutorial): roll your own YUI AutoComplete component

2009-08-12 Thread Peter Thomas
Hi, I tried to come up with a step-by-step tutorial on how to integrate the Yahoo User Interface Library (YUI) AutoComplete control. Link: http://www.dzone.com/links/wicket_tutorial_yui_autocomplete_using_json_and_a.html Summary: - Creating a re-usable Wicket custom component - How to

Re: Application-wide date formate

2010-02-05 Thread Peter Thomas
On Fri, Feb 5, 2010 at 2:42 PM, Josh Kamau joshnet2...@gmail.com wrote: Hi guys; I am getting frustrated trying to display date in the format dd-MMM- e.g 05-FEB-2010. i am using a TextFieldDate and a org.apache.wicket.extensions.yui.calendar.DatePicker . I have added the date picker

Re: Wicket used for mobile.walmart.com

2010-02-22 Thread Peter Thomas
Great, I think Riyad just put up a blog post on this. Here's the DZone link ;) http://www.dzone.com/links/apache_wicket_powers_mobilewalmartcom.html On Tue, Feb 23, 2010 at 3:01 AM, Joachim F. Kainz j...@jolira.com wrote: Riyad, Yes, please go ahead and share this information. Best

Re: Looking for a less chatty auto-complete component?

2010-03-14 Thread Peter Thomas
On Mon, Mar 15, 2010 at 7:12 AM, Ben Hutchison b...@ibsglobalweb.com wrote: Hi all, We're developing a wicket web-application that makes heavy use of auto-complete text fields populated from slow back-end (mainframe) web services. Concerned that standard auto-complete behavior will be too

Re: Scripting language

2010-09-01 Thread Peter Thomas
On Wed, Sep 1, 2010 at 8:31 PM, James Carman ja...@carmanconsulting.com wrote: You might want to try Scala/Wicket.  Do some googling for Scala AND Wicket. Also, there is a Groovy + Wicket version of the hotel booking demo app here (SVN):

Re: Scripting language

2010-09-01 Thread Peter Thomas
On Wed, Sep 1, 2010 at 9:08 PM, James Carman ja...@carmanconsulting.com wrote: On Wed, Sep 1, 2010 at 11:34 AM, Peter Thomas ptrtho...@gmail.com wrote: Done as an experiment a long time ago though, in a big hurry. Personally, I didn't like the combination of Groovy + Wicket, for reasons

Re: Scripting language

2010-09-01 Thread Peter Thomas
at 11:38 AM, James Carman ja...@carmanconsulting.comwrote: On Wed, Sep 1, 2010 at 11:34 AM, Peter Thomas ptrtho...@gmail.com wrote: Done as an experiment a long time ago though, in a big hurry. Personally, I didn't like the combination of Groovy + Wicket, for reasons mentioned

LegUp - updated

2010-10-01 Thread Peter Thomas
LegUp [1][2] has been updated to use the latest available versions of Wicket, Spring, Hibernate, Scala and wiQuery. The JBoss maven repository location (for Hibernate / JPA) has also been updated to point to the new one. LegUp gives you a head start creating projects using various combinations

Re: Jetty, images and 404 http

2008-01-07 Thread Peter Thomas
On 1/7/08, Al Maw [EMAIL PROTECTED] wrote: Wicket special-cases URLs that start with /resources/*. You therefore can't use that as a directory for your images. Regards, Al Al: can you provide more details / links / rationale on this? I keep images, css, js etc. under /resources relative

JMeter load testing and Ajax - is it possible

2008-01-08 Thread Peter Thomas
Hi, I'm trying to use JMeter when Ajax is involved. I have a form where a drop-down-choice onChange event, adds another drop-down onto the form over ajax. When the form is first shown, the second drop-down component is not visible at all. After the ajax operation and when both the drop-downs

Re: JMeter load testing and Ajax - is it possible

2008-01-08 Thread Peter Thomas
that works now. It looks like it should be possible to examine the XML returned and do fancy conditional stuff in subsequent steps, but I don't need this now, maybe later. Thanks, Peter. On Jan 8, 2008 2:40 PM, Peter Thomas [EMAIL PROTECTED] wrote: Hi, I'm trying to use JMeter when Ajax

Re: JMeter load testing and Ajax - is it possible

2008-01-08 Thread Peter Thomas
for dropdowns?)... yep :) and the learnings from that ended up on the wiki, hope to add more soon... My case was to have a dropdown populate the palette via onchange and ajax although this was on 1.2.6... regards Nino Peter Thomas wrote: Hi, I'm trying to use JMeter when Ajax

Re: JMeter load testing and Ajax - is it possible

2008-01-09 Thread Peter Thomas
On 1/8/08, Peter Thomas [EMAIL PROTECTED] wrote: On 1/8/08, Martijn Dashorst [EMAIL PROTECTED] wrote: The random parameter is to prevent the browser from caching the requests. It shouldn't have any implication afaict. Martijn Thanks Martijn - that answers one big question that I had

Re: Questions for permission of using the design of wicket-example

2008-01-21 Thread Peter Thomas
On 1/21/08, Johan Compagner [EMAIL PROTECTED] wrote: Cool to hear that it is such a big success! I cant believe that you couldnt use those things if they are all also released under apache license but lets wait for martijn. (you could drop the apache form the apache wicket name) Can some

Re: Questions for permission of using the design of wicket-example

2008-01-21 Thread Peter Thomas
On 1/21/08, Martijn Dashorst [EMAIL PROTECTED] wrote: On 1/21/08, Peter Thomas [EMAIL PROTECTED] wrote: Oh and by the way I noticed a poll on the Spring front page: http://www.springframework.org/ that asks the question which web templating framework do you use and Wicket is one

Re: Add row to list of items on a page dynamically via ajax without repainting whole list

2008-01-21 Thread Peter Thomas
On 1/22/08, atul singh [EMAIL PROTECTED] wrote: Hi I want to add a new row on my page using ajax, without having to repaint the complete list already being displayed on the page. This i want to reduce the ajax payload;any help on how i can do this? Try this thread:

Re: Wicket MarkupException

2008-02-07 Thread Peter Thomas
during the build operations. thanks On 2/7/08, Peter Thomas [EMAIL PROTECTED] wrote: On Feb 7, 2008 4:00 PM, Maurice Marrink [EMAIL PROTECTED] wrote: That is odd, it works for our component project. On tomcat that is. Either as compiled directory or as a jar. Can

Re: ReloadingWicketFilter

2008-02-27 Thread Peter Thomas
On 2/28/08, Igor Vaynberg [EMAIL PROTECTED] wrote: dont know, never really used it myself :) -igor On Wed, Feb 27, 2008 at 12:44 PM, carloc [EMAIL PROTECTED] wrote: THanks, I'll try again but I'm getting exceptions maybe I didn't do it correctly yet. Carlo This

Re: wicket-datetime

2008-03-05 Thread Peter Thomas
On 3/6/08, Ned Collyer [EMAIL PROTECTED] wrote: I'd potentially like to use this component, but its putting a ridiculous amount of javascript into the script section in the head. Including a copy of the license... Is there an easy way to move this into a separate request/resource - 1

Re: [vote] Release 1.4 with only generics and stop support for 1.3

2008-03-17 Thread Peter Thomas
+1 On 3/17/08, Martijn Dashorst [EMAIL PROTECTED] wrote: This thread is for voting only. Use the [discuss] thread for voicing your opinion or asking questions. This makes counting the votes much easier. The discussion on our development list makes it clear that a lot of folks are anxious

Re: Lightweight generic busy indicator

2008-06-07 Thread Peter Thomas
On Sat, Jun 7, 2008 at 9:47 PM, Igor Vaynberg [EMAIL PROTECTED] wrote: wicket supports global javascript event handlers for this. either search the list or look inside wicet-ajax.js, i cant recall them off the top of my head. They are mentioned in this thread:

Re: YUI DatePicker javascript inefficiency

2008-06-07 Thread Peter Thomas
On Sat, Jun 7, 2008 at 7:17 PM, Martin Makundi [EMAIL PROTECTED] wrote: Hi! I have a table with sevearal rows and each row has a couple of YUI datepickers (org.apache.wicket.extensions.yui.calendar.DatePicker). I was wondering why the page loads very slowly and then I had a look at the