Bugs item #1265074, was opened at 2005-08-20 20:38 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=1265074&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: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Gili Tzabari (cowwoc) Assigned to: Nobody/Anonymous (nobody) Summary: PageLink nesting problem Initial Comment: I have a PageLink with a nested Image within it. In HTML terms, this translates into: <a href="largeImage.html"><img src="smallImage.jpg"></a> The problem is that if the PageLink points to an expired page, Wicket will refuse to render the nested image (it'll complain it is expired too) which is certainly not the case. Just because the enlarged image is a broken link should not mean a thumbnail image leading to it is a broken link too. The two should be understood to be distinct of one another. I don't know whether this problem is specific to PageLink or Wicket versioning in general. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1265074&group_id=119783 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
