[richfaces-issues] [JBoss JIRA] Created: (RF-1976) virtualEarth: An invalid or illegal string was specified" code: "12

Aleksej Yanul (JIRA) jira-events at lists.jboss.org
Tue Jan 22 10:32:21 EST 2008


virtualEarth: An invalid or illegal string was specified"  code: "12
--------------------------------------------------------------------

                 Key: RF-1976
                 URL: http://jira.jboss.com/jira/browse/RF-1976
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.1.4
         Environment: FF
facelets
jsf 1.2
tomcat 6.0.13
            Reporter: Aleksej Yanul
         Assigned To: Nick Belaevski


An invalid or illegal string was specified"  code: "12
http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6
Line 1
<rich:virtualEarth id="vEarthID" lng="#{virtualEarth.lng}" rendered="#{virtualEarth.rendered}" version="#{virtualEarth.version}" lat="#{virtualEarth.lat}" zoom="#{virtualEarth.zoom}"
			dashboardSize="#{virtualEarth.dashboardSize}" mapStyle="#{virtualEarth.mapStyle}" var="map" />
// default value
	public VirtualEarth() {
		version = "6";
		zoom = "17";
		version = "6";
		lat = "37.37";
		lng = "44.44";
		dashboardSize = "Normal";
		mapStyle = "Hybrid";
		rendered = true;
	}

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

        



More information about the richfaces-issues mailing list