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

Palancher aurélien commented on WICKET-5724:
--------------------------------------------

I had tried (quickly) to set a IAutoComponentFactory on 
RelativePathPrefixHandler  and HtmlHeaderResolver yesterday, but it didn't 
worked. I was missing something that I corrected today and  indeed this is 
better !!
I test if it's an open tag and if so, i create a new id (like enclosure), set 
the tag modified and set the IAutoComponentFactory.

And now i can try to make a patch, i don't really know how to do it :)

> 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