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

Martin Grigorov commented on WICKET-5724:
-----------------------------------------

Thank you for your help in testing and improving the new functionality!

Maybe it will be a bit easier if you attach patches with your changes or use 
Pull Requests in GitHub.
To see what kind of changes you did now I copy your copies over the originals, 
revert all non-related changes (removal of the Apache licence, fix whitespeces, 
etc.) and then I figure out what is the real change.

Yesterday I took a brief look at this ticket and my first thought was that 
RelativePathPrefixHandler needs to set its own IAutoComponentFactory. At the 
moment only EnclosureHandler and InlineEnclosureHandler do this. I think all 
IMarkupFilter+IComponentResolver implementations have to do this.

I'll take a look at your changes later today or tomorrow.

> Queueing component in autocomponent
> -----------------------------------
>
>                 Key: WICKET-5724
>                 URL: https://issues.apache.org/jira/browse/WICKET-5724
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 7.0.0-M3
>            Reporter: Palancher aurélien
>            Assignee: Andrea Del Bene
>         Attachments: queueing-problem.zip, queueing-solution.zip
>
>
> There is an exception when a component is added to queue when its parent is 
> an auto component
> <body>
>               <a href="panier.html">
>                       <span wicket:id="inlink"></span>
>               </a>
>       </body>
> Last cause: Unable to find component with id 'inlink' in 
> [TransparentWebMarkupContainer [Component id = wicket_relative_path_prefix_1]]
>       Expected: 'wicket_relative_path_prefix_1:inlink'.
>       Found with similar names: ''



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to