This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSF and the fly likes Map in datatable Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Map in datatable" Watch "Map in datatable" New topic
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
    
    4
Welcome to the Ranch
What is h:datatable? How do you display a map?
Greg Charles
Bartender

Joined: Oct 01, 2001
Posts: 2550
    
  10

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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Map in datatable
 
Similar Threads
what data structure is appropriate for me?
Converting user inputs to enum constants
How to Create a Phone Book with Java?
From 60 lines to 1 line?
Best Internet application