Re: Wicket 1.4.14 Bug with panels updated by Ajax rendering a CSS

2010-12-01 Thread Antoine Angénieux
for Wicket 1.4.15 before upgrading my current applications from Wicket 1.4.13. Cheers, Antoine. Le 01/12/2010 15:01, Brad Grier a écrit : Let me know how it goes. I can't help but think this bug is related to the problem I'm seeing. -Original Message- From: Antoine Angénieux Sent

Re: Wicket 1.4.14 Bug with panels updated by Ajax rendering a CSS

2010-11-30 Thread Antoine Angénieux
Nobody has any idea on the subject ? OK, I'll come up with a quickstart this WE ! Cheers, Antoine. Le 29/11/2010 15:42, Antoine Angenieux a écrit : Hi all, I have just upgraded my dev environment from Wicket 1.4.13 to 1.4.14 this morning and discovered a bug related to CSS. On a page, I

Re: getPage() throws IllegalStateException: No Page found for component

2007-12-26 Thread Antoine Angénieux
May be you should try making your panel abstract and override an abstract method as an anonymous inner class of your page, instead of all your ifs ? Like : public abstract class MyPageRelatedPanel extends Panel { public MyPageRelatedPanel(String id, IModel model) { super(id, model);

Form with multiple Ajax updating behaviours and standard SubmitLinks problems

2007-12-07 Thread Antoine Angénieux
Hi guys, I'm having an issue on a page that has many Ajax updating behviors. When the user clicks on one of the regular SubmitLinks, even there are pending Ajax requests, the HTTP POST is immediately done. Then, it appears that the previously in progress Ajax requests hit the new page, and

Re: Ajax Memory Leak in IE

2007-11-30 Thread Antoine Angénieux
Matej Knopp a écrit : Hi, sorry, it was a regression. Should be fixed in current trunk. Don't, shit happens ! Thanks alot for reacting so quickly, You guys are marvelous ;) Cheers, Antoine. PS: Just tested it, and it works just fine -Matej On Nov 30, 2007 2:28 PM, Antoine Angénieux

Re: Ajax Memory Leak in IE

2007-11-30 Thread Antoine Angénieux
Just updated and rebuilt from the trunk, and now Ajax the pager component in AjaxFallbackDefaultDataTable do not work any more... (IE6 and IE7) Cheers, Antoine. picknick a écrit : Wow, you're quick. Thanks. Matej Knopp-2 wrote: Hi, should be fixed in latest trunk. -Matej On Nov 26,

Re: Ajax Memory Leak in IE

2007-11-30 Thread Antoine Angénieux
response: Erreur d'exécution inconnue INFO: Invoking post-call handler(s)... INFO: Invoking failure handler(s)... Antoine Angénieux a écrit : Just updated and rebuilt from the trunk, and now Ajax the pager component in AjaxFallbackDefaultDataTable do not work any more... (IE6 and IE7) Cheers, Antoine

wicket:enclosure bug when parent is a non transperent border in current trunk version ?

2007-11-27 Thread Antoine Angénieux
Hi guys, I'm using the latest trunk version. I have a border (non transparent) in which portions of markup are made visible / invisible by the use of the wicket enclosure tag. Here is an example markup : !-- This is a non transparent border -- span wicket:id=actionsBorder wicket:enclosure

Re: wicket:enclosure bug when parent is a non transperent border in current trunk version ?

2007-11-27 Thread Antoine Angénieux
Hi Igor, Igor Vaynberg a écrit : please add a jira ticket for this Done ! https://issues.apache.org/jira/browse/WICKET-1188 Cheers, Antoine. -igor On Nov 27, 2007 3:25 AM, Antoine Angénieux [EMAIL PROTECTED] wrote: Hi guys, I'm using the latest trunk version. I have a border (non

Re: French companies working with Wicket

2007-11-20 Thread Antoine Angénieux
Bonne idée çà, un groupe francophone ! ++ Antoine. David Leangen a écrit : Et j'espère que French ne se limite pas seulement à la France ! ;-) Y'a d'autres francophones aussi, tsé. -Original Message- From: Hugues Pichereau [mailto:[EMAIL PROTECTED] Sent: 20 November 2007 05:43

Re: French companies working with Wicket

2007-11-19 Thread Antoine Angénieux
Hugues Pichereau a écrit : Since it's a french-only thread, I follow up with french language ;-) Ok ;) Antoine, peux tu dire le nom de ta société, à moins que ce soit confidentiel-défense =^D ? Société Clinigrid, on travaille dans les SI médicaux et les essais cliniques ! Antoine

subscription

2007-11-02 Thread Antoine Angénieux
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: image overlays, what's the best solution ?

2007-08-19 Thread Antoine Angénieux
in the wiki and post the link on the list. gerolf On 8/15/07, Antoine Angénieux [EMAIL PROTECTED] wrote: Okay, I found a solution based uniquely based on ResourceReference for both the original icon and the decorators to be applied. If anyone's interested, let me know it and I'll post some code

Re: image overlays, what's the best solution ?

2007-08-15 Thread Antoine Angénieux
Okay, I found a solution based uniquely based on ResourceReference for both the original icon and the decorators to be applied. If anyone's interested, let me know it and I'll post some code. Cheers, Antoine. Antoine Angénieux a écrit : Hi guys, I've been using Wickets for over 6 months