[Wicket-user] XSD / Validation

2007-03-29 Thread Johannes Schneider
(at the moment Wicket only searches for .html). This would allow me to easily set up IntelliJ to validate only the *.xhtml files. Thanks for your help. Johannes Schneider -- Johannes Schneider Im Lindenwasen 15 72810 Gomaringen Fon +49 7072 9229972 Fax +49 7072 50 [EMAIL PROTECTED] http

Re: [Wicket-user] XSD / Validation

2007-04-04 Thread Johannes Schneider
Could you paste your created xsd file? Maybe this is useful for others, too. Could anybody add this xsd to the source repository? We could add a comment to the header that this file is experimental. But it could be a first step in the right direction. Johannes Schneider Dmitry Kandalov

Re: [Wicket-user] XSD / Validation

2007-04-04 Thread Johannes Schneider
Thanks, Johannes Schneider Marc-Andre Houle wrote: I think one of your answer can be found in this thread... http://www.nabble.com/XHTML-ContentType-problem-tf3362030.html#a9352755 On 3/29/07, *Johannes Schneider* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, I am new

Re: [Wicket-user] XSD / Validation

2007-04-07 Thread Johannes Schneider
Thanks, could anybody add this to the svn repository? Johannes Schneider Dmitry Kandalov wrote: Johannes Schneider-3 wrote: Could you paste your created xsd file? Maybe this is useful for others, too. ?xml version=1.0 encoding=UTF-8? xs:schema version=1.0 xml:lang=en

[Wicket-user] DropDownChoice#wantOnSelectionChangedNotifications

2007-05-01 Thread Johannes Schneider
Hi, can anyone explain me why I have to override the method wicket.markup.html.form.DropDownChoice#wantOnSelectionChangedNotifications to make it return true. I would prefer a field that can be modified using a setter... What are the reasons for the actual design? Thanks, Johannes

Re: [Wicket-user] DropDownChoice#wantOnSelectionChangedNotifications

2007-05-01 Thread Johannes Schneider
Yes, makes sense ;) Thanks for your answer. Johannes Schneider Igor Vaynberg wrote: a field would require us to store a boolean in the class and so increase the session size unnecessarily. makes sense? -igor On 5/1/07, *Johannes Schneider * [EMAIL PROTECTED] mailto:[EMAIL PROTECTED

Re: [Wicket-user] [Nuub] Best practise: Navigation Component

2007-05-29 Thread Johannes Schneider
I don't want to hard code the links because I use the Component several times with differen links. I also would like to use the component in the next project too. Johannes Schneider Thomas Singer wrote: Hi Johannes, If you can hard code the links in your markup, it might be worth to try

Re: [Wicket-user] [Nuub] Best practise: Navigation Component

2007-05-31 Thread Johannes Schneider
Hi, thanks for your answer. I was a surprised that there is no model abstraction of link in wicket... I will take a deeper look at the tabs package - thanks for the hint. Johannes Schneider John Krasnay wrote: One idea would be to create a class that represents the logical idea of a link

Re: [Wicket-user] Escaping German Umlauts

2007-06-01 Thread Johannes Schneider
and special characters. Escaping the umlauts is seemed to be the easiest (and effective) way avoiding problems. But if it is not possible to easily escape them with wicket I will try it. Cheers, Johannes Schneider Cheers

Re: [Wicket-user] Escaping German Umlauts

2007-06-03 Thread Johannes Schneider
Hi, I think it works as expected. Thanks for the fast change. Johannes Schneider Eelco Hillenius wrote: On 5/31/07, Jean-Baptiste Quenot [EMAIL PROTECTED] wrote: * Johannes Schneider: can anyone tell me how I can escape German umlauts when using TextFields or Labels

[Wicket-user] Javascript: Deletion Link

2007-06-03 Thread Johannes Schneider
that should be added to Wicket itself. It would also be great, if this link pointed to a HTML based confirmation page if no JavaScript is available... Cheers, Johannes Schneider -- Johannes Schneider Im Lindenwasen 15 72810 Gomaringen Fon +49 7072 9229972 Fax +49 7072 50 Mobil +49 178 1364488

[Wicket-user] Howto PropertyModel: User.getPermissions.isAdmin?

2007-06-06 Thread Johannes Schneider
().isFriend() ) ) ); //Want serializable read/write access add( new CheckBox( admin, new Model( user.getPermissions().isAdmin() ) ) ); //Want serializable read/write access Any suggestions? Thanks Johannes Schneider -- Johannes Schneider Im Lindenwasen 15 72810 Gomaringen Fon +49 7072 9229972

Re: [Wicket-user] Howto PropertyModel: User.getPermissions.isAdmin?

2007-06-06 Thread Johannes Schneider
Got it :-) I simply use permissions.friend Wicket is great... Thanks Johannes Schneider Johannes Schneider wrote: Hi, I have created a LoadableModel for my User object. Then I am able to change its properties (e.g. name) within a form. Now I want to change the permissions of the user

Re: [Wicket-user] Creating Image on the fly

2007-06-07 Thread Johannes Schneider
Thanks for your replys. I think this will help me. I have also found the Captcha Image - maybe I can follow the same style. Johannes Schneider Jean-Baptiste Quenot wrote: * Johannes Schneider: Of course I don't want to add the mail address as url parameter. Therefore I have

[Wicket-user] NPE at org.apache.wicket.markup.html.list.ListView.renderItem(ListView.java:645)

2007-06-07 Thread Johannes Schneider
Hi, I try to reproduce the FileUploadDemo using Wicket 1.3.0. But I get this NPE and really don't know what the problem could be. Any hints? Thanks, Johannes Schneider WicketMessage: Exception in rendering component: [MarkupContainer [Component id = _extend, page

Re: [Wicket-user] A trivial problem with tables that i can't manage

2007-06-23 Thread Johannes Schneider
of iterating (with the DataView) over all customers and then adding the values. Iterate over the strategies and add labels for each customer. 2: Do not use tabels. Use some sort of divs instead. ;) Johannes Schneider Landry Soules wrote: Hello, I have a very simple problem: i just want to display