[
http://jira.jboss.com/jira/browse/RF-1976?page=all ]
Nick Belaevski updated RF-1976:
-------------------------------
Workaround Description: Use <f:view contentType="text/html" />
Fix Version/s: 3.2.0
(was: 3.1.4)
Workaround: [Workaround Exists]
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: Aleksej Yanul
Fix For: 3.2.0
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