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

Martin Grigorov commented on WICKET-4156:
-----------------------------------------

WicketTester is in -core.jar while Palette is in -extensions.jar thus 
WicketTester itself cannot have methods that work with Palette.
This can be solved like 
org.apache.wicket.extensions.ajax.markup.html.AjaxLazyLoadPanelTester, i.e. by 
introducing PaletteTester.
Any contributions are welcome!
                
> FormTester does not support selection for Palette
> -------------------------------------------------
>
>                 Key: WICKET-4156
>                 URL: https://issues.apache.org/jira/browse/WICKET-4156
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket, wicket-extensions
>            Reporter: Brandon Wong
>            Priority: Minor
>              Labels: test, wicket
>
> The FormTester selection methods are not compatible with the form components 
> in the Palette.
> The error "org.apache.wicket.WicketRuntimeException: Selecting on the 
> component XXX is not supported" is thrown when trying to select the "choices" 
> component in the Palette.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to