I want to set the title of my JSP page
<head>
<title> ABCD
</title>
</head>
where ABCD is accessed from the backing bean is their a way to set the title using a JSF/Tomahawk tag.
|
|
|
Using JSF 1.1 managed beans with JSPs, you will likely need to place a deferred evaluation expression (like JSF controls must be within the view (typically defined by the |
|||||||||
|