You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Juergen Donnerstag (JIRA)" <ji...@apache.org> on 2007/10/14 10:43:50 UTC

[jira] Closed: (WICKET-1022) Created new bug - ValueMap set to null

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

Juergen Donnerstag closed WICKET-1022.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-beta5
         Assignee: Juergen Donnerstag

please see -1039

> Created new bug - ValueMap set to null
> --------------------------------------
>
>                 Key: WICKET-1022
>                 URL: https://issues.apache.org/jira/browse/WICKET-1022
>             Project: Wicket
>          Issue Type: Sub-task
>    Affects Versions: 1.3.0-beta4
>            Reporter: Joseph Toth
>            Assignee: Juergen Donnerstag
>             Fix For: 1.3.0-beta5
>
>
> Line 299 of the Image class now executes the following code since the reference is not not null, but wrong setResourceReference is being called. Should call localizedImageResource.setResourceReference(resourceReference, valuemap);  -  now the value map is set to null.
> 		final ResourceReference resourceReference = getImageResourceReference();
> 		if (resourceReference != null)
> 		{
> 			localizedImageResource.setResourceReference(resourceReference);
> 		}
> fix fix por favor   =)
> Thanks igor

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