Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSF
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830
this week in the
Programmer Certification
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
paul wheaton
Sheriffs:
Ron McLeod
Devaka Cooray
Henry Wong
Saloon Keepers:
Tim Holloway
Stephan van Hulst
Carey Brown
Tim Moores
Mikalai Zaikin
Bartenders:
Frits Walraven
Forum:
JSF
how to get browser name in a icefaces
sa sam
Ranch Hand
Posts: 46
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
In order to display the HTTP request header, User-Agent, in a icefaces, use the following statement:
<h:outputText value="#{header['user-agent']}" />
However nothing show up.
But the header can be displayed correctly in
JSP
:
<%=request.getHeader("user-agent")%>
How to do it using icefaces? Any help/example is appreciated.
Ilari Moilanen
Ranch Hand
Posts: 199
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
<h:outputText value="#{header['user-agent']}" />
Is correct. If you do not see the results then maybe you have your facelets
servlet
configured incorrectly.
And h:outputText is not icefaces tag. It is a basic
JSF
facelets tag.
Do you pee on your compost? Does this tiny ad?
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Detecting browser
HFSJ Chapter 8 ,Question 7,page number 428
New Line character in JSTL c:set
prevent auto submit
Need jar files for EL
More...