Hi guys,
I have been playing around with using JSF for a while & get some of the basics. However, I'm in a position where I want to display a list, as in (ul, li). i did a bit of googling & found that facelets was the best was to implement this.
So there I was, creating .xhtml pages & watching them work fine in my browser on my laptop & then I tested it in Safari on a generic iPhone & it doesn't work! So when I say it doesn't work, I mean that the jQuery Mobile UI doesn't render & it just displays the basic html. It turns out that this is a problem with jQuery Mobile not being able to parse the file properly (or something to that effect). I have googled around for some answers to this & found various different articles stating, try this, try that, & they don't seem to work.
So here I am & asking the question:
Can facelets be used/rendered on another file type? For example .jsp or .html or jsf or anything instead of .xhtml?
Any advice would be great, feels like I'm
Thanks in advance
Mark