Re: [VOTE] Release Wicket 1.4-rc5

2009-06-09 Thread Timm Helbig
[X] Yes release 1.4-rc5 [ ] No, don't release it Am Tuesday 09 June 2009 17:08:05 schrieb Jeremy Thomerson: > I've created a release for Wicket 1.4-rc5. Until it is officially > released, you can download from the following locations: > > SVN Tag: http://svn.apache.org/repos/asf/wicket/releases

Re: Constructor not being called when Back button clicked

2009-04-01 Thread Timm Helbig
> Is there some way to force the page to be reconstructed? Don't use Ajax, use the default Button insteand Regards, Timm Am Mittwoch, 1. April 2009 16:11:07 schrieb Steve Swinsburg: > Hi all, > > I have a Page and on that page a Form which submits via Ajax. > > In this page's constructor I added

Re: Servlet container authentication in Wicket

2009-02-01 Thread Timm Helbig
> http://localhost:5080/j_security_check?j_username=test&j_password=test Shouldn't there be an application named? http://localhost:5080/MYAPP/j_security_check?j_username=test&j_password=test Regards, Timm Am Sonntag, 1. Februar 2009 23:03:50 schrieb Philipp Daumke: > Hi all, > > I followed th

Re: Several Ajax features doesn't seem to work in Wicket 1.3.5 and Firefox 3.0.5

2009-01-13 Thread Timm Helbig
Am Dienstag, 13. Januar 2009 12:22:02 schrieb Gohan: > Ok so mabey it's just me. Perhaps I'm using some extension that prevents me > from using the components? Are there any known Firefox extensions that you > shouldn't use in combination with Wicket? I'm using Mozilla/5.0 (Windows; > U; Windows NT

Re: Deploy problem

2008-12-22 Thread Timm Helbig
Now I know what's going on. You are using a Redhat/CentOS/Mandriva Linux with gcj (Gnu Java Compiler) installed. It because of the logs you sent: >at gnu.java.nio.channels.FileChannelImpl.open(libgcj.so.7rh) >at gnu.java.nio.channels.FileChannelImpl.(libgcj.so.7rh) >at gnu.java.nio.ch

Re: Deploy problem

2008-12-22 Thread Timm Helbig
Hi, yep, JDK 1.5 can be the problem, but don't need to be. If you use generics, you have to remove them first. The other thing is that you must compile your code for JDK 1.4. You need to set the Parameter "-source 1.4" to compile the code. If the compiler is going through without any error, t

Re: Deploy problem

2008-12-21 Thread Timm Helbig
Hi Pierre, firstoff, why don't you upgrade on Wicket 1.3.5, or at least to a released version. Could you please post your web.xml file. Regards, Timm Am Sunday 21 December 2008 13:18:09 schrieb Pierre Gilquin: > Hi all, > > I have a problem deploying a Wicket App. (Not Wicket app work fine).

CryptedUrlWebRequestCodingStrategy/Session invalidate with Wicket 1.3.5

2008-12-11 Thread Timm Helbig
Hello everyone, For logout from the Application I use the following Code. getSession().invalidate(); setResponsePage(LoginPage.class); getRequestCycle().setRedirect(true); When using CryptedUrlWebRequestCodingStrategy the above will not work and runs into a RuntimeExcep

Re: [OT] wicket users around the world

2008-12-11 Thread Timm Helbig
Frankfurt, Germany Am Thursday 11 December 2008 19:57:49 schrieb francisco treacy: > to know a little bit more of our great (and vast) community, i was > just wondering if you're keen on sharing where you come from and/or > where you work with wicket... > > for instance, here argentinian/belgian w

Re: [VOTE] Consistent naming for Wicket Stuff projects

2008-11-27 Thread Timm Helbig
Am Thursday 27 November 2008 22:54:28 schrieb Jeremy Thomerson: [X] - YES - I would like consistent naming > PS - I feel like I'm starting a lot of vote threads - should I not be? IMHO if you feel the need to do so, go ahead. I won't mind. Thank you for asking! Regards, Timm ---

Re: tomcat 6

2008-10-20 Thread Timm Helbig
Hi, I use Tomcat 6.0.16/17/18 with the Wicket Example Application out of the box. No Problems at all. I suspect Tomcat is not the Problem. Regards, Timm Am Monday 20 October 2008 09:30:32 schrieb Leucht, Axel: > Hi, > > I'm currently trying to get a HelloWorld application running with wicket >

Re: Two /(Upload)Forms and 2 feedbacks on one page

2008-10-14 Thread Timm Helbig
Wild guess: The same Form (ajaxSimpleUploadForm) for both Filters? Regards, Timm Am Tuesday 14 October 2008 12:13:59 schrieb Herbert Winter: > Now I got no feedbacks with both methods. > However when I use the example from > http://cwiki.apache.org/WICKET/using-more-than-one-feedbackpanel-per-pa

Re: html code

2008-10-09 Thread Timm Helbig
Hi, 1) I would choose a Panel 2) Sounds like Markup Inheritance would help you here. Create some Base Panel and then extend this class and the markup and include the different Components, if any. Hope this helps Regards, Timm Am Thursday 09 October 2008 19:08:25 schrieb miro: > I have a page

Re: All Jars are exposed at :::: http://localhost:8080//resources/org.apache.wicket.ajax.WicketAjaxReference

2008-09-17 Thread Timm Helbig
Hi, while I couldn't imagine why this works for you I tried it with my Application on Tomcat-6.0.18. Nope, you see nothing but "The requested resource () is not available." So I guess it is either Weblogic or your code Regards, Timm Am Wednesday 17 September 2008 17:18:42 schrieb nanotech: >

Re: DefaultDataTable

2008-08-17 Thread Timm Helbig
Hi, I checked the markup for any preconfigured CSS styles. There are .odd and .even for each row. Put them in your CSS Stylesheet, and change them as you need. I put each DefaultTable in a separate div and style the div container, that's another possibility. Regards, Timm Am Sonntag, 17.

Re: Comparing JSF and Wicket

2008-08-07 Thread Timm Helbig
JSF is a big joke with nobody laughing :) > > my 2 % > > Cheers > Peter > > Am 07.08.2008 um 17:59 schrieb Timm Helbig: > > Sorry, not really. > > > > *) JSF doesn't consume less Memory over Wicket. But this is not > > really an > > Argument since

Re: Comparing JSF and Wicket

2008-08-07 Thread Timm Helbig
same thing. Regards, Timm Am Donnerstag, 7. August 2008 08:44:22 schrieb nlif: > Thanks Timm. This is valuable feedback. Nevertheless - can you point to any > advantage JSF has over Wicket? Anything at all? > > Thanks > > Timm Helbig wrote: > > Hi, > > > >

Re: Comparing JSF and Wicket

2008-08-06 Thread Timm Helbig
Hi, I did one Project with JSF and two with Wicket. By far Wicket is much easier to handle, (nearly) everything works as supposed, which is not true for JSF, especially when it comes to external Libraries like Trinidad or other UI Extension Libraries. One other thing which is important for me

Re: Using Java 1.5 features with Wicket 1.3

2008-06-13 Thread Timm Helbig
Do you compile Wicket yourself? If so, this should be compiled using --source 1.4. Your own code can stay with --source 1.5. Timm Am Freitag, 13. Juni 2008 22:58:53 schrieb Frank Silbermann: > In my Wicket 1.2 application I used a Java 1.5 JDK. Wicket didn't seem > to mind that I used annotat

Re: TinyMCE Behavior rather than TinyMCE Panel

2008-05-07 Thread Timm Helbig
Hi, AFAIK the only Release for Wicket 1.3 is available through the Wicketstuff Subversion Repository. The last Release I tried from sourceforge.net was outdated, because it was targeted for Wicket 1.2 The Module needed is wicket-contrib-tinymce and I suggest wicket-contrib-tinymce-examples. An

Re: Problem with german error messages in feedback panel

2008-04-27 Thread Timm Helbig
Yes I had the same one. After switching my favourite IDE (Netbeans) to UTF-8 Encoding everything was fine. So, either you use Unicode Characters in your String literals, which is plain ugly, or use an editor which is capable of using UTF-8 Encodings. Am Sonntag, 27. April 2008 11:35:16 schrieb

setResponsePage(Class c) versus setResponsePage(Page p)

2008-03-28 Thread Timm Helbig
Hi, I have read several times in the mailing list, that it is bad to use setRespsonsePage(Page p). What is the backdraw compared to setResponsePage(Class c) ? In my case a Form Submit redirects to another Page, that needs some initial data given through the Constructor, e.g. MyPage(MyInitialDa

Re: [vote] Release 1.4 with only generics and stop support for 1.3

2008-03-17 Thread Timm Helbig
+1 Am Montag, 17. März 2008 09:13:29 schrieb Martijn Dashorst: > This thread is for voting only. Use the [discuss] thread for voicing > your opinion or asking questions. This makes counting the votes much > easier. > > The discussion on our development list makes it clear that a lot of > folks are