Wicket 1.4m3 and Javascript

2008-11-21 Thread Herbert Winter
hello list, I try the following: In the Java-file I have a list of key/value pairs(coming from database), and I want to feed out the values of the props to js-Array like: String js=array = new Array(; for (int i = 0; i props.size(); i++) { XProperties p = (XProperties) props.get(i);

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

2008-10-14 Thread Herbert Winter
a FeedbackPanel(final String id, IFeedbackMessageFilter filter) constructor with a message filter. Stefan -Ursprüngliche Nachricht- Von: Herbert Winter [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 14. Oktober 2008 11:04 An: users@wicket.apache.org Betreff: Two /(Upload)Forms and 2

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

2008-10-14 Thread Herbert Winter
hello list, I have two (Upload)Forms on my page, each with a FeedbackPanel; when I use one of the forms, both feedbackpanels show the same info. In the HTML-files, the have different IDs, and each form extends Panel in a separate class. I use 1.4-m3. Any idea? greetings

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

2008-10-14 Thread Herbert Winter
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-page.h tml like uploadFeedback.setFilter(new

Re: Problem with upload (works on xp, error on linux)

2008-10-10 Thread Herbert Winter
I found out what happenend: the API changed :) since I always build with maven, I got a more actual wicket-1.4.snapshot.jar thanx alot for your ideas. greetings 2008/10/10 Herbert Winter [EMAIL PROTECTED]: hello, I checked tomcats poliy and cannot find anything suspicous. Since I am

Re: Problem with upload (works on xp, error on linux)

2008-10-10 Thread Herbert Winter
. cheers 2008/10/10 Timo Rantalaiho [EMAIL PROTECTED]: On Thu, 09 Oct 2008, Herbert Winter wrote: * I pointed the upload dir to a dir in my home-dir with no writepermissions, no luck of course * I pointed the upload dir to a dir in my home-dir WITH writepermissions, no luck again Did you

Re: Problem with upload (works on xp, error on linux)

2008-10-09 Thread Herbert Winter
it be? greetings 2008/10/9 Martijn Dashorst [EMAIL PROTECTED]: If you haven't modified anything between the two wars, then it sounds like a rights issue. AFAIR some linux distributions restrict dangerous things such as reflection. Martijn On Wed, Oct 8, 2008 at 12:29 PM, Herbert Winter [EMAIL PROTECTED

Problem with upload (works on xp, error on linux)

2008-10-08 Thread Herbert Winter
hello list, I am a new user of wicket and try to make a simple fileupload like the example at http://www.wicket-library.com/wicket-examples/upload/ The examples work when I deploy to tomcat on win xp. However when I use the war on linux ( e.g. Apache Tomcat/6.0.18 | suns java 1.6.0_10-rc2-b32 |