Re: [Wicket-develop] Connection reset, bad news

2005-08-02 Thread Crash_neo
I did some more research for bug #1237966 and it turns out handling this problem isn't so straight-forward. Tomcat's ClientAbortException makes the classic mistake of defining getThrowable() without overriding getCause() to return that same exception. I hope you also reported this to th

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 (delete

Re: [Wicket-develop] Vote: Add specialized exceptions to wicket core in 1.1

2005-10-26 Thread Crash_neo
Same here, A +1 on #2 Ryan Sonnek wrote: +1 to postpone the release and get the error message in On 10/26/05, Alexandru Popescu <[EMAIL PROTECTED]> wrote: #: Eelco Hillenius changed the world a bit at a time by saying on 10/26/2005 7:21 PM :# Anyone that reads the dev list and has

Re: [Wicket-develop] [ wicket-Bugs-1400778 ] Internal error cloning object exception unhelpful.

2006-01-10 Thread Crash_neo
+1 for this ;) SourceForge.net wrote: Bugs item #1400778, was opened at 2006-01-09 22:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1400778&group_id=119783 Please note th

Re: [Wicket-develop] [ wicket-Feature Requests-1491239 ] Add anchor ability to Links and Buttons

2006-06-25 Thread Crash_neo
Because I needed the functionality I used the pseudo code provided by Johan to alter Link to accommodate the Anchor attribute. I called it anchor because basically you want to jump to an anchor tag, I agree with Eelco (in http://www.nabble.com/Re%3A-Link-to-Anchor-p4345613.html) that anchor is

Re: [Wicket-develop] [ wicket-Feature Requests-1491239 ] Add anchor ability to Links and Buttons

2006-06-29 Thread Crash_neo
Eelco, I do have a question. Does this implementation not limit me to components(anchors) on the current page/panel only? How would I use this component based anchor in the following use case? Say I have 2 pages. page1 contains a list of recently added comments on blog posts. (some global ove

Re: [Wicket-develop] [ wicket-Feature Requests-1491239 ] Add anchor ability to Links and Buttons

2006-06-29 Thread Crash_neo
ed so far. > > This should be enough to cover any use case you have. In your case, > you might even implement your original proposal yourself; set your > custom component as an anchor, and do what you want with your custom > implementation of appendAnchor. > > > Eelco >

Re: [Wicket-develop] Roadmap 1.3/2.0

2006-08-11 Thread Crash_neo
I do, This would imply that you also make 1.3 java 5. I am/was hoping that this would stay on java 1.4.x. I don't know how this is voted inside the dev team. But I would really like it if the generics(java 5) part stay's in the 2.x branch and keeping 1.x branch a 1.4 jvm version. Igor Vaynber