emnadridi / gmaps4jsf

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

iconComponent not found in 1.1.1 facelets war file #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Diff the 1.1 jar against the 1.1.1 war
2. Icon is not included

What is the expected output? What do you see instead?
The following is the generated error message:
/modules/shared/map.xhtml @56,115 <m:icon> Tag Library supports namespace:
http://code.google.com/p/gmaps4jsf, but no tag was defined for name: icon

What version of the product are you using? On what operating system?
1.1.1-facelets war on XP Pro

Please provide any additional information below.

Would you mind expediting this as I am needing to include numbered icons in
a demo ASAP.  Thanks!

Original issue reported on code.google.com by tigress...@gmail.com on 7 Oct 2008 at 2:14

GoogleCodeExporter commented 9 years ago
This is not a bug:

Just add in your (gmaps4jsf-facelets-taglib.xml), the following entry:

    <tag>
                <tag-name>icon</tag-name>
                <component>
                        <component-type>com.googlecode.gmaps4jsf.Icon</component-type>
                </component>
    </tag>

Please donot forget to tell us about your project name to add in the wiki :).

Original comment by Hazem.sa...@gmail.com on 8 Oct 2008 at 1:47

GoogleCodeExporter commented 9 years ago

Original comment by Hazem.sa...@gmail.com on 8 Oct 2008 at 1:48

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago

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