Re: TinyMCE and textarea : validation problem

2011-12-29 Thread ricmancio
I solved it. I added TinyMceAjaxSubmitModifier class to my AjaxButton: fc = new AjaxButton(button,form){ . }; fc.add(new TinyMceAjaxSubmitModifier()); form.add(fc); *In conclusion:* I added *TinyMceBehavior *to my textarea field and I added

Re: Using JNDI from Jetty/Start.java

2011-12-29 Thread Chantal Ackermann
On Wed, 2011-12-28 at 16:52 +0100, armhold wrote: I moved the config file to src/test/jetty/jetty-env.xml because I didn't want it deployed with my production war file. It was really the two property settings I was missing. You might not even need the properties if you are using the

Re: Wicket.Ajax.registerPre/PostCallHandler filtering

2011-12-29 Thread Ernesto Reinaldo Barreiro
Allen, Isn't it possible to make the panel implement IAjaxIndicatorAware? Regards, Ernesto On Wed, Dec 28, 2011 at 11:41 PM, Allen Gilbert allen.gilb...@doane.eduwrote: Hello, I have a Panel containing many child components that perform various ajax actions. Whenever an ajax request is

Re: Palette and onComponentTagBody

2011-12-29 Thread matteus
I'm wondering how I didnt think about that before *slap* Thank you very much... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Palette-and-onComponentTagBody-tp4241432p4242524.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Palette and onComponentTagBody

2011-12-29 Thread Ernesto Reinaldo Barreiro
On the same package where you put MyPalette.java create a file MyPalette.html with swapped columns. Ernesto On Thu, Dec 29, 2011 at 12:17 PM, matteus matteu...@hotmail.com wrote: And how I'm supposed to provide my own MyPalette.html? I tried here to override /onComponentTagBody/ and add the

Re: AJAX on large page

2011-12-29 Thread Ernesto Reinaldo Barreiro
Anatoly, I would do more or less the following 1-Created a panel with an AbstractAjaxBehavior on it. 2-Use that behavior as context for rendering JSON format and handling row clicks. 3-Build the list using JSON+JavaScript. Each row could be built out of JSON data: when panel is loaded use some

AJAX on large page

2011-12-29 Thread Anatoly Kupriyanov
Hi everybody! I have a page which displays long list of messages. I use LoadableDetachableModel for the list view, because it should display the latest messages each time page renders. Each message has a ajax button to make some action on the message. Each time I click the button, wicket loads

Re: AJAX on large page

2011-12-29 Thread Sven Meier
Switch to a DataTable, IDataProvider has #model() exactly for your usecase. And if you haven't already, read http://wicketinaction.com/2008/09/building-a-smart-entitymodel/ Sven On 12/29/2011 03:48 PM, Anatoly Kupriyanov wrote: Hi everybody! I have a page which displays long list of

Re: AJAX on large page

2011-12-29 Thread Anatoly Kupriyanov
Thanks for the answer, Ernesto. A message has quite complex layout, it would be a lot of work to redo it in json. And I lose all benefits of wicket tester... Yes, that's that I mean by fighting the wicket, do everything manually, not using the wicket... Is it only solution? It worries me because

Re: IE6 Stops Loading Images

2011-12-29 Thread Dawid Dudzinski
Martin, I think we found a culprit. There are some http 504 errors appearing eventually in the transparent proxy that we set up. I think at this point it is a networking issue. Many thanks for responding. Sincerely, Dawid On Thu, Dec 29, 2011 at 9:33 AM, Dawid Dudzinski dawi...@gmail.com

Re: IE6 Stops Loading Images

2011-12-29 Thread Dawid Dudzinski
Wicket 1.4.15 Images are img tags returned through Wicket's AjaxRequestTarget object. The app returns new markup that is supposed to get rendered in browser. So far all indications are that the html is generated properly - we used a transparent proxy between browser and server to inspect

Re: Wicket.Ajax.registerPre/PostCallHandler filtering

2011-12-29 Thread Allen Gilbert
After a bit more digging, I'm not sure I'll be able to use IAjaxIndicatorAware at this time: https://issues.apache.org/jira/browse/WICKET-4257. I have a few components that currently use it, and we've noticed this issue as well. For them, it's simply an annoyance (the indicator graphic doesn't

Re: Wicket.Ajax.registerPre/PostCallHandler filtering

2011-12-29 Thread Cemal Bayramoglu
Allen, Is this what yo uneed? http://wicketinaction.com/2008/12/preventing-double-ajax-requests-in-3-lines-of-code/#more-302 Regards - Cemal jWeekend Training, Consulting, Development http://jWeekend.com On 29 December 2011 16:28, Allen Gilbert allen.gilb...@doane.edu wrote: Ernesto,

Re: Modal IE8

2011-12-29 Thread northar
I can also confirm this. Is this reported in Jira, c and more important will it be fixed for wicket 1.5.4? There are still people using IE8..:( -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Modal-IE8-tp4128656p4242591.html Sent from the Users forum mailing list

Re: Wicket.Ajax.registerPre/PostCallHandler filtering

2011-12-29 Thread Ernesto Reinaldo Barreiro
That's perfectly doable: put the loading indicator on top of the blocking div. On Thu, Dec 29, 2011 at 5:28 PM, Allen Gilbert allen.gilb...@doane.eduwrote: Ernesto, Interesting...I've only used IAjaxIndicatorAware to display a loading gif, but it might solve this problem if I can get it to

Re: Wicket.Ajax.registerPre/PostCallHandler filtering

2011-12-29 Thread Allen Gilbert
Ernesto, Interesting...I've only used IAjaxIndicatorAware to display a loading gif, but it might solve this problem if I can get it to nicely show and hide a div that a) blocks the user from interacting with my panel and b) shows a loading indicator. I'll try it out. Thanks! -Allen On Thu,

Re: Palette and onComponentTagBody

2011-12-29 Thread matteus
And how I'm supposed to provide my own MyPalette.html? I tried here to override /onComponentTagBody/ and add the html component to the response, but it didnt worked as expected. Can you show me how I can do it? Thanks... -- View this message in context:

my book updated for Wicket 1.5.x

2011-12-29 Thread Kent Tong
Hi, I've updated my book for Wicket 1.5.x. You may check it out or download the first two chapters at http://agileskills2.org/EWDW Thanks! - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands,

Could not locate error message for component: ..

2011-12-29 Thread Rahman USTA
Hi, im new in Wicket. im trying out an external validation , my validation class is here http://chopapp.com/#htmnirs3 , i get a message like this Could not locate error message for component: TextField@form:ad and error: [ValidationError message=[null], keys=[isim 3 karakterden büyük olmalı],

Re: Could not locate error message for component: ..

2011-12-29 Thread Christian Huber
Hi, i assume the string isim 3 karakterden büyük olmalı is the error message you want to display. You have two options here, first use ValidationError#setMessage instead of addMessageKey. The later considers it's argument being a message key to be looked up from a properties file. The

Re: Trying to use IAjaxCallDecorator after Modal Window close

2011-12-29 Thread mshaver
Found a work-around for this... before showing the modal, I manually call the javascript to show the mask, then hide it in the WindowClosedCallback. Not ideal, but hey. -- View this message in context:

Re: Could not locate error message for component: ..

2011-12-29 Thread Rahman USTA
I get it Christian, Thanks a lot 2011/12/29, Christian Huber hub...@butterbrot.org: Hi, i assume the string isim 3 karakterden büyük olmalı is the error message you want to display. You have two options here, first use ValidationError#setMessage instead of addMessageKey. The later

Re: Can't open modal popups in ie8 or under

2011-12-29 Thread northar
Can confirm this bug, and would be glad to see it fixed for 1.5.4, as a lot of users probaly still use ie8. Does 4241 really fix this? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Can-t-open-modal-popups-in-ie8-or-under-tp4241461p4245024.html Sent from the Users

Re: Regarding Stack Overflow exception

2011-12-29 Thread Igor Vaynberg
have you tried 1.4.19? -igor On Wed, Dec 28, 2011 at 11:47 PM, smsmaddy smsd...@gmail.com wrote: Hi,  Can you please suggest the version in which serialization issue is fixed. Even in the change log, I am not able to find the relevant entry of serialization fix? - //Maddy -- View

Re: Can't open modal popups in ie8 or under

2011-12-29 Thread northar
I can also confirm this was working in 1.5.0 but not in 1.5.1 - 1.5.3. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Can-t-open-modal-popups-in-ie8-or-under-tp4241461p4245065.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Can't open modal popups in ie8 or under

2011-12-29 Thread Igor Vaynberg
can you try the snapshot and see if its fixed? -igor On Thu, Dec 29, 2011 at 11:42 PM, northar josef.anders...@gmail.com wrote: I can also confirm this was working in 1.5.0 but not in 1.5.1 - 1.5.3. -- View this message in context: