Help to choice ajax component

2008-03-31 Thread Fabien D.
again... How can i do this thanks to wicket?? -- View this message in context: http://www.nabble.com/Help-to-choice-ajax-component-tp16393445p16393445.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Help to choice ajax component

2008-03-31 Thread Nino Saturnino Martinez Vazquez Wael
Use a panel and a listview or something near that or: Look at the example on fileupload in wicket examples: http://wicketstuff.org/wicket13/upload/multi regards Nino Fabien D. wrote: Hi everybody, I m new user of wicket, and I need your opinion for helping me to do something. Like gmail

Re: Help to choice ajax component

2008-03-31 Thread Fabien D.
Thank you for your help, but is there another solution?? Because i want to add as many FileUploadFiled (with Radio) as the user have clicked in my link? My research don't let me optimistic by using ListView. -- View this message in context: http://www.nabble.com/Help-to-choice-ajax-component

Re: Help to choice ajax component

2008-03-31 Thread Nino Saturnino Martinez Vazquez Wael
Neither of the methods described inhibit you in number of files... Just increased the number as you go.. Fabien D. wrote: Thank you for your help, but is there another solution?? Because i want to add as many FileUploadFiled (with Radio) as the user have clicked in my link? My research don't

Re: Help to choice ajax component

2008-03-31 Thread Fabien D.
another file)); lien.setVisible(true); this.form_ajoutinfcommunautaire.add(lien); How can i do this??? -- View this message in context: http://www.nabble.com/Help-to-choice-ajax-component-tp16393445p16396267.html Sent from the Wicket - User mailing list archive