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

Juergen Donnerstag commented on WICKET-3454:
--------------------------------------------

Thanks. Fixed in 1.5

In case you are not planning to add components to the Border (compared to the 
BorderBody, like in your quickstart), a behavior such as MCB might be easier to 
use for you: 
http://wicket.apache.org/apidocs/1.4/org/apache/wicket/markup/html/border/MarkupComponentBorder.html

> Value exchange in a wicket:message throws an exception
> ------------------------------------------------------
>
>                 Key: WICKET-3454
>                 URL: https://issues.apache.org/jira/browse/WICKET-3454
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.15
>         Environment: Windows 7 jdk 1.6_20
>            Reporter: Per Newgro
>         Attachments: innercomponentwicketmessage.zip
>
>
> i tried to exchange values in a <wicket:message> like described in wiki 
> <https://cwiki.apache.org/WICKET/wickets-xhtml-tags.html#Wicket%27sXHTMLtags-Elementwicket:message>.
> But i get an exception:
> ERROR - RequestCycle               - No get method defined for class:
> class 
> org.apache.wicket.markup.resolver.MarkupInheritanceResolver$TransparentWebMarkupContainer
>  expression: vat1value
> org.apache.wicket.WicketRuntimeException: No get method defined for class:
> class 
> org.apache.wicket.markup.resolver.MarkupInheritanceResolver$TransparentWebMarkupContainer
>  expression: vat1value
> at 
> org.apache.wicket.util.lang.PropertyResolver.getGetAndSetter(PropertyResolver.java:488)
> at 
> org.apache.wicket.util.lang.PropertyResolver.getObjectAndGetSetter(PropertyResolver.java:330)
> at 
> org.apache.wicket.util.lang.PropertyResolver.getObjectAndGetSetter(PropertyResolver.java:237)
> ...
> Maybe it's caused by usage of border. I've debugged a bit, but could get a 
> real glue.
> I added a quick start with test case.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to