Re: Should/Could ServletWebRequest.isAjax be cached?

2008-11-02 Thread Martin Makundi
The profiler shows that for a (large) page, 40% of the effort (20 seconds per such particular page) goes into just parsing the tags and does not seem to process any logic. So, some streamlining might be in order there, even after this particular issue. Jira issue created with attached profiler

How can I format feedback messages?

2008-11-02 Thread Martin Makundi
Hi! How can I (centrally / per component) format the Numbers and Dates in feedback messages? I found some discussion about it, but no solution yet: http://www.mail-archive.com/[EMAIL PROTECTED]/msg00736.html ** Martin - To

Re: Handling runtime exceptions in ajax request

2008-11-02 Thread Alex Objelean
I'm interested in this subject too. Anyone? Daniel Stoch-2 wrote: Hi, In Wicket by default IRequestCycleProcessor.respond(RuntimeException, RequestCycle) method is called to handle runtime exceptions. In AbstractRequestCycleProcessor this method throws RestartResponseException (or

Re: Different size of Modal Window in IE and Firefox

2008-11-02 Thread Tomasz Dziurko
Ok, problem solved. I had old cookies with changed size placed in one browser. When I cleared cookies size of modal windows in both browsers are equal. Regards -- Tomasz Dziurko - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: testing borders with WicketTester

2008-11-02 Thread Daniel Lipski
Sorry, but I dont get your point... What do you mean self contained (in terms of Wicket API) ? Im sure there is a lot of user created border components which contain a lot of surrounding markup and components and it is very desireble(at least for me :)) to be able to 'unit' test such components

Re: testing borders with WicketTester

2008-11-02 Thread James Carman
Are you sure you don't want to use markup inheritance rather than borders? On Sun, Nov 2, 2008 at 5:57 AM, Daniel Lipski [EMAIL PROTECTED] wrote: Sorry, but I dont get your point... What do you mean self contained (in terms of Wicket API) ? Im sure there is a lot of user created border

JavaScript Framework Dependencies

2008-11-02 Thread Uwe Schäfer
hi forgive me, if this topic is a dead horse already, but it really bugs me that this does not seem to be sorted out. i´m just wondering why there isn´t a project like org.wicketstuff.javascript.mootools/jquery/extjs/whatever the story: i was just implementing some mini behaviour using

Refresh parent page from an iframe

2008-11-02 Thread itayh
Hi, I have a page that contains several iframes with some actions in each iframe. When I press on some of the actions I want the parent page to be updated (since the actions affect the whole parent page with the iframes). But every attempt to update the page is actually updating the iframe only.

Are there any open-source webapplications based on Wicket?

2008-11-02 Thread Toby78
In PHP, many open-source applications exist, such as Drupal, PHPBB...and thousands of other scripts. So far I have not found a single Wicket-based website or project. Is there none so far or just hidden somewhere on the net ? -- View this message in context:

Re: OnChangeAjaxBehavior receives only first input character

2008-11-02 Thread Daniele Dellafiore
I fixed it. The problem is that the copmponent I want to update was outside the form. On Tue, Oct 28, 2008 at 3:51 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi Daniele Provide your code, java and html cutout, it's clearly not similar then it would work.. Daniele

Re: Moving from Tapestry to Wicket?

2008-11-02 Thread GK1971
Hi Eelco, You are correct - right now my main worry is about development cost. Hardware cost is cheaper IMHO than having developers struggle with a hard framework and spending too much time trying to maintain and write code based around a hard framework. Honestly in our application (we have a

Re: Refresh parent page from an iframe

2008-11-02 Thread Bert van Heukelom
There is an example Implementation of a file upload, that is contained in an iFrame ( http://www.demay-fr.net/blog/index.php/2007/12/07/93-simulate-ajax-file-upload-with-wicket). The Author wanted pretty much the same as you do: Alter the containing (parent) page. He uses a javascript call to the

Re: Are there any open-source webapplications based on Wicket?

2008-11-02 Thread Martijn Dashorst
hippo, ehour, jtrac, artifactory, sakai to name a few. Martijn On Sun, Nov 2, 2008 at 8:51 AM, Toby78 [EMAIL PROTECTED] wrote: In PHP, many open-source applications exist, such as Drupal, PHPBB...and thousands of other scripts. So far I have not found a single Wicket-based website or

Re: JavaScript Framework Dependencies

2008-11-02 Thread Sven Meier
Hi Uwe, this is exactly the reason why we have wicketstuff-prototype: http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-prototype IMHO we could use something similar for mootools. Sven Uwe Schäfer schrieb: hi forgive me, if this topic is a dead horse already, but it

Re: testing borders with WicketTester

2008-11-02 Thread Igor Vaynberg
self contained in that the page and panel has everything they need to render themselves. a border is meant to be embedded in a page or panel, not work independently. anyways, its really easy to create a generic panel to facilitate the testing of borders. -igor On Sun, Nov 2, 2008 at 2:57 AM,

Re: Are there any open-source webapplications based on Wicket?

2008-11-02 Thread Erik van Oosten
http://cwiki.apache.org/WICKET/sites-using-wicket.html So far I have not found a single Wicket-based website or project. Is there none so far or just hidden somewhere on the net ? - To unsubscribe, e-mail: [EMAIL

example application for spring wicket hibernate

2008-11-02 Thread miro
are there any examples for spring, wicket and hibernate ? -- View this message in context: http://www.nabble.com/example-application-for-spring-wicket-hibernate-tp20293119p20293119.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: JavaScript Framework Dependencies

2008-11-02 Thread Igor Vaynberg
On Sun, Nov 2, 2008 at 7:08 AM, Uwe Schäfer [EMAIL PROTECTED] wrote: i´m just wondering why there isn´t a project like org.wicketstuff.javascript.mootools/jquery/extjs/whatever why? because you havent built it yet. wicketstuff is open for participation, feel free. -igor

Re: example application for spring wicket hibernate

2008-11-02 Thread Tomasz Dziurko
Phonebook: http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-phonebook . If you need NetBeans project for it just tell me, I have it somewhere on the disc Regards -- Tomasz Dziurko - To unsubscribe, e-mail: [EMAIL

Re: example application for spring wicket hibernate

2008-11-02 Thread Sébastien Piller
you may look at wicket iolite too, it's very usefull miro wrote: are there any examples for spring, wicket and hibernate ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JavaScript Framework Dependencies / Wicket Stuff commit access

2008-11-02 Thread Uwe Schäfer
Igor Vaynberg schrieb: i´m just wondering why there isn´t a project like org.wicketstuff.javascript.mootools/jquery/extjs/whatever why? because you havent built it yet. wicketstuff is open for participation, feel free. the answer i was hoping for ;) i´d like to ask for permission to commit

Re: JavaScript Framework Dependencies

2008-11-02 Thread Uwe Schäfer
Sven Meier schrieb: this is exactly the reason why we have wicketstuff-prototype: http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-prototype good to hear that. i´ll look into it thx uwe - To unsubscribe,

Re: JavaScript Framework Dependencies

2008-11-02 Thread francisco treacy
afaik there are several projects in wicketstuff. at least for scriptaculous, jquery and mootools. no idea how good/extense these implementations are though. there is also wickext (code.google.com/p/wickext/ ) for jquery. francisco On Sun, Nov 2, 2008 at 8:51 PM, Igor Vaynberg [EMAIL PROTECTED]

Broken pipe

2008-11-02 Thread Martin Makundi
Hi! I quite often suffer this exception.. anybody have similar experiences and know of a workaround? It crashes the jvm.. 2008-11-02 18:48:02,819 4[btpool0-4] ERROR TakpServlet - Faltal error, servlet service halted. org.mortbay.jetty.EofException at

Re: JavaScript Framework Dependencies / Wicket Stuff commit access

2008-11-02 Thread Igor Vaynberg
you have svn. nino can set you up with the rest soon. -igor On Sun, Nov 2, 2008 at 1:33 PM, Uwe Schäfer [EMAIL PROTECTED] wrote: Igor Vaynberg schrieb: i´m just wondering why there isn´t a project like org.wicketstuff.javascript.mootools/jquery/extjs/whatever why? because you havent built

Re: Session destruction due to timeout...

2008-11-02 Thread schapes
Mendeleev wrote: I passed the application key and it worked. Thanks a lot for the help. Would you be able to post your solution. I am trying to solve the same problem. Right now I am using the solution posted on this thread by Nino. Do you have an alternate way of solving this

Re: Testing + IFrame

2008-11-02 Thread Timo Rantalaiho
On Fri, 31 Oct 2008, Bert van Heukelom wrote: I want to test an ajax upload component that uses an IFrame. I have difficulties when trying to access Components via their path that are contained in the IFrame. I manage to a reference of the Iframe but can not find a path-string that accesses a

Re: Should/Could ServletWebRequest.isAjax be cached?

2008-11-02 Thread Timo Rantalaiho
On Sun, 02 Nov 2008, Martin Makundi wrote: The profiler shows that for a (large) page, 40% of the effort (20 seconds per such particular page) goes into just parsing the tags and does not seem to process any logic. So, some streamlining might be in order there, even after this particular

Re: Should/Could ServletWebRequest.isAjax be cached?

2008-11-02 Thread Martin Makundi
So, some streamlining might be in order there, even after this particular issue. Do you have a lot of Ajax updates of small components without their own markup? https://issues.apache.org/jira/browse/WICKET-1857 might be hitting you as well and it would be interesting to see if your

Re: Moving from Tapestry to Wicket?

2008-11-02 Thread Jeremy Thomerson
I can vouch for the fact that Wicket's learning curve, compared to Tapestry's, is MUCH, MUCH easier for an object-oriented Java programmer. We used Tapestry at my last place of employment, and I hated it. When I left, I chose Wicket, and for the past several years have been enjoying UI

Re: Broken pipe

2008-11-02 Thread Erik van Oosten
My latest application also runs on 64bit (Ubuntu 8.04). The JVM crashed regularly (in the compiler) until I upgraded to Java 6u10. Regards, Erik. Martin Makundi wrote: Hi! I quite often suffer this exception.. anybody have similar experiences and know of a workaround? It crashes the

Re: Broken pipe

2008-11-02 Thread Martin Makundi
What is your exact version, mine is: java version 1.6.0_10-beta Java(TM) SE Runtime Environment (build 1.6.0_10-beta-b25) Java HotSpot(TM) 64-Bit Server VM (build 11.0-b12, mixed mode) Linux version 2.6.18-xenU (gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) ** Martin 2008/11/3

Re: Broken pipe

2008-11-02 Thread Erik van Oosten
I have: $ java -version java version 1.6.0_10-rc Java(TM) SE Runtime Environment (build 1.6.0_10-rc-b28) Java HotSpot(TM) 64-Bit Server VM (build 11.0-b15, mixed mode) $ uname -a Linux server #1 SMP Wed May 28 20:21:05 UTC 2008 x86_64 GNU/Linux Regards, Erik. Martin Makundi wrote: What

Re: testing borders with WicketTester

2008-11-02 Thread Daniel Lipski
No, I think you misunderstood me, when I wrote about empty body I was thinking about testing, I know that border without its body works like panel and shouldnt be used in such case. I was writing about borders which have bodies, but during testing I was interested in testing such borders with