Re: Escaping quotes in attributes

2007-07-08 Thread Sven Meier
is working fine, why should we change it? Is any xhtml validator complaining about it? Juergen On 7/8/07, Sven Meier <[EMAIL PROTECTED]> wrote: It's about escaping a quote (") in the value, when not properly escaped, the value ends prematurely. Sven Juergen Donnerstag sch

Re: Escaping quotes in attributes

2007-07-08 Thread Sven Meier
must be escaped with ". A xhtml validator output would do as well. Juergen On 7/8/07, Sven Meier <[EMAIL PROTECTED]> wrote: Why is ComponentTag escaping quotes in attribute values with a backslash? For valid xhtml it should be an entity: Index: /home/sven/workspace/wicket/jdk-1.4/

Escaping quotes in attributes

2007-07-08 Thread Sven Meier
Why is ComponentTag escaping quotes in attribute values with a backslash? For valid xhtml it should be an entity: Index: /home/sven/workspace/wicket/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/ComponentTag.java === --- /

Re: i don't know if i like the name INestedModelContainer

2007-04-05 Thread Sven Meier
I throw another one into the ring: IDerivedModel ?? Igor Vaynberg wrote: the idea was to standardize our jargon. we use "nested" and "wrap" all over the place, it is better to be consistent and only use one or the other. tbh i dont like nested either, but i couldnt come up with anything bet

Model quirks

2007-03-29 Thread Sven Meier
I really like the new models. But IMHO there are some quirks in the new model hierarchy, probably due to the latest model backports: - PropertyModel#propertyType(Component) Is never called, has a @see to non existent method AbstractPropertyModel#propertyType(Component) - BoundCompoundPropert

Re: generics in Wicket

2007-03-07 Thread Sven Meier
It was my rather limited energy that did the converter backport. Thus Johan can't use this effort as an excuse, that the pagestore isn't working already ;). Sven Igor Vaynberg wrote: and how many users did you make unhappy with the half working pagestore? maybe that shouldve been fixed befor