| Author |
Map in datatable
|
Dheepan Raju
Greenhorn
Joined: Jan 15, 2013
Posts: 1
|
|
I want to display a map in h:datatable. Any pointers?
Thanks in advance..
R dheepan
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32830
|
|
Welcome to the Ranch
What is h:datatable? How do you display a map?
|
 |
Greg Charles
Bartender
Joined: Oct 01, 2001
Posts: 2550
|
|
Hi Dheepan,
You display things in JSF the same way you display them in HTML, so for a map, you'd either be using an img tag for static maps, or canvas for an interactive one. You can also use JSF tags to enhance what is available in straight HTML, say for conditional rendering, or attaching Ajax handlers. Take a look at h:graphicImage.
|
 |
 |
|
|
subject: Map in datatable
|
|
|