You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2007/04/01 02:41:25 UTC

[jira] Resolved: (WICKET-440) wicket:message attribute broken - Unable to find component with id '-message_attr' - 1.3.0 snapshot

     [ https://issues.apache.org/jira/browse/WICKET-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-440.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

fixed, and btw the syntax is
<input type="submit" wicket:message="value:search"/> 
notice the comma between value and search instead of equals

> wicket:message attribute broken - Unable to find component with id '-message_attr' - 1.3.0 snapshot
> ---------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-440
>                 URL: https://issues.apache.org/jira/browse/WICKET-440
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Peter Thomas
>         Assigned To: Igor Vaynberg
>            Priority: Critical
>             Fix For: 1.3
>
>
> I'm using wicket-1.3.0-incubating-SNAPSHOT.jar Sat, 31 Mar 2007 16:45:30 GMT
> The error I get is:
> WicketMessage: Unable to find component with id '-message_attr' in [MarkupContainer [...]]
> The markup is:
> <input type="submit" wicket:message="value=search"/>
> This is kind of a blocker for me, I have this problem on almost every page.  Let me know if you need more information.

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