[Geoserver-devel] [jira] Created: (GEOS-2966) Clicking the Native SRS link on the resource edit page throws exception

Clicking the Native SRS link on the resource edit page throws exception
-----------------------------------------------------------------------

                 Key: GEOS-2966
                 URL: http://jira.codehaus.org/browse/GEOS-2966
             Project: GeoServer
          Issue Type: Bug
          Components: Wicket UI
            Reporter: Gabriel Roldán
            Assignee: Andrea Aime
             Fix For: 2.0-beta1

go edit a layer/resource, click on the Native SRS link at the right of the textbox, the following exception occurs:
{code}
WicketMessage: No get method defined for class: class $Proxy13 expression: wkt

Root cause:

org.apache.wicket.WicketRuntimeException: No get method defined for class: class $Proxy13 expression: wkt
at org.apache.wicket.util.lang.PropertyResolver.getGetAndSetter(PropertyResolver.java:440)
at org.apache.wicket.util.lang.PropertyResolver.getObjectAndGetSetter(PropertyResolver.java:282)
at org.apache.wicket.util.lang.PropertyResolver.getValue(PropertyResolver.java:91)
at org.apache.wicket.model.AbstractPropertyModel.getObject(AbstractPropertyModel.java:113)
at org.apache.wicket.Component.getModelObject(Component.java:1558)
at org.geoserver.web.wicket.CRSPanel$2.onClick(CRSPanel.java:123)
at org.apache.wicket.ajax.markup.html.AjaxLink$1.onEvent(AjaxLink.java:65)
...
{code}

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira