Tagged Questions
0
votes
0answers
28 views
Primefaces p:calendar, p:selectOneMenu, p:inputMask
I have a problem with Primefaces. I need to create simple CRUD operations application. When I add user - its ok (I enter name of user, choose gender, birthday and phone number). Data convert to java ...
0
votes
1answer
32 views
How can I open a Popup in JSF
I need to open a Popup window on clicking a button in a xhtml page.
I have written something like that:
<p:commandButton type="submit" value="Select User" ...
0
votes
1answer
29 views
How to receive html form with hidden input in the server?
I have a page with an html form. A third party application appends a hidden input in the form. How can i read this hidden input in my server side?
Alterantive, cause i dont know exactly the name of ...
-3
votes
0answers
10 views
Image Slider in JSF Application [closed]
i have created an application in jsf 1.2 with rich faces 3. i need to incorporate an image slider (java script / jQuery) (which will pick images from application root directory) in my jsf application ...
0
votes
2answers
45 views
JSF Primefaces set button enabled when table row is selected
I have a list of users in a table and with disabled Delete button. I need to enable the Delete button when I select the row in the table. How can I do this?
<p:dataTable ...
1
vote
0answers
25 views
Custom template in the fileupload.js
I want to customize the fileupload UI component in the primefaces which inturn uses blueimp fileupload.js. I want to overwrite default primefaces template with my custom template and append the ...
1
vote
0answers
26 views
using beans in javascript in a jsf form
I have a form with different input texts, I want to validate my form in client side, so I have written a java script function and the validation of the form is based on a property in the defined ...
0
votes
3answers
44 views
Fire javascript event when file starts to download - when response is received
The intent is to display a wait spinner icon while the server is preparing the file for download. In my use case I am generating a large report, this takes some time server-side before the browser's ...
0
votes
2answers
49 views
Error in configure to error page in jsf?
In my project I have to display a error page when specific errors occurs in my code.
I have added the following script in my header.xhtml page.This page is added to each and every page.So whenever ...
1
vote
1answer
37 views
p:inputtext format number like '999,999'
In my XHTML page I have some inputText fields where the user can insert numeric values in the format "999,999" (max three integer values, max three decimal values). The decimal separator is ",", ...
-1
votes
0answers
22 views
Jquery autocomplete JSF [closed]
I want to use Jquery with rich:autocomplete with following code:
<rich:autocomplete id="country" mode="ajax" minChars="3" style="border: none;"
autofill="true" immediate="true"
...
0
votes
1answer
57 views
JQuery & PrimeFaces - keep selected component throughout request using client side -a better way?
When a commandLink is clicked I would like to remove all 'selected' CSS styles for all 'selectable' command links. After clicking an Ajax request is triggered by Prime Faces which replaces all of the ...
0
votes
2answers
37 views
Where does the ID like “pbG62d78562_2d4676_2d4b22_2d96b8_2d227d65ceaa9f_j_id1” come from?
I'm working with JavaScript and Facelets page,
here my code:
<h:head>
<script type="text/javascript">
function transfer() {
alert(editor.getMolfile());
...
0
votes
1answer
37 views
element type object must be followed by either attribute specifications, “/>” or “>” [closed]
i am using JSF 1.1 and i have a JS function that contains following line:
window.onload = function() {
var DW_DWTContainerID = "myform:scan_area";
var ...
1
vote
1answer
55 views
Pass value from JavaScript to BackingBean
I think this question has been asked before but I still don't understand how to do it. My objective is to click on a point in GoogleMaps and store the coordinates of the point I clicked on a backing ...
0
votes
0answers
30 views
How to get data to mannagedBean JSF
I have Gmap from PrimeFaces and get my location from Google Api geolocatior in javascript, how to i get my location on button to gmap and into bean, beacuse i try with Jquery to inputTextfild but JSF ...
0
votes
1answer
24 views
Dynamic JavaScript with ID and custom type
I need to get a content like
<script type="text/vnd.graphviz" id="genealogy">
digraph genealogy {
ratio="auto";
rankdir="BT";
edge [style=solid ...
-2
votes
0answers
24 views
Java web application, with clients on Windows need to determine the Client User Name [closed]
Simple application where application needs to filter info based on the clients username. App is developed using JSP. User Scenario: Client access web app via browser. Server says “Welcome ”. Where is ...
0
votes
0answers
11 views
Session timeout primefaces?
i have a question, i have an idleMonitor component that when the timeout expire, it show me a dialog to login again, but i want to display the timeout as a remaining time like a chronometer how can i ...
0
votes
2answers
31 views
Statically reference a dynamic id in JSF
I have an input text box that I want to update with a value from an onclick event that happens to another object. In this case I know test.id0 is incorrect, and it needs to be the dynamically ...
0
votes
1answer
24 views
Jscolor stops working after first postback of fresh deploy, but continues to work after postback of a reload
Could anyone tell me something helpful to the following behavior in JSF with Jscolor component?
I have got this simple xhtml code:
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html ...
0
votes
0answers
24 views
how to get the value of checkbox click so that i can call js function where i will compare with value coming from my managed beans
<input id="hidden3" type="hidden" value="# {easdocchecklistinfoMB.noOfPriRev}" name="hidden3"/>
<p:dataTable id="easTable2" value="#{easdocchecklistinfoMB.easall_details1}" ...
0
votes
0answers
22 views
HOW to show timeout remaining of the Idle Monitor primefaces?
i have a question, i have in a web page wich has an idleMonitor component, but i want to display the timer remaining as a count down clock .... i want to display the timer of my idleMonitor, any ...
0
votes
1answer
39 views
TypeError: PrimeFaces.extend is not a function
I'm trying to use PrimeFaces 3.5 with JSF 2.2. When I try to create p:layout and p:layoutUnit, I get the following error.
Timestamp: 03-06-2013 17:53:42
Error: TypeError: PrimeFaces.extend is not a ...
3
votes
1answer
48 views
Fire change-event manually
Hey I've got a problem with fireing a change-event manually.
So I have a selectOneMenu (i'ts like a dropdown in jsf) with different values.
If I choose a value of this dropdown-list, a datatable ...
0
votes
1answer
32 views
h:selectoneradio not selected item in Javascript
I don't know how this meaningless thing is driving my nuts, well, I have as follows:
I'm trying to set a radio button value when a modal form is displayed, this is the code for the radio button:
...
0
votes
3answers
40 views
p:commandbutton is not calling manage bean method
I have the follow modal form in Bootstrap, where the user insert data for add a new line but the p:commandbutton never executes lineaBean.insertar() and I don't know what it's doing this when I have a ...
0
votes
1answer
49 views
how to get the updated value in JavaScript
i have a jquery file that have :
document.getElementById('formId:someId').click();
bla = document.getElementById('formId:inputId3').value;
if(bla =="koko") {
alert(" Done ...
0
votes
1answer
69 views
how to update h:inputtext in jsf
in Jquery i am sending value to managed bean with success
document.getElementById('formId:inputId').value = "blavla";
document.getElementById('formId:someId').click();
and my jsf code is :
...
0
votes
0answers
35 views
Primefaces Datatable RowSelect Event
I have the following in my xhtml
<h:form id="clientTableForm" prependId="false">
<p:dataTable id="clientTable" widgetVar="clientTableVar"
...
0
votes
0answers
51 views
how to get return value of managed bean in Javascript?
in my previous post o got the answer of how to send value from Jquery to manage bean and how to activate an action :how to call jsf managed bean inside jquery file.
now i have a problem to get return ...
0
votes
1answer
36 views
CommandLink primefaces
I have a problem with p:commandLink
This is the link code
<p:commandLink partialsubmit="true" id="c2aLink"
immediate="true" ajax="true" update="generalPanel" action="#{tabularbean.refresh}"/> ...
0
votes
3answers
74 views
Jquery event not called after update
I have a pretty simple JSF form on my hand like so:
<h:inputText id="number" value="#{bean.value}"
styleClass="integer" onkeyup="update()" />
I have a jQuery selector as well like this:
...
0
votes
1answer
70 views
Primefaces doesn't show css and js
The application takes my tags and show me the page.
But in the view, I can't see the CSS and the JS.
This is my code:
pom.xml
<repositories>
<repository>
...
0
votes
0answers
54 views
How to get upload percentage (as an integer) of the primefaces component fileupload
I am using p:fileupload but I don't want to use its own progressbar. I want to create a label with the upload percentage as value near the upload button. Problem is I can't get any information of the ...
0
votes
0answers
20 views
Refering to a jsf input from javaScript
I got a google map with an infoWindow, my info window looks like this:
<script type="text/javascript">
new google.maps.InfoWindow({
position: latLng,
content: '<input ...
1
vote
1answer
39 views
TextField description RichFaces
i'm working with richfaces , i need to show "X" message when the field is clicked like the photo. This is my code in xhtml :
<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 ...
0
votes
1answer
78 views
Handles data response from JSF Ajax in Javascript
I have the follow Managed Bean class:
import javax.faces.bean.ManagedBean;
import javax.faces.bean.SessionScoped;
import java.io.Serializable;
@ManagedBean
@SessionScoped
public class ...
0
votes
3answers
49 views
Hiding a Panel Grid row with javascript
Since I'm not able to define a known count variable for a row id inside a <h:panelGrid> table, is there any way to hide a <tr> via javascript?
I need to do something like ...
0
votes
2answers
47 views
Modify action method value dynamically in JSF
I have a button which has to perform/call any of the two separate backing bean action method onclick. I have a parameter available in my form.
Is it possible to modify the action="" value on the fly ...
2
votes
1answer
136 views
How to invoke a JSF managed bean on a HTML DOM event using native JavaScript?
I need to execute a JSF managed bean action method using ajax during HTML DOM load event, similar to jQuery's $(document).ready(function() { $.ajax(...) }). I can only use the JavaScript generated by ...
0
votes
0answers
28 views
Importing javascript file from secondary folder into jsf contex
I'm using a a javascript library in a JSF 2.1 project and I have the next hierachy in the resources folder:
-resources
-js
-controls
-simpleControl.js
The problem is that I can only ...
1
vote
1answer
32 views
How to select each visible day, which are not part of the current visible month?
I have a problem. I should work with the RichFaces calendar component so I can select each day, which are visible for a current selected month, but that is not possible.
An example:
I selected the ...
2
votes
1answer
74 views
how to get selected index for h:selectOneMenu
I want to get the selected index for my h:selectOneMenu field.
I can either use javascript or jquery
please help
<h:selectOneMenu id="myId" value="#{AddScriptBean.scriptEngine}" >
...
0
votes
0answers
71 views
Even basic DOJO not working with JSF (2.0). No luck
I am very new to Dojo and was trying a tutorial on DOJO with JSF. I went through numerous link to understand how to integrate DOJO with JSF.
DOJO version: 1.9 JSF Version: 2.0 with JSP
I wrote a ...
0
votes
1answer
39 views
how to open a page in a new window in jsf with webflow after using evaluate
in jsf with webflow, I need to use a link and when I click the link a new window should be appear but the url of the link is not static I have to reade it from the database and prepare it then use it ...
0
votes
0answers
45 views
confirmDialog not working correctly
Hey guys I have a template in HTML and it has a confirmDialog.
The confirmDialog should be activated just when I click a button of my template where I have defined an onClick but it is been activated ...
0
votes
2answers
95 views
How to re-apply JS/jQuery document.ready when a JSF component is re-rendered?
I have created a Calendar component and all the JS is applied to it on document.ready. When I do an Ajax call and re-render the component, the JS/JQuery is not there anymore. This can be solved by ...
0
votes
1answer
112 views
Uncaught TypeError: Object #<Object> has no method 'replace' on primefaces.js
I have a link to switch from lang 1 to lang 2 in xhtml:
<p:commandLink value="#{msgs['home.french']}" id="frenchLink"
rendered="#{mainBean.changeLanguage.getLanguage() ne 'fr'}"
...
0
votes
0answers
77 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 ...




