Re: [Wicket-develop] Re: [ wicket-Bugs-1254001 ] DatePicker changes text field id

2005-08-14 Thread Eelco Hillenius
Ah, ok... now I get it. Now that I think of it... DatePicker should use the id that is attached to the tag if there is one, and only generate one when there is none. Wouldn't that be a more elegant fix? Eelco Jan Bares wrote: Hi Eelco, (there was no discussion). The DatePicker changes id

Re: [Wicket-develop] Re: [ wicket-Bugs-1254001 ] DatePicker changes text field id

2005-08-14 Thread Matej Knopp
Definitely yes. I think it its important to preserve the original ID, because it might be reffered to from CSS. -Matej Eelco Hillenius wrote: Ah, ok... now I get it. Now that I think of it... DatePicker should use the id that is attached to the tag if there is one, and only generate one

Re: [Wicket-develop] Re: [ wicket-Bugs-1254001 ] DatePicker changes text field id

2005-08-14 Thread Phil Kulak
Is there an example project that uses the date picker? On 8/14/05, Matej Knopp [EMAIL PROTECTED] wrote: Definitely yes. I think it its important to preserve the original ID, because it might be reffered to from CSS. -Matej Eelco Hillenius wrote: Ah, ok... now I get it. Now that I

Re: [Wicket-develop] Re: [ wicket-Bugs-1254001 ] DatePicker changes text field id

2005-08-14 Thread Phil Kulak
Nevermind, found it. On 8/14/05, Phil Kulak [EMAIL PROTECTED] wrote: Is there an example project that uses the date picker? On 8/14/05, Matej Knopp [EMAIL PROTECTED] wrote: Definitely yes. I think it its important to preserve the original ID, because it might be reffered to from CSS.

Re: [Wicket-develop] Markup Inheritance, Panels and HeaderComponent support

2005-08-14 Thread Juergen Donnerstag
i just checked in a new version of markup inheritance which supports Panels, bordered pages, headers and automatic re-loading if markup files are changed. I would appreciate you test it with your applications and give me some feedback Juergen On 8/11/05, Gili [EMAIL PROTECTED] wrote:

[Wicket-develop] Page level IEventRequestHandler?

2005-08-14 Thread Phil Kulak
I built an AJAX event request handler extending from AbstractEventRequestHandler, added it to the page and it didn't work. So, I made a dummy Label, added it to that, and all was good. Would it be difficult to allow my first use case? ---

Re: [Wicket-develop] Page level IEventRequestHandler?

2005-08-14 Thread Eelco Hillenius
It should work with your use case too, so you found a bug. What was not working? Eelco Phil Kulak wrote: I built an AJAX event request handler extending from AbstractEventRequestHandler, added it to the page and it didn't work. So, I made a dummy Label, added it to that, and all was good.

[Wicket-develop] [ wicket-Bugs-1259203 ] Fix Tomcat usability issues

2005-08-14 Thread SourceForge.net
Bugs item #1259203, was opened at 2005-08-14 19:20 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=684975aid=1259203group_id=119783 Please note that this message will contain a full copy of

Re: [Wicket-develop] Page level IEventRequestHandler?

2005-08-14 Thread Phil Kulak
Nothing was being contributed to the header. On 8/14/05, Eelco Hillenius [EMAIL PROTECTED] wrote: It should work with your use case too, so you found a bug. What was not working? Eelco Phil Kulak wrote: I built an AJAX event request handler extending from AbstractEventRequestHandler,

Re: [Wicket-develop] [ wicket-Bugs-1259203 ] Fix Tomcat usability issues

2005-08-14 Thread Crash_neo
Ow yes please, I me just thinking it was me doing it al wrong. I have written a ant build script that also re - deployes the application after a build. But it did not work. (while it did with al the other webapps I have written (non wicket)) Is this the same problem, that I cannot unload

Re: [Wicket-develop] [ wicket-Bugs-1259203 ] Fix Tomcat usability issues

2005-08-14 Thread Eelco Hillenius
Did you guys try to set the polling for resource changes off (in other words, setting Wicket to 'production' mode)? Eelco Crash_neo wrote: Ow yes please, I me just thinking it was me doing it al wrong. I have written a ant build script that also re - deployes the application after a build.

Re: [Wicket-develop] [ wicket-Bugs-1259203 ] Fix Tomcat usability issues

2005-08-14 Thread Johan Compagner
i personally don't have any problems when running in tomcat and i am doing all my (wicket) development in tomcat. But i don't have to unload a webapp and then reload again. I am only counting on the hotswap class feature of the JVM that eclipse uses for me when running/debugging code. But i

[Wicket-develop] New palette component in contrib

2005-08-14 Thread Igor Vaynberg
Hi, Just checked in my first pass at a palette component. Basically its two select boxes side by side and add/remove/moveup/movedown buttons. Looking for any feedback/suggestions/etc/etc Thanks, -Igor --- SF.Net email is Sponsored by the

[Wicket-develop] [ wicket-Feature Requests-1259375 ] make our error messages friendlier

2005-08-14 Thread SourceForge.net
Feature Requests item #1259375, was opened at 2005-08-15 01:38 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=684978aid=1259375group_id=119783 Please note that this message will contain a

Re: [Wicket-develop] Re: Re: [ wicket-Bugs-1254001 ] DatePicker changes text field id

2005-08-14 Thread dongping lu
but If it was used in a ListView , many components share the same id ? On 8/14/05, Jan Bares [EMAIL PROTECTED] wrote: Yes, I like it. Jan Now that I think of it... DatePicker should use the id that is attached to the tag if there is one, and only generate one when there is none.

RE: [Wicket-develop] Re: Re: [ wicket-Bugs-1254001 ] DatePicker changes text field id

2005-08-14 Thread Cameron Braid
The solution in that case is to not specify an 'id' attribute in the markup. Then each label and datepicker will be given generated 'for' and 'id' attributes. You can use a 'class' attribute to attach css information. Cameron -Original Message- From: [EMAIL PROTECTED]

[Wicket-develop] [ wicket-Patches-1259548 ] Simplified Exception Throwing in WicketServlet

2005-08-14 Thread SourceForge.net
Patches item #1259548, was opened at 2005-08-14 18:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=684977aid=1259548group_id=119783 Please note that this message will contain a full copy