Questions tagged [primefaces-extensions]

PrimeFaces Extensions is a lightweight open source component library for Java Server Faces 2.x. The project is built on top of the PrimeFaces - a rapidly evolving component suite. PrimeFaces Extensions consists of extended components missing in other JSF 2.x libraries or with improved components which already exist somewhere but don't work there smoothly.

Homepage: PrimeFaces Extensions.

Online Resource: Primefaces Extensions Showcase

305 questions
0
votes
2 answers

Get the value from a p:SelectOneMenu

I have a problem with Primefaces 3.4.1. I need to get the selected value from a p:selectOneMenu. I have drained Google, but nothing help me. Here is my XHTML, Controller and Bean. XHTML:
Tadashi
  • 1
  • 1
0
votes
1 answer

PrimeFaces Extensions: Why is rendered?

I have a small problem with PrimeFaces Extensions. I use the Tag inside a CommandButton. The functionality is OK, but the "pe-Tag" is rendered and makes a gap between two buttons, which is bigger than without the tag. (you can see it on the…
LStrike
  • 1,598
  • 4
  • 26
  • 58
0
votes
2 answers

primefaces extension form. Clear form after save or on load

i have build a primefaces extensions wizard like form with steps, using component shown here: http://fractalsoft.net/primeext-showcase-mojarra/sections/masterDetail/wizardLikeNavigation.jsf My back bean is View Scoped however when i complete the…
thanili
  • 777
  • 4
  • 26
  • 57
0
votes
2 answers

PrimeFaces How to represent Label insted of value in p:datatable cells

hi every one I have this scenario : i am using primefaces data table p:datatable and it receives a list from managed bean... please look for this sample : and pay attention to the header "status"
abu taha9
  • 45
  • 14
0
votes
1 answer
0
votes
1 answer

BlockUI on Form render with intensive work

I have a form that contains intensive work. I want to blockUI the form from the time its rendering (initialize) to the time its done, and everything inside of it is rendered. Any idea how can I do that??. I tried different things with blockUI(p and…
J S
  • 175
  • 1
  • 4
  • 14
0
votes
1 answer

Need primefaces layoutunit to behave as overlay

Hi All, Kindly check attached image. I need to make the right side layoutunit to act as an overlay over center layout. By default, when we expand right side layoutunit, center layout will gets shrinked. I want to keep the center layoutunit as…
sathish
  • 800
  • 1
  • 8
  • 19
0
votes
1 answer

InputNumber submit

I have a problem with InputNumber from primefaces extensions. I have an inputnumber component on my form and when I enter a value in form and right after that I press ENTER button page is submitted but without that value in inputNumber field. It…
miroslav_mijajlovic
  • 1,703
  • 17
  • 31
0
votes
1 answer

Required message for pe:inputNumber

I use composite component which has InputNumber from Primefaces extensions in its basis. I've set required attribute to true and message is not shown. Also I don't have * mark which indicates that the field is required. Here is the code:…
miroslav_mijajlovic
  • 1,703
  • 17
  • 31
0
votes
1 answer

Problems with commandButton in a PF DynaForm

I am a bit new to JSF and Primefaces, just studying a book and try learning by doing ;-) Doing this I am hanging with a problem, which I obviously will not solve alone. The following xhtml code
Joern
  • 15
  • 4
0
votes
1 answer

PrimeFaces timeline

I'm using primeface timeline .first my timeline shows just loading then its displaying after I include code
swa
  • 1
  • 1
  • 3
0
votes
1 answer

Primefaces Extensions Timeline auto value of height does not work

I'm using timeline component of primefaces extensions and when i set height of the component "auto", there is no any visual view of the component on the page on the other hand when i set the height a value, it seen successfully. But row count (group…
gokhansari
  • 2,379
  • 1
  • 27
  • 33
0
votes
1 answer

Passing parameters to remote command in primefaces 3.4.1

I just upgraded my primefaces library from 3.1.1 to 3.4.1, but unfortunately not able to get the parameter from request parameter map from FacesContext in my bean. Below are my code snippet. xhtml file:
user595226
  • 89
  • 3
  • 10
0
votes
1 answer

pe:layout: Align tabs to right

In the showcase example for http://fractalsoft.net/primeext-showcase-mojarra/sections/layout/tabbedLayout.jsf tabs are centered right, I can't figure out how to do it. I've tried searching and applying ui-tabs styling and I can change size easily…
Karl Kildén
  • 2,415
  • 22
  • 34
1 2 3
20
21