The problem here is another one - not with wicket tags or attributes, but
with wicket-generated links. They use a simple ampersand between
GET-parameters, which should be xml-encoded in an XHTML document (&
instead of &).

It works in every browser like this, but is not valid XML.

-- 
greetings from Berlin,

Rüdiger Schulz

www.2rue.de

2007/7/20, Eelco Hillenius <[EMAIL PROTECTED]>:
>
> I don't know... I would still go for XML schema. DTDs don't know
> namespaces, so anything you do with them will be a hack imho. Over the
> last two years, I think various people have made a go at it, and tbh
> I'm not sure whether anyone had the final working DTD or whether they
> just gave up on it.
>
> This issue is still open
> http://issues.apache.org/jira/browse/WICKET-693. We really need a good
> patch from someone who cares enough about getting it right.
>
> Cheers,
>
> Eelco
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to