Re: ListView highlight selected row

2010-05-19 Thread JeroenWolff
Igor, thanks you've helped me a lot...but now i repaint the whole table and on every onComponentTag i update the class if the item is selected or not. I see in the debugger that onComponentTag and the tag.put(class, selected) but it is not rendered. What do i do wrong?? Thanks!! This is my

Re: Just launched - www.onmydoorstep.com.au

2010-05-19 Thread Robert Kimotho
Very well done, but you can do something about the home page banner like making the images fade into each other better. Regards, Kimotho On Wed, May 19, 2010 at 2:14 AM, Zilvinas Vilutis cika...@gmail.com wrote: Actually you CAN test it locally, just you need to configure that you need this

Re: ListView highlight selected row

2010-05-19 Thread Jeremy Thomerson
try doing the tag.put(class, foo) BEFORE the super.onComponentTag - which is where the tag is rendered -- Jeremy Thomerson http://www.wickettraining.com On Wed, May 19, 2010 at 1:48 AM, JeroenWolff jeroen.wo...@gmail.com wrote: Igor, thanks you've helped me a lot...but now i repaint the

Re: Another Wicket Site

2010-05-19 Thread Ajayi Yinka
No doubt of a nicer alpha version. Keep it up. On Tue, May 18, 2010 at 4:54 PM, Ayodeji Aladejebi aladej...@gmail.comwrote: Hi all, just to announce another wicket project I am working on. we just launched the beta version http://www.nelexnigeria.com -- Aladejebi Ayodeji A.,

Re: drag and drop

2010-05-19 Thread DerBernd
Hi, I'm working on a wicket-project (1.4) and need to implement some dragdrop features. Could you give me some current links of tutorials to start with. I also don't know which technology to choose: YUI, DOJO, scriptaculous ??? Thank you for your help Bernd -- View this message in context:

SV: Request Https page

2010-05-19 Thread Wilhelmsen Tor Iver
https://localhost:8080/test Typically, a container will have a HTTPS-enabled connector on a different port; in Glassfish by default it is 8181, on Tomcat it is by default disabled but seems to have the value 8443 in a default server.xml (443 being the assigned port that you need root/admin

AW: drag and drop

2010-05-19 Thread Stefan Lindner
Perhaps you could try jWicket from wicketstuff http://www.wicketstuff.org/ (site is down at the moment). You could check aout the source from http://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/jwicket-parent and build the project with maven install Stefan

Re: drag and drop

2010-05-19 Thread Ernesto Reinaldo Barreiro
Hi Bernd, I would use YUI or give it a try to [1] as: 1-scriptacoulous has the problem (for IE) mentioned on this thread (disclaimer: I don't know if it has been fixed after this tread was created and taht was long ago)/ 2-jQuery DD is also broken for IE after AJAX replacements (Stefan Lindner

AW: drag and drop

2010-05-19 Thread Stefan Lindner
Ernesto Reinaldo wrote 2-jQuery DD is also broken for IE after AJAX replacements (Stefan Lindner will surely confirm this). You can find this explained in others threads on this list and on jQuery forum. It seems the same issue has been reported over and over and they do not fix it:-(. I think

Re: SEVERE:Pagemap null is still locked by: Thread

2010-05-19 Thread Johan Compagner
if you have a test case please make a jira issue and attach your sample. It is strange because in onBeginRequest of a request cycle there is no page locked what so ever. So i dont see how this is related. On Wed, May 19, 2010 at 00:49, Ayodeji Aladejebi aladej...@gmail.comwrote: I notice

Re: Exempt pages from pagemap

2010-05-19 Thread Martijn Dashorst
Are your models static instead of LoadableDetachable and/or PropertyModels? Martijn On Tue, May 18, 2010 at 10:38 PM, Loren Cole loren.c...@gmail.com wrote: I've got a couple of pages which display data that changes often and I want to be sure that when a user hits refresh they get a fresh new

Re: drag and drop

2010-05-19 Thread Stefan Jozsa
I used wicketstuff-jwicket with SUCCESS. It is based on jQuey, is a non intrusive, extremly easy to use library. Istvan --- On Wed, 5/19/10, DerBernd beha...@web.de wrote: From: DerBernd beha...@web.de Subject: Re: drag and drop To: users@wicket.apache.org Date: Wednesday, May 19, 2010,

Re: drag and drop

2010-05-19 Thread Stefan Jozsa
I can confirm, that it _IS_ patched, dragdrop works on IE. Istvan ... think Stefan has patched the jquery.js file to get it working for his jWicket project. - To unsubscribe, e-mail:

Re: drag and drop

2010-05-19 Thread Ernesto Reinaldo Barreiro
Hi Istvan, Don't take me wrong but: can you confirm that any other third party plugins you want to integrate with your application will work with the patched version of jquery? I know Stefan has tested a lot his fix but you cannot be 100% sure that this fix will not brake other untested

Re: drag and drop

2010-05-19 Thread David Leangen
Can you provide a link to the issue? I'll vote for it. Maybe lots of other people on this list could do the same. ;-) On May 19, 2010, at 8:14 PM, Ernesto Reinaldo Barreiro wrote: Hi Istvan, Don't take me wrong but: can you confirm that any other third party plugins you want to

Re: drag and drop

2010-05-19 Thread Martin Makundi
If you have a patch, should be easy to get it accepted to jquery, no? 2010/5/19 Ernesto Reinaldo Barreiro reier...@gmail.com: Hi Istvan, Don't take me wrong but: can you confirm that any other third party plugins you want to integrate with your application will work with the patched version

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-19 Thread Michał Letyński
Hi. Whay do you want to change exactly Muro ? Temporary path is set to javax.servlet.context.tempdir. Image must be temporary uploaded somewhere to show it in editor later. This src in img tag points into ImageUploadPanel which implements IResourceListener. So the ImageUploadPanel is called

Re: drag and drop

2010-05-19 Thread Ernesto Reinaldo Barreiro
Hi David, The issue is [1]. I discovered it while I was working on [2]: a grid component allowing to sort columns by dragging them. That feature works fine in any other browser I have tested (FF, Chrome, Opera) except any version (I have tested) of IE. I was able to reproduce the issue using

Re: drag and drop

2010-05-19 Thread Ernesto Reinaldo Barreiro
Stefan has a patch. He posted his patch on the issue I created... See my previous e-mail Ernesto On Wed, May 19, 2010 at 1:22 PM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: If you have a patch, should be easy to get it accepted to jquery, no? 2010/5/19 Ernesto Reinaldo Barreiro

JSR286 portlets and events

2010-05-19 Thread napple fabble
I am using wicket to implement some JSR286 portlets. How can I implement communication between different portlets using events? There's some ideas at http://jaibeermalik.wordpress.com/tag/wicket-portlet-development/ but I don't entirely understand how the catching of event should be handled

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-19 Thread Muro Copenhagen
Hi Michal, Thanks for the reply Yes that was my idea. It would be better with a static reference to a localdrive folder, so the folder works as a image repository. I am working on a wepapp where users has to login...the problem i am experiencing is that the the image reference is temporary,

Ajax wizard and page anchor

2010-05-19 Thread nmetzger
Hi all, I've upgraded my wizard to use the AjaxWizardButtonBar etc. as suggested by a couple of other people. It works great, so thanks! My problem is more html/css oriented. All wizard pages seem to be anchored around the buttons, so if I have a longer wizard page, then the user is not

Help me speed up my Wicket

2010-05-19 Thread Martin Makundi
Hi! HELP! I have a problem. I have a table with 20 columns and 30 rows (calendar). The problem is that it renders very slowly in browsers. The reason is not directly network speed but it is the VERY heavy markup. Each table cell has 3 ajax components and the ajax call functions are

Re: Help me speed up my Wicket

2010-05-19 Thread nino martinez wael
The easiest thing would probably to lazy load the rows somehow, how are load time pr row?.. Otherwise you could extract the long inline code into a seperate js and wrap them into induvidual methods, although I do not know if it makes page load faster or there could be other issues. 2010/5/19

Re: Help me speed up my Wicket

2010-05-19 Thread Martin Makundi
Hi! Otherwise you could extract the long inline code into a seperate js and wrap them into induvidual methods, although I do not know if it makes page load faster or there could be other issues. I will try somehow the individual function approach. My point is, however, that there is very

Re: Help me speed up my Wicket

2010-05-19 Thread Jeremy Thomerson
If you've already proven that removing the AJAX removes the contention, I'd go with Nino's otherwise route. That was my first guess. Depending on what you're doing with those AJAX calls, you could probably make it so that you have one to three of them for the entire table, wrapped in a custom

Re: Help me speed up my Wicket

2010-05-19 Thread Martin Makundi
Hi! Yes.. my question now is: how to easily extract the JS? It is from onchangeajaxbehavior etc. I would like to continue using wicket standard onchangeajaxbehavior but somehow override the way it injects the js into the component tag. Suggestions to accomplish this? ** Martin 2010/5/19 Jeremy

Re: Help me speed up my Wicket

2010-05-19 Thread Jeremy Thomerson
Well, if the rendering of all that extra JS is what's causing the problem, I'd try to limit it to one rendering of the (slightly-modified) behavior. You can basically render something like this: function somethingInMyTableChanged(rowInd) { return wicketAjaxGet('{standardBehaviorUrl}rowIndex='

Re: Help me speed up my Wicket

2010-05-19 Thread Martin Makundi
Hmm.. I am afraid of losing the component update processing in onchangeajaxbehavior and its superclasses. Actually the true solution is to leave out the selects completely ,] I wonder if I could render them somewhere else... like bottom of page and then just move them onto the table when

Re: Testing AjaxSubmitLink#onSubmit() with WicketTester @L

2010-05-19 Thread Alec Swan
I'd like to resurrect this old tread because I ran into this issue again. Last time I changed my code to use a regular link to submit the form, but this time the form is on a modal window and has to be submitted with AjaxSubmitLink. My current findings are identical to the ones describes in my

Wicket Cobertura problem

2010-05-19 Thread David Alves
Hi I'm quite new to wicket, and I'm having a strange problem. I'm using wicket (1.4.8) with embedded jetty in a large cluster application. Everything works out most of the time, except when I run cobertura test coverage (under maven). Starting my application in every

Re: Another Wicket Site

2010-05-19 Thread chinedubond
nice love seeing Nigerians doing great things keep it up . On Tue, May 18, 2010 at 10:55 PM, Ajayi Yinka iamstyaj...@googlemail.com wrote: No doubt of a nicer alpha version. Keep it up. On Tue, May 18, 2010 at 4:54 PM, Ayodeji Aladejebi aladej...@gmail.comwrote: Hi all, just to announce

Re: Help me speed up my Wicket

2010-05-19 Thread nino martinez wael
2010/5/19 Martin Makundi martin.maku...@koodaripalvelut.com: Hi! Otherwise you could extract the long inline code into a seperate js and wrap them into induvidual methods, although I do not know if it makes page load faster or there could be other issues. I will try somehow the individual

Re: Help me speed up my Wicket

2010-05-19 Thread nino martinez wael
hmm could'nt just use a custom ajax decorator? Or override the js part of the onchangeajaxbehaviour? 2010/5/19 Jeremy Thomerson jer...@wickettraining.com: Well, if the rendering of all that extra JS is what's causing the problem, I'd try to limit it to one rendering of the (slightly-modified)

Re: Wicket Cobertura problem

2010-05-19 Thread nino martinez wael
what are you using to build with maven, ant or? 2010/5/19 David Alves dal...@student.dei.uc.pt: Hi        I'm quite new to wicket, and I'm having a strange problem. I'm using wicket (1.4.8) with embedded jetty in a large cluster application.        Everything works out most of the time,

Re: Help me speed up my Wicket

2010-05-19 Thread Martin Makundi
Hi! hmm could'nt just use a custom ajax decorator? Or override the js part of the onchangeajaxbehaviour? Hmm.. sounds like a good starting point... thanks. BTW: I totally lost you on that lazy loading thing... the user would like the page to load in a snap and using it to be like a snap. How

Re: Wicket Cobertura problem

2010-05-19 Thread David Alves
Hi Nino I'm using maven, it only fails when I run the cobertura:cobertura target. David On May 19, 2010, at 6:57 PM, nino martinez wael wrote: what are you using to build with maven, ant or? 2010/5/19 David Alves dal...@student.dei.uc.pt: Hi I'm quite new to wicket, and

Re: Help me speed up my Wicket

2010-05-19 Thread nino martinez wael
about the lazyloading, I was thinking to cascade load the rows after page render, it should perform better in theory:)... 2010/5/19 Martin Makundi martin.maku...@koodaripalvelut.com: Hi! hmm could'nt just use a custom ajax decorator? Or override the js part of the onchangeajaxbehaviour?

Re: Testing AjaxSubmitLink#onSubmit() with WicketTester @L

2010-05-19 Thread Alec Swan
I found a way to submit a form with Ajax link in a file attached to Wicket bug #2783: tester.executeAjaxEvent(path:to:ajax:link, onclick) I hope there is a more graceful way to do this. On Wed, May 19, 2010 at 10:38 AM, Alec Swan alecs...@gmail.com wrote: I'd like to resurrect this old tread

Re: Wicket Cobertura problem

2010-05-19 Thread nino martinez wael
Strange, I haven't encounter problems like that.. So it works when running mvn test or mvn clean install? 2010/5/19 David Alves dal...@student.dei.uc.pt: Hi Nino        I'm using maven, it only fails when I run the cobertura:cobertura target. David On May 19, 2010, at 6:57 PM, nino

Re: Wicket Cobertura problem

2010-05-19 Thread David Alves
Exactly. weird right? I'm not 100% sure that it is a wicket problem (it could be a jetty problem), still I find suspicious that the only stuff missing from the logs when it fails is the wicket stuff. On May 19, 2010, at 8:29 PM, nino martinez wael wrote: Strange, I haven't encounter problems

Re: How to replace RelativePathPrefixHandler

2010-05-19 Thread Igor Vaynberg
the javadoc probably has a clue /** * Get the (modifiable) list of IComponentResolvers. * * @see AutoComponentResolver for an example * @return List of ComponentResolvers */ notice the *modifiable* part -igor On Tue, May 18, 2010 at 7:51 PM,

Re: ListView highlight selected row

2010-05-19 Thread Igor Vaynberg
no, i dont think its rendered in the super called, only prepared for rendering so his code should work just fine. set a breakpoint and see if its being called. also what markup is the listview attached to? -igor On Tue, May 18, 2010 at 11:51 PM, Jeremy Thomerson jer...@wickettraining.com wrote:

Re: replace panel problems

2010-05-19 Thread Ivoneta
I have one question! I assume when inicialize de GenericDomReadyTailJavaScriptBehavior, the parameter should be a string with the JavaScript content, right? I could define the jQuery functions in a js file and call the function that I need from this AbstractBehavior class? I think, if you have

RE: Using a component resolver to provide a panel component inside an enclosure

2010-05-19 Thread Chris Colman
Can you create a quickstart for this and attach it to a JIRA? Yes, created a quickstart and attached to this new JIRA issue: https://issues.apache.org/jira/browse/WICKET-2882 Regards, Chris -- Jeremy Thomerson http://www.wickettraining.com On Tue, May 18, 2010 at 9:38 PM, Chris Colman

Re: Changing css class based on page

2010-05-19 Thread Ioannis Mavroukakis
Thanks Jeremy I appreciate the pointer :-) Y. On 18 May 2010, at 14:26, Jeremy Thomerson wrote: I'd suggest modifying the class rather than the ID in case you end up doing something with ajax later. Jeremy Thomerson http://www.wickettraining.com -- sent from a wireless device

Re: How to replace RelativePathPrefixHandler

2010-05-19 Thread bht
Thanks Igor. That indeed looks very promising, and I replaced RelativePathPrefixHandler with a variant but that doesn't seem to work. I had already filed a Jira issue https://issues.apache.org/jira/browse/WICKET-2881 before I saw your response. Regards, Bernard On Wed, 19 May 2010 14:51:59