widget « PrimeFaces « JSF Q&A





1. JSF PrimeFaces widget question    stackoverflow.com

It looks like PrimeFaces is partially based on jQuery UI. I need a widget like the "Choice 1, Choice 2, Choice 3" row of buttons shown on this jQuery UI ...

2. JSF PrimeFaces : how to make h:inputText look like a PrimeFaces widget?    stackoverflow.com

I'm using PrimeFaces 2.2.1. I have JSF forms with a combination of regular widgetss (like h:inputText, h:selectOneMenu, h:selectBooleanCheckbox, and so on) and PrimeFaces widgets (like p:calendar, and so on). The PrimeFaces ...

3. PrimeFaces.widget.InputText is not a constructor    stackoverflow.com

This is a javascript error I have every time the tomcat server is restarted. After the page is refreshed there is no error any more. Does anybody know what's wrong?

4. add the code for a widget (widget.xhtml) once but use it twice in same webpage, possible ? How?    stackoverflow.com

I have a widget in my application that I need to display at two places(once in main page body and once through dialog box). Currently its code has been added twice ...

5. Feature: Embed Widget inside static HTML    forum.primefaces.org

29 Jan 2010, 03:01 by helloprimefaces Feature: Embed Widget inside static HTML Hi, Before starting for the feature request, i would like to thank Cagatay and Team for their contribution and ...

6. Proposal: extend Widget interface    forum.primefaces.org

@ResourceDependencies({ ... @ResourceDependency(library="primefaces", name="autocomplete/autocomplete.js"), @ResourceDependency(library="js", name="autocomplete.js") // MY EXTENSION }) public class AutoComplete extends org.primefaces.component.autocomplete.AutoComplete { ...

7. PrimeFaces.widget.Calendar is not a constructor    forum.primefaces.org

>> << corneil Posts: 6 Joined: 07 Jun 2011, 16:00 08 Jul 2011, 12:33 by corneil Re: PrimeFaces.widget.Calendar is not a constructor The following is from Firebug: Code:

10. PrimeFaces.widget.* is not a constructor    forum.primefaces.org

24 Aug 2011, 09:45 by prophet PrimeFaces.widget.* is not a constructor Hi. I have a probleme when I navigate in my programme. I have navigation tree menu, which update everytime center ...

11. Dynamic widget creation    forum.primefaces.org

05 Sep 2011, 16:37 by leenex Dynamic widget creation I need to create all UI components programmatically, and was doing great until I stumbled of the root of the Tree. Here ...

12. refresh widgets in different forms, possible?    forum.primefaces.org

>> << greyelf99 Posts: 6 Joined: 06 Aug 2011, 09:25 28 Sep 2011, 11:48 by greyelf99 refresh widgets in different forms, possible? Hi, ok so I used to have an interface ...

13. Captcha widget may not stop scripting attacks    forum.primefaces.org

07 Nov 2011, 19:23 by quadinaros Captcha widget may not stop scripting attacks Captcha widget does not appear, yet validates to true when google.com is not available This can be reproduced ...

14. Can i move a widget from one Dashboard to another Dashboard?    forum.primefaces.org

What do you mean by not yet? Actually i completed it . Fortunately onReorderUpdate gives correct ids even when the widget is moved from another dashboard. Taking it i wrote some ...

15. "Error: YAHOO.widget.Menu is not a constructor" in p:menu    forum.primefaces.org

Menu menu = new Menu(); menu.setPosition("dynamic"); menu.setWidgetVar("topicMenuWidget"); menu.setId("topicMenu"); menu.setContext("'dynamicMenuPosition','tl','br'"); MenuItem mi = new MenuItem(); mi.setId("oneMenuItem"); mi.setLabel("oneMenuItemLabel"); menu.getChildren().add(mi); return menu;

16. inplace widget var method to minimize again?    forum.primefaces.org

Hi I use to show a when the label is clicked. I would like to switch the whole thing back after a selectin in the menu is made. If ...





17. Does anyone has a list of javascript functions for widgets ?    forum.primefaces.org

Does anyone have a list of all javascript functions that control primefaces components. For example I want to control some tree and tabView widgets that have a widgetVar value. I'd like ...

18. AutoComplete widget nullpointer    forum.primefaces.org

If you don't provide a value for a p:autoComplete , it throws a nullpointer exception while attempting to get converted value. A null check should stop this logic..

19. YAHOO.widget.Paginator is not a constructor    forum.primefaces.org

02 Feb 2011, 21:11 by dgma YAHOO.widget.Paginator is not a constructor Hello, I am new to PrimeFaces, and so far I am a fan. A web application that I am also ...

20. Looking for a type of menu widget ...    forum.primefaces.org

I'm looking for a type of menu widget that will run horizontally across the top of my web app and allow the user to select an area of the app and ...

21. CSS Themeroller - Widget and Panel    forum.primefaces.org

Hello all, I used the tool recommended by the primefaces website to make a custom theme. But now I still need to customize it. And I have for the moment one ...