Re: FileUpload and events

2009-10-14 Thread Thorsten Scherler
is quite busy). You say yours is working? What are you doing different? Have you added the line fileUploadFieldSello.setOutputMarkupId(true); ? You might need to add the line target.addComponent(fileUploadFieldSello); too. Good catch. Thanks for the heads up. salu2 -- Thorsten

Re: FileUpload and events

2009-10-14 Thread Thorsten Scherler
On Tue, 2009-10-13 at 06:23 -0700, Ian Marshall wrote: Thorsten Scherler-3 wrote: Nobody any tips or infos? salu2 In the source code for the org.apache.wicket.markup.html.form.upload.FileUploadField class there is the class-level comment FILE UPLOADS ARE NOT SUPPORTED BY AJAX

Re: FileUpload and events

2009-10-13 Thread Thorsten Scherler
On Fri, 2009-10-09 at 09:19 +0200, Thorsten Scherler wrote: Hi all, I am implementing a form where I need to upload 2 different files. I want to block the second upload until the user added the first file and I validated on the server. In my Java code I have: fileUploadFieldSello

FileUpload and events

2009-10-09 Thread Thorsten Scherler
a file? TIA for any infos. salu2 -- Thorsten Scherler thorsten.at.apache.org Open Source Java consulting, training and solutions Sociedad Andaluza para el Desarrollo de la Sociedad de la Información, S.A.U. (SADESI

Re: Validator for 2 fields

2009-04-27 Thread Thorsten Scherler
, 2009, at 6:16 AM, Thorsten Scherler wrote: Hi all, I have a question about validating one field with another. I have a form that ask for the start page and for the end page of an article. I need to validate whether the startPage is lesser or equal to the endPage. I could do

Validator for 2 fields

2009-04-27 Thread Thorsten Scherler
= NumberValidator.minimum(start); end.add(max); add(end); What is the best way to implement such a validation? TIA for any tips. salu2 -- Thorsten Scherler thorsten.at.apache.org Open Source Java consulting, training and solutions Sociedad Andaluza para el Desarrollo de la Sociedad de la Información

Re: Validator for 2 fields

2009-04-27 Thread Thorsten Scherler
On Mon, 2009-04-27 at 12:16 +0200, Thorsten Scherler wrote: Hi all, I have a question about validating one field with another. I have a form that ask for the start page and for the end page of an article. I need to validate whether the startPage is lesser or equal to the endPage. I

Re: anyone can give me some suggestion?thanks

2009-01-14 Thread Thorsten Scherler
. HTH salu2 -- Thorsten Scherler thorsten.at.apache.org Open Source Java consulting, training and solutions Sociedad Andaluza para el Desarrollo de la Sociedad de la Información, S.A.U. (SADESI) - To unsubscribe, e-mail

wicket:link - how to configure the markup of the current page.

2009-01-07 Thread Thorsten Scherler
Now if I request SummaryAdd.html it get transformed to: spanemInsertar sumario/em/span ... Where can I configure that instead spanem something else got rendered? TIA for any information. salu2 -- Thorsten Scherler thorsten.at.apache.org Open Source Java consulting, training and solutions

Re: wicket:link - how to configure the markup of the current page.

2009-01-07 Thread Thorsten Scherler
to the wiki page. salu2 regards, Michael Thorsten Scherler-3 wrote: Hi all, I am looking into customizing the way the current page is marked up. I have wicket:link SummaryAdd.html wicket:message key=summary.add.a / DispositionEditHub.html wicket:message key

View Layer: implementing presentation logic

2008-12-19 Thread Thorsten Scherler
-- Thorsten Scherler thorsten.at.apache.org Open Source Java consulting, training and solutions Sociedad Andaluza para el Desarrollo de la Sociedad de la Información, S.A.U. (SADESI) - To unsubscribe, e-mail: users-unsubscr

Re: View Layer: implementing presentation logic

2008-12-19 Thread Thorsten Scherler
http://cwiki.apache.org/WICKET/wickets-xhtml-tags.html Jérémy 2008/12/19 Thorsten Scherler thorsten.scherler@juntadeandalucia.es: Hi all, I am looking into implementing some presentation logic and wonder what the best approach is. In my usecase I have a form and after the user

Re: wicket:border is adding table

2008-12-16 Thread Thorsten Scherler
into a panel. div wicket:id=myPanel !-- Panel markup -- /div So what I am looking for is a Border component that does not do any extra markup rendering. You say use css, I do not understand what you mean. salu2 Regards - Cemal http://www.jWeekend.co.uk jWeekend Thorsten Scherler-3 wrote

Re: wicket:border is adding table

2008-12-16 Thread Thorsten Scherler
-- Thorsten Scherler thorsten.at.apache.org Open Source Java consulting, training and solutions Sociedad Andaluza para el Desarrollo de la Sociedad de la Información, S.A.U. (SADESI) - To unsubscribe, e-mail: users-unsubscr

wicket:border is adding table

2008-12-15 Thread Thorsten Scherler
= white tr td width = 100% bNavigation Links/b ... I suspect that it may be because of new BoxBorder but I am not sure. Basically my question is: how to tell wicked to NOT render the table? TIA for any hints salu2 -- Thorsten Scherler thorsten.at.apache.org Open Source Java