0
votes
0answers
13 views

PanelGrid and OutputLabel

I got a problem with this code. I want to have a SelectOneMenu where I select a Customer (this one works fine for me). But after I selected an element, I should see the ID of this Customer in a ...
0
votes
1answer
17 views

<view-handler>com.sun.facelets.FaceletViewHandler</view-handler>

When I add the following line in the faces-config.xml file: " <application><view-handler>com.sun.facelets.FaceletViewHandler</view-handler></application> " eclipse says: " ...
0
votes
1answer
25 views

How to customize the query string in Primefaces

I am newbee in Primefaces. In my application, there is a search form which contains 5-10 field. The implemented solution is to check which variable is null and which variable have the value. The list ...
0
votes
1answer
20 views

Get height of a component in JSF

I am using Primefaces in my Webapplication and wonder if there is a way to get the height of a specific component in my xhtml. In my example i have a (from a database) generated ...
0
votes
0answers
23 views

Resize Primefaces Dialog

I wanna know in primefaces 3.4 and above how can I resize a p:dialog; the reason is that I need to show a dialog and when the user submit some information the same dialog must be update with the new ...
0
votes
0answers
10 views

not serializable exception :primefaces datatable

While running the primefaces application in clustered environment. I have encountered a not serializable exception for datatable. Below is exception trace: ExecuteThread: '5' for queue: ...
1
vote
0answers
28 views

Update primefaces growl from inside ui:component

I have a page where the form contains a primefaces growl, and when adding message, and updating works very well, shows up and then dissappears as I wanted. I added templating to some of my pages and ...
0
votes
0answers
19 views

primefaces creating a dynamic dashboard

Following the example at http://www.wobblycogs.co.uk/index.php/computing/jee/49-dynamic-dashboard-with-primefaces im trying to create a dynamic dashboard. Copying the code works 100% perfeclty, but ...
0
votes
0answers
20 views

Primefaces Wizard: values, actions and validations not working after first step

We are using PrimeFaces 2.0 wizard to build a complex registration. In the first tab, all actions works fine (ajax actions executes, validation performs, values are binded to bean, etc), but in the ...
0
votes
2answers
38 views

How do you navigate between two web apps?

If I have two web apps http://www.abc.com/app1 and http://www.abc.com/app2 how do I handle navigation between the two? I would like to be able to navigate to app2 using links in a menu that I have ...
0
votes
0answers
15 views

How to set visibility of a f:selectItem into p:selectOneRadio?

I have a p:SelectOneRadio with 4 options in my form. I would like to set the condition Rendered to false only in one f:SelectItem, depending on user profile (stored on session) E.g: If the user is an ...
0
votes
1answer
18 views

java.io.NotSerializableException: com.sun.faces.context.FacesContextImpl weblogic

I am using PrimeFaces2.0 in my project ,I found following error once deploy my application on weblogic clustering environment . Would any body have any idea why it can happen ...
0
votes
0answers
43 views

Primefaces LazyLoading Table Select First Row by Default

Need Help on the proper way of selecting the first row of a primefaces datatable when the page is refreshed, load, sorted, paged <p:dataTable id="clientTable" widgetVar="clientTableVar" ...
0
votes
0answers
40 views

Update ui:repeat partially JSF Primefaces

A have a page something like this: <h:form id="form"> <h:panelGroup id="panel"> <ui:repeat id="repeat" value="#{myBean.ojects}" var="item"> <h:panelGroup ...
0
votes
1answer
101 views
+50

primefaces partial processing not working

I would like to use partial processing but it does not work in my code. Does anybody knows why? <h:form id="frmVehicle" prependId="false"> <p:toolbar styleClass="form_toolbar"> ...
0
votes
0answers
44 views

java.lang.ArithmeticException: / by zero with Primefaces LazyDataModel

Until now, I had a JSF managed bean with LazyDataModel that looked something like the following. @Controller @ManagedBean @RequestScoped public final class StateManagedBean extends ...
1
vote
1answer
33 views

JSF or PrimeFaces searcheable treeview control

Is there a JSF or PrimeFaces control which is a "searchable" treeview? I am thinking similar to the Eclipse "options", where you type in some text into a searchbox and the treeview autoupdates ...
0
votes
0answers
23 views

Primefaces dataexport to excel renders links as plain text

I need to export data to Excel spreadsheet using primefaces. I tried 3 options: Using standard HTML a href (In this case exported data contains no link at all) <p:column style="display: none" ...
1
vote
1answer
61 views

How to position a p:dialog in Prime Faces after its resizing

I have a Prime Faces p:dialog that has been resized while new components are inserted when opened ('show' state). However its position doesn't change and it's size is increasing from the down left ...
0
votes
1answer
20 views

Is there a way to apply styles to columns in a p:selectManyMenu?

Is there a way to apply styles to columns in a p:selectManyMenu? <!-- Cut down version of the code --> <p:selectManyMenu id="myMenu" value="#{myBean.myEntries}" var="ent" ...
0
votes
1answer
36 views

Values of h:inputText inside p:treeTable are not processed

I want to process this form (valueChangueListener is not valid in real case). This is the back bean: @Component @Scope("request") public class TestBean extends PrivateBaseBean implements ...
0
votes
0answers
42 views

Values of h:inputText inside p:tabView are not processed

I want to process this form (valueChangueListener is not valid in real case). This is the back bean: private List<Management> managements; //getters setters protected static final Logger ...
0
votes
0answers
40 views

Display Blob Image using primefaces

I want to display blob type image using primefaces. There is a error in the server log, and the page is displayed without the picture. I used the following code. Html code = <h:form ...
1
vote
1answer
56 views

JSF + primefaces calling getter way too much times

I read all answers on this topic (not only) on SO, but none of this solves my problem. I have datatable: <p:dataTable value="#{reportBean.reportData.rows}" ...
0
votes
1answer
63 views

PrimeFaces dialog lazy loading (dynamic=“true”) does not work?

I have recently changed all my beans from RequestScoped to ViewScoped. Suddenly, the lazy loading of dialogs does not work. I am using PrimeFaces JSF library. <html> <h:body> ...
0
votes
0answers
32 views

Is possible render TreeTable's cell in Primeface?

I would to know if is possible make some renderer in each cell, like is used TreeTable's renderer in Swing, so is possible to do the same in primefaces ? I need to edit the TreeTable to add in ...
0
votes
0answers
23 views

Have issue in select/unselect all in a single select on p:dialog open & close

<p:column id="slebox"> <f:facet name="header"> Action ...
0
votes
1answer
43 views

p:lineChart if value start in the middle label points not displayed properly

I used PrimeFaces LineChart. It works properly when all values are available but if there is no item one of the x-axes values(months). One of the series doesn't have item in the first two month and ...
-1
votes
1answer
63 views

how to save many h:inputText value of DATATABLE in Database

Use to present them. *XHTML*page <h:dataTable value="#{bean.scores}" rowIndexvar="index"> <h:column> <h:outputText value="#{index+1}" /> </h:column> ...
0
votes
1answer
35 views

Hiding events in p:schedule with css

I hava a p:schedule that shows 2 sorts of events. The list with Events is filled with a Try method like this: //ResourceEvents eventResourceAvailPerDay.addEvent(new DefaultScheduleEvent(reason, ...
0
votes
0answers
17 views

Overlaypanel in a Tabview

I'm displaying an overlaypanel in a tabview. Unfortunately my tabview is small and my panel, containing a datatable, is big. Thus, only 50% of my panel is displayed and the other 50% does not appear ...
0
votes
1answer
38 views

property not found on managed bean

i have a problem that the managedBean didn't find the method here is my managedBean public float res ; public List<Reglement> lister() { List<Reglement> L = ...
0
votes
0answers
41 views

Generic JPA findAll without metamodel

I'm trying to implement a Primefaces lazy data model following this post http://hrycan.com/2012/03/28/primefaces-lazy-loading-datatable-for-jsf2/. The basics is done, but I'm stuck at the filter ...
0
votes
2answers
119 views

How to add Facebook login account on website using JSF 2.0

I am trying to create a website where it has "login or register" feature. Nowadays, every website gives login with facebook/twitter or gmail account. I would also like to do the same thing. I am ...
0
votes
0answers
55 views

Sort/Filter dynamically generated column of <p:dataTable>

I am facing problem to filter/sort a column role(Lazy DataModel) of datatable which is not a property of entity class , because the column value is created dynamically dependent on user currently ...
0
votes
0answers
59 views

How to call java method from p:contextMenu

I have a datatable which is used to display array list of objects. I want to add p:contextMenu in order to click with the right button and to remove row from the table. I added the p:contextMenu on ...
0
votes
0answers
16 views

Making event style model in java webapp

I am looking for some guidance in how to use a more event driven method in my webapp, For example I have a list of items and status as a dashboard. Currenly users see this in a JSP and it refreshges ...
0
votes
0answers
40 views

p:commandButton not working in p:wizard

The problem that I am facing is that <p:commandButton> with id="emailav" doesn't call the action method emailAvailability. I am using it inside p:wizard and also I have included the following ...
0
votes
1answer
13 views

how to get 1 attribut from groupcollection?

hi i have sample example with users and groups with a join manytomany . but i dont know how to get attribute of my collectiongroup in Users my code is : <p:dataTable var="user" ...
0
votes
0answers
68 views

primefaces PieChartModel's Data

I am new to primefaces. when I'm generating the PieChart i.e. setting PieChartModel with static or sample information, it works fine, but when I use the data from the database, it gives me ...
0
votes
4answers
110 views

How to update jsf datatable from back bean

I have a form that user should enter some values to get some info from a web service. Firstly user fulfills the form and then as he clicks the request button webservice is called. Until here ...
2
votes
1answer
58 views

JSF show a p:dialog if a parameter is true

So what I want to do is quit simple. I have an page that displays a list of users, for example adminUsers.jsf, and it has a list of the users. I click the New User button and modal p:dialog shows ...
0
votes
1answer
49 views

Navigation Rule/Case problems

I created simple dynamic web project using Eclipse Juno, JSF and PrimeFaces (OS Debian). I deployed my application on JBoss AS 7.1 server (standalone). There are free pages: index, add and contact. My ...
0
votes
0answers
53 views

Primefaces p:schedule component not loading any data?

I'm having a problem when using the p:schedule component. Well the View containing the p:schedule is working, but all i'm getting is a blank schedule without any data from my database, here is my ...
1
vote
1answer
95 views

Using Primefaces FileUpload with jQuery Mobile p:fileupload not rendered?

What I try: I want to upload pictures with Primefaces FileUpload Tag in a JSF page with jQuery mobile. This side is only available on desktopbrowser but should also have the look like the other pages. ...
0
votes
0answers
60 views

Is there any Netbeans palette for primefaces

Are there any netbeans palette available for fast drag & drop development ? The same as JavaFX has a visual layout tool (Scene-Builder) for fast components drag & drop.
-2
votes
0answers
29 views

Primefaces selectOneMenu (draw problems) [closed]

Hi I'm trying use the selectOneMenu but sometimes it doesn't work very well. Below follow a image that show what sometimes happens. Can anybody help me? Please look this link to see the image: ...
-2
votes
0answers
35 views

selectionMode not working in Ipad Primefaces [closed]

row select dataTable not work in ipad? works perfectly on any desktop browser, but the ipad is not working. <p:dataTable id="dataTable" var="metasGeral" ...
0
votes
0answers
32 views

How can I automatically position my mindmaps using JSF/primefaces

Currently I have a webpage that automatically generates a bunch of mindmaps and then outputs them to the screen. The actual generation process is fine, as is retrieval, but right now they are being ...
0
votes
1answer
23 views

Making handleFileupload with parameter to share the methode

I'm using fileuplod primefaces. I have 3 buttons. Every button is responsible for uploading a file. My first steep is to use 3 methods on my bean to upload every file. Is there a way to make the same ...

1 2 3 4 5 24