Ayeps / gmaps4jsf

Automatically exported from code.google.com/p/gmaps4jsf
0 stars 0 forks source link

htmlInformationWindowComponent does not show up when declared a child of a marker component #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

The information window does not show up if I declare it as a child of the
marker component

<m:marker draggable="true" jsVariable="marker">
    <m:htmlInformationWindow htmlText="#{backingBean.googleMapAddress}"/> 
</m:marker> 

What is the expected output? What do you see instead?
Expected: htmlInformationWindow component show up.
Instead: htmlInformationWindow does NOT show up

What version of the product are you using?
gmaps4jsf-core-1.1.0.jar

Original issue reported on code.google.com by qumsi...@gmail.com on 13 Nov 2008 at 3:03

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
It will be shown when u click on the marker.
To change the default onclick event, just use the (showInformationEvent) 
attribute.

Original comment by Hazem.sa...@gmail.com on 21 Nov 2008 at 3:41

GoogleCodeExporter commented 9 years ago

Original comment by Hazem.sa...@gmail.com on 13 Apr 2009 at 5:54