Facelets is an XML-based view technology for the JavaServer Faces framework.
0
votes
1answer
12 views
How to verify account without transfer to another page, using jsf, ajax
I wan to login but don't transfer to another page. When click the Sign In button or link, it will pass value of username and password to server, then verify the account in database. If this account is ...
0
votes
3answers
31 views
how to transfer parameter from managedbean to a jsf page
I want to transfer a parameter from a jsf page to another jsf page. Like this:
a.xhtml
<h:form>
<h:commandLink class="navi" value="press"
action="#{Bean.action}">
...
-4
votes
0answers
30 views
What are the exactly differences between Faclets, Servlets, JSF and JSP? [duplicate]
I hope somebody can answer this question what are the differences between these technologies?
0
votes
2answers
21 views
How to create a left navigation pane using facelets in JSF?
I need to create a user interface where the content changes every time the user moves to a new page. However, the header and footer remains the same.
But, within the content, there is sometimes a ...
2
votes
1answer
36 views
How to execute an event after a page is loaded with native JSF Javascript
I need to execute an event in JSF after a Facelets page is loaded, but I just can use JavaScript generated by JSF in this project (the similar function in jQuery is document.ready). Is there a way to ...
0
votes
1answer
26 views
JSF set property on ManagedBean in included Faceltes page
I am new to JSF and getting very confused doing something trivial. I am making up this example here to elaborate what I am want to do:
I have a xhtml fragment, say, stockQuoteFragment.xhtml, which ...
0
votes
0answers
25 views
How do I make p:dataTable in ui:composition more reusable?
I'm using PrimeFaces 3.4 and I have a series of .xhtml for the dataTables on a page. I would like to use one .xhtml for all the tables on the page and use ui:param when including that .xhtml for each ...
0
votes
0answers
52 views
jsf - ajax javascript call not working due to a <h:form>
Problem:
I have a button with an action and an ajax call to a js function but the javascript function is not executed. But when I remove the <h:form> it will work perfectly. Anybody has an idea ...
0
votes
1answer
37 views
sending paramters from one Facelets page to another
Whenever we want to send parameters from one jsp page to another we use the following lines of codes, what if we want to send paramters in JSF, like sending one parameter from one Facelets page to ...
0
votes
1answer
33 views
Unknow tag .xhtml jsf <f: selectItems />
This is the Facelet:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns ="http://www.w3.org/1999/xhtml" ...
0
votes
1answer
66 views
Override primefaces css with a custom one
i made a custom style sheet named mycustomstyle.css to override the style sheet provided by primefaces, i placed the link to my style sheet inside the <h:body> so that it overrides the one ...
0
votes
1answer
38 views
How to remove padding from p:panel content
I have a <p:panel> with id X and i want to remove the padding from its content X_content the generated HTML for the panel content is:
<div id="X_content" class="ui-panel-content ...
0
votes
0answers
44 views
JSF i18n.property internationalization
My facelet is not able to get the properties of the property file, and I can't figure out why.
Code:
Facelet:
<th id="leaderLabel" class="label"><h:outputText value="#{msgs.fuehrer}" ...
1
vote
1answer
51 views
JSF execute Ajax before a onClick Event
I have a Javascript function which changes the position of some elements according to some hiddenfields in the document, which are updated regularly with ajax.
Problem:
Since the javascript function ...
0
votes
1answer
23 views
JSF Ajax call is out of context
I have a Facelet which has a div called "gameinfo", by clicking on a certain button this div should be reloaded with Ajax.
Problem:
The call does't work, it throws the following error:
...
0
votes
1answer
56 views
How to pass a managed bean as param at a facelet template
I'm having a lot of trouble trying to pass a managed bean as param at a facelet template.
I'm trying to create a variable at a facelet template and pass its value through ui:param, but i'm constantly ...
0
votes
0answers
60 views
Unexpected error forwarding or redirecting to login page
I have a JSF app running on GlassFish 3.1.2.2 with Mojarra 2.1.21 and OmniFaces 1.4.1 to handle Ajax errors. The app has both protected and public areas, using form-based-authentication (on a JSF ...
0
votes
0answers
46 views
How to retrieve value of a ui:param in the backing bean of same page
i want to retrieve the value of ui:param in my backing bean but from same page not while navigating from page to pagei tried :
FaceletContext faceletContext = (FaceletContext) ...
0
votes
1answer
32 views
How to load a view on action with parameter?
I know you can use actionListeners and use setPropertyActionListener which is ok, but I'm loading a view on action like this :
<p:commandButton action="view_rate" icon="ui-icon-search" ...
0
votes
1answer
45 views
Unable to get the selected values on Dialog while using ContextMenu with Datatable
I have a requirement where I want the user to move the datatable rows up and down.I thought Context Menu would come handy as there would be a Move up and Move down menu item .For this I tried ...
0
votes
2answers
74 views
Javascript in JSF - outputScript with no library, no name, and no body content
I want to implement a pacman game in an jsf/primefaces project.
The game can be found here.
Here is my jsf page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
1
vote
5answers
115 views
The entity name must immediately follow the '&' in the entity reference
I want to put a packman game on my *.xhtml page.(I am using jsf 2 and primefaces 3.5)
However,
when I "translated" the html page in xhtml I get an error at this script:
<script>
var ...
1
vote
1answer
40 views
Adding a last row to datatable rows from within Facelets
I have a JSF datatable which has 8 columns. Last 4 columns are numerical valued columns. Lets say my datatable brings 20 rows result. I want to add last row which only contains last 4 column's fields ...
1
vote
0answers
39 views
Facelets template not found in a common jar in an exploded deployment
Here is my Facelet template location : WAR/WEB-INF/lib/common.jar/META-INF/resources/m0/template.xhtml.
It throws the following exception when the war, and the jar in it, are deployed as exploded ...
1
vote
0answers
22 views
ui:decorate supersedes ui:composition and ui:include?
this is a summary of what i understood:
ui:decorate
can use ui:define
can use ui:param
can have external content
ui:composition
can use ui:define
can use ui:param
-> can NOT have external ...
1
vote
1answer
56 views
Implement a site-wide param to change the locale with JSF2 and CDI
Is there a way to implement a viewParam that can change the locale eg.
http://example.com/p1.jsf?lang=en
or
http://example.com/p2.jsf?lang=fr
perhaps without repeating
<f:metadata>
...
0
votes
1answer
71 views
Including a Facelet with FaceletContext#includeFacelet() doesn't work in JSF 2.0
I'm trying to inject a Facelet into a portion my main page programmatically using FaceletContext#includeFacelet() (I can't use a <ui:include>) and after reading the answer to this question, I ...
0
votes
1answer
63 views
Does Facelets rebuild the whole page if Ajax is trigger from a form and updates another?
Setup:
I have 2 forms A & B
I have a commandLink in form A:
<h:commandLink actionListener="#{homeView.selectDiv('homeUpdates')}">#{msg.homeUpdates}
<f:ajax ...
1
vote
1answer
162 views
How to show PDF document in JSP which is included via ui:include
I have included a JSP page into Facelets using <ui:include>. In JSP page I am able to get the PDF, but it displays content as plain text. How is this caused and how can I solve it?
JSP page:
...
0
votes
2answers
79 views
Migrating from RichFaces 3.x to RichFaces 4.x causes error parsing a4j.taglib.xml
I have downloaded the richfaces-components-ui-4.3.1.Final.jar and pasted it in /WEB-INF/lib folder and also the other JARs required for RichFaces 4. In spite of that, I am getting the below mentioned ...
1
vote
1answer
33 views
How not to allow Facelets sources to be shown in browser by URL
In my web.xml I have:
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>*.jsf</url-pattern>
</servlet-mapping>
I got some pages, ...
0
votes
0answers
27 views
How to add Facelets support to Spring Tool Suite?
I'm using Spring Tool Suite 3.8.2 and would like to add an editor which Facelets support (code completion for JSF tags).
Which Eclipe Plugin can I use? I've tried JBoss Tools Visual Page Editor, but ...
0
votes
1answer
33 views
Parsed String of Dates not formatting properly in facelet
Data I am provided comes from a database view. One column contains a lists of comma separated dates, because the dates come from a one-to-many table join. So now I am stuck parsing and formating in ...
1
vote
1answer
42 views
How to include common content into multiple level template page
I am trying include a common page into a template but all I get is a blank page without error.
common.xhtml actually has the content that indicate in the template.xhtml. It seems the template.xhtml ...
0
votes
0answers
61 views
SOLVED: MyFaces JSF 1.2, Facelets: h:commandButton h:commandLink no more works
I have a AppFuse 2.0.2 JSF Modular old (year 2008) project, today I opened and wanted to implement some new feature. And I've noticed, that clicking on any h:commandButton, h:commandLink pages only ...
0
votes
0answers
54 views
Domain based I18N with JSF2.0
I have to implement I18N based on domain using JSF2.
For example if the domain is
www.bookstore.com --> it should go to english site
www.bookstore.com.cn --> it should go to chinese ...
-1
votes
2answers
64 views
JSF Validation no wok in template
JSF validation are not working When i submit ,I under the myfaces(2.1.10) and mojarra(2.1.21) has tried, as same results.here is my code.Theoretically not execute onSubmit() and display error messages ...
1
vote
1answer
36 views
Datatable inside programatically added composite component
Referring to my earlier question (Programmatically create and add composite component in backing bean) I have succesfully able to add composite components from backing bean. Now I have a new problem ...
0
votes
1answer
55 views
Transient on EntityManager causing exception
I am using view scoped managed bean for my JSF application. Since view scoped bean needs to be serialized I have implemented Serialiazable. But problem is with the EntityManager. I tried bypassing it ...
0
votes
1answer
62 views
javax.faces.FacesException: Cannot find slider target component 'txt6; txt7' in view
I tried the following example from PrimeFaces <p:slider> showcase:
<h3>Range Slider</h3>
<h:panelGrid columns="1" style="margin-bottom:10px">
...
0
votes
0answers
39 views
Action attribute of <p:commandButton> is not called
I am trying to call the addMoreStatus method by using the action attribute of the <p:commandButton>, but it is not called. I have also used ajax to see if the value of session variable changes ...
2
votes
1answer
65 views
Automatically set focus on p:editor on page load
How do I automatically set the focus on <p:editor> on page load?
After page is loaded I would like to be able to write in the editor without an additional click on the editor panel.
2
votes
0answers
67 views
Unable to load tag handler class “null” for tag “ui:composition”
I am trying to create a JSF application using MyFaces and Trinidad. I have added the following JARs to my /WEB-INF/lib:
commons-beanutils-1.7.0.jar
commons-collections-3.1.jar
...
0
votes
0answers
90 views
Javascript does not work under JSF template again
I have found the thread answered by BalusC
It describes the exact problem I have. When I found it I thought I have found my answer as well, but for me the solution is not working. I had problems with ...
0
votes
1answer
58 views
Order of execution of f:event causing exception
I am trying to run f:event when the page loads. f:event is associated with the backing bean function init(). The init() creates the session object toIndex which is used in the getStatusList() ...
0
votes
0answers
44 views
RichFaces rich:autocomplete not firing valueChangeListener
Based on this Im implementing a rich:autocomplete with a dynamic list to the autocomplete. What i want to do next is, when the user edits this field to update another field based on its value.
I've ...
0
votes
2answers
100 views
Include as a condition a jsf pages in another jsf page
I hope you can help me.
I work with jsf and richefaces, I have a jsf page and I want to include all other pages according to a parameter and my problem is how can I introduce the test condition in my ...
1
vote
0answers
33 views
A JSF Pages from Entity Classes wizard for Eclipse
I wonder if there is a JSF Pages from Entity Classes wizard like the one in NetBeans for Eclipse to generate Facelets files for CRUD Capabilities.
thank you
1
vote
2answers
460 views
JSF / Primefaces selectBooleanCheckbox component in dataTable always unchecked
In my project i'm using JSF 2.0 and Primefaces 3.5.
In one page i have a p:dataTable and the tables one column has selectBooleanCheckbox. I tried both of p:selectBooleanCheckbox and ...
1
vote
1answer
101 views
Running a block of code in a backing bean whenever a Facelet page loads
I am using JSF to build a website. I want to run a block of code when the Facelet page loads everytime, I need use a session scope backing bean. I tried using the constructor of the backing bean to ...







