Bugs item #1449074, was opened at 2006-03-13 14:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1449074&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: 1.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Andrew Berman (atberman)
Assigned to: Nobody/Anonymous (nobody)
Summary: Nesting wicket tags within wicket:link

Initial Comment:
If you nest a wicket:message tag within a wicket:link
tag, you get an error. 

Example:

<wicket:link><a href="Test.html"><wicket:message
key="someKey">Some Key</wicket:message></a></wicket:link>

Error:

java.text.ParseException: Tag '<wicket:message
key="label.home" a="">' (line 25, column 45) has a
mismatched close tag at '</wicket:link>' (line 25,
column 81)
at
wicket.markup.parser.filter.HtmlHandler.nextTag(HtmlHandler.java:150)
     at
wicket.markup.parser.filter.WicketParamTagHandler.nextTag(WicketParamTagHandler.java:125)
     at
wicket.markup.parser.filter.WicketRemoveTagHandler.nextTag(WicketRemoveTagHandler.java:64)
     at
wicket.markup.parser.filter.WicketLinkTagHandler.nextTag(WicketLinkTagHandler.java:97)
     at
wicket.markup.parser.filter.BodyOnLoadHandler.nextTag(BodyOnLoadHandler.java:75)
     at
wicket.markup.parser.filter.HtmlHeaderSectionHandler.nextTag(HtmlHeaderSectionHandler.java:94)
     at
wicket.markup.parser.filter.PrependContextPathHandler.nextTag(PrependContextPathHandler.java:110)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1449074&group_id=119783


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to