[ 
https://issues.apache.org/jira/browse/WICKET-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522771
 ] 

Carlos Pita commented on WICKET-887:
------------------------------------

Don't know if this helps, but if you compare the links generated for Links 
(which do work) against the ones for InlineFrames, at the same level (an item 
of a list), you can see that they are pretty different.

<div wicket:id="iframes">
  <iframe 
src="iframes/wicket:interface/%3A2%3Aiframes%3A0%3Aiframe%3A%3AILinkListener%3A%3A/"
 wicket:id="iframe"></iframe>
  <a href="?wicket:interface=:2:iframes:0:iframeLink::ILinkListener::" 
wicket:id="iframeLink">Iframe Link</a>
</div>

<div wicket:id="iframes">
  <iframe 
src="iframes/wicket:interface/%3A2%3Aiframes%3A1%3Aiframe%3A%3AILinkListener%3A%3A/"
 wicket:id="iframe"></iframe>
  <a href="?wicket:interface=:2:iframes:1:iframeLink::ILinkListener::" 
wicket:id="iframeLink">Iframe Link</a>
</div>

[...]

> Unable to find InlineFrames when inside ListViews
> -------------------------------------------------
>
>                 Key: WICKET-887
>                 URL: https://issues.apache.org/jira/browse/WICKET-887
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2, 1.3.0-beta3
>            Reporter: Carlos Pita
>         Attachments: iframes.tgz
>
>
> There is a simple example attached. Even if the list is reusing items (and 
> even with a RefreshingView with reuseifmodelequal strategy) the problem 
> persists.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to