Bug in MultiFileUploadField

2008-01-05 Thread Franklin Antony
Dear All, I have been extensively using the MutiFileUploadField and have been facing some issues, however I am happy that there is a component like this and has save a lot of time for me. Some of the things that I have come across are as follows 1)If I enter some data in the file upload field

Dynamic Page Redirection

2007-12-01 Thread Franklin Antony
Dear All, I have three pages. Page A,Page B,Page C. The use case is as follows When I click the onSubmit of Page A(has a form) I setResponse to Page B. Page B already has forms and buttons and many other components in it. Now on Page B i want to dynamically redirect to Page C under certain

Re: Dynamic Page Redirection

2007-12-01 Thread Franklin Antony
Thanks. Perfect and working fine. Regards, Franklin. Franklin Antony wrote: Dear All, I have three pages. Page A,Page B,Page C. The use case is as follows When I click the onSubmit of Page A(has a form) I setResponse to Page B. Page B already has forms and buttons and many other

Re: Thanks, but I can't get this to work...

2007-11-29 Thread Franklin Antony
Hi Naaman , I am also in the same boat. If it did work at your end, could you please let me know. Thanks, Franklin. Johan Compagner wrote: Wat you could try to do is make that markup container a transparantresolver. Then the components can be added to the page itself 2007/11/18,

Re: Thanks, but I can't get this to work...

2007-11-29 Thread Franklin Antony
Thanks jan a million. Its working now!!! Just to add for more information sake The wicket:id attribute should be as follows html wicket:id=html /html Also I used a SimpleAttributeModifier and its working!!! Thanks, Franklin. Jan Kriesten wrote: hi, just add a wicket:id to html

FormComponentPanel doesn't get the Model set on Page

2007-11-26 Thread Franklin Antony
Dear Friends, I have a situation where in which I have a FormComponentPanel. This FormComponentPanel is placed on Form and the Form in turn placed on a Page. Now when I instantiate the page I set a model on the page using setModel(new CompoundPropertyModel(myModel)). Further I DO NOT pass

Re: Multi-file upload and ListView together

2007-11-13 Thread Franklin Antony
or Form or somewhere else. Thanks, Franklin. Johan Compagner wrote: you could try with a simpler model? and see if that works? (so just new Model()) On Nov 13, 2007 8:22 AM, Franklin Antony [EMAIL PROTECTED] wrote: Thanks Igor but it doesnt seem to work still. Just some more hints

Re: Multi-file upload and ListView together

2007-11-13 Thread Franklin Antony
); } private Folder getUploadFolder() { return ((UploadApplication)Application.get()).getUploadFolder(); } } Kindly please advice Thanks, Franklin. Franklin Antony wrote: Dear Friends, I am having a problem with putting MultiFileUploadField inside a ListView

Multi-file upload and ListView together

2007-11-12 Thread Franklin Antony
Dear Friends, I am having a problem with putting MultiFileUploadField inside a ListView. I am following the example, but somehow the uploads collection is not getting populated with the files. However when I directly add the MultiFileUploadField on a form everything seems to work. Could

Re: Multi-file upload and ListView together

2007-11-12 Thread Franklin Antony
provide a quickstart... -igor On Nov 12, 2007 7:28 AM, Franklin Antony [EMAIL PROTECTED] wrote: Dear Friends, I am having a problem with putting MultiFileUploadField inside a ListView. I am following the example, but somehow the uploads collection is not getting populated