inputText « PrimeFaces « JSF Q&A





1. h:inputText inside ui:repeater displays wrong value after an ajax update    stackoverflow.com

I've got a JSF page with a ui:repeater tag that simply displays a list of strings and some controls to add a string to a list. When adding a string I ...

2. How to write an inputText accepting only integers in the #,###.00 pattern    stackoverflow.com

Is there any way of writing an inputText which is only accepting digits and also in the #,###.00 pattern format for inputting a currency number in JSF ? (using PrimeFaces will ...

3. accented word in inputtext    forum.primefaces.org

Hi i have a problem when i fill my inputtexts forms if i use accented words that words send me as other characters or even if the form get "invalid" for ...

4. Updating p:inputText in form    forum.primefaces.org

18 May 2011, 00:56 by fotisp Updating p:inputText in form Hello All, This is my first post to the forum. I am really struggling to get my head around JSF2, things ...

5. inputText for numbers    forum.primefaces.org

Is it possible to have a type parameter for inputText so you can specify the type is a number? Would help on touchscreen phones to only display the number keypad instead ...

6. p:ajax events don't fire in IE8 for p:inputText    forum.primefaces.org

25 May 2011, 14:26 by jtrotman p:ajax events don't fire in IE8 for p:inputText Hi all We've been having a problem for a while, in that we have some p:inputText components ...

7. Help - Problem with and (Bug ?)    forum.primefaces.org

Hi, good night. This is for my college project i need so much discover what happening. I'm having problem with p:carousel and p:inputText. I'm trying to make a carousel of "languages", ...

8. wizard forgets inputText value on action call    forum.primefaces.org

10 Jun 2011, 17:46 by gedanke wizard forgets inputText value on action call The wizard seems to forget the value of my inputText if I call an action from a tab. ...

9. InputText never updates backing bean    forum.primefaces.org

>> << maipucino Posts: 31 Joined: 19 Apr 2010, 22:04 30 Jun 2011, 14:52 by maipucino InputText never updates backing bean Hi, I am having some issues with 3.0.M2-SNAPSHOT and this ...





10. InputText in dialog not being updated when dialog is shown    forum.primefaces.org

30 Jun 2011, 18:59 by Ryland InputText in dialog not being updated when dialog is shown I have a datatable which has an Edit button on each row which, when pressed, ...

11. inputText Type doesnt work    forum.primefaces.org

12. Can't save value of dynamic h:inputText back to the bean    forum.primefaces.org

private List strs; public MyClass() //constructor { strs = new ArrayList(); ...

13. Using to open/close a dialog.    forum.primefaces.org

15. How can I put inputtext on GMap?    forum.primefaces.org

Hi, I'm very new in primefaces comm. I need help about putting components on GMap, for example : when i click on map , one panel will appear and there'll be ...

16. Setting the inputtext visible    forum.primefaces.org

Hi, I have 1 button and 4 inputtext. inputtext s are invisible. I want to make them visible when i click on button. How can I set visible true/false by clicking ...





17. InputText Hint    forum.primefaces.org

It is possible to get something like this: http://www.smartclient.com/smartgwt/showcase/#form_details_hints using Primefaces? I imagine it should be as easy as writing

18. p:inputText with ajax update?    forum.primefaces.org

19. inputText update not working    forum.primefaces.org

24 Aug 2011, 10:48 by chrisbad inputText update not working Hi folks, i have a strange problem with a simple which is not updating after the commandButton is pressed. Below ...

20. Curser jumps from inputText to inputText (Deadlock)    forum.primefaces.org

Funny. Never tried, but read somewhere in forum that focus event fires blur event too in PF 3.0-SNAPSHOT. You can create an issue if you think this is one.

21. Value not passed from inputText to backing bean    forum.primefaces.org

PrimeFaces Forum View topic - Value not passed from inputText to backing bean Skip to content . Advanced search FAQ Register Login PrimeFaces Forum Board index Community ...

22. (Solved)inputText component.valid not working on PF M4    forum.primefaces.org

Hi aatay, thanks for the prompt reply and congratulations for the todays release! So i removed the component.valid expression and my custom error styleClass isnt applied, what should i do to ...

23. TreeTable selection and inputText    forum.primefaces.org

Hi team, I am running the primefaces labs demo on PF 3 M4 version and I have a question on this page: ui/treeTableContextMenu.jsf If I changed the outputText of the elements ...

24. p:inputText not working after validation error in 3.0M4    forum.primefaces.org

The issue is because the color is stated as #ffffff (white) and hence we cannot see the cursor or characters typed. The color should be something else like black or a ...

25. Update inputtext value from datatable    forum.primefaces.org

Hi all, nice to meet you, i am primefaces newbie, i trying to play with primefaces but i cannot find a way to update a primefaces inputtext from item that selected ...

26. inputText componet    forum.primefaces.org

27. inputtext requiredMessage param    forum.primefaces.org

...

28. Problem filling inputtext from selected row on p:datatable    forum.primefaces.org

14 Dec 2011, 20:59 by 3man Problem filling inputtext from selected row on p:datatable Hello, I have problem with filling p:inputtext/h:inputText from selectedRow, but I can successfully filling h:outuputText ...

29. p:inputText on enter    forum.primefaces.org

Hi, I've the p:inputTextBox and after the user enters the value in this text box and hit enter button I need to call the actionListener which will invoke the method at ...

30. Why PrimeFaces doesn't have the p:inputText?    forum.primefaces.org

02 Jun 2010, 10:46 by ailyin Why PrimeFaces doesn't have the p:inputText? Core JSF h:inputText is very simple and lack lots of needed features. Therefore many good JSF libraries implements own ...

31.  and Problem    forum.primefaces.org

Hello, I want built this here: If attributeNote is empty or attributeNote eq '-' than should only appear the But if attributeNote isnt empty or eq '-' than should appear ...

32. h:inputText and partial update    forum.primefaces.org

27 Jul 2010, 23:16 by sholly h:inputText and partial update Folks, I have two composite inputText tags that I would like to be able to do two things with: 1. We ...

33. Datatable with AjaxRequest and h:inputText problem    forum.primefaces.org

Code:

34. storing variable in inputText?    forum.primefaces.org

35. how will i get value in the backing bean    forum.primefaces.org

09 Nov 2010, 14:52 by rama1234 how will i get value in the backing bean Hi All, i need some help from any one. i have a page with two ...

36. DataTable with dialog and h:inputText problem    forum.primefaces.org

Try adding an outputPanel around panelgrid that has rendered EL. Code:

37. h:inputText not updating properly ?    forum.primefaces.org

Hello, I'm trying the following basic scenario: 1) A Request scoped bean: Code: postsBean ...

38. p:inputText    forum.primefaces.org

Hi All, I am new to prime faces, i am not able to use tag and tag in my website. I am also not able to use ...

39. Validation for and     forum.primefaces.org

I need to add validation rule for value cannot be null and a group of , atleast one has to be selected. what will be best way to validate it. ...

40. inputText    forum.primefaces.org

41. Carousel inputText processing    forum.primefaces.org

04 Feb 2011, 20:16 by girijarao Carousel inputText processing Hi I am new to primefaces. I am displaying a list of activities using carousel. I have some input text fields and ...

42. how to use autocomplete to show the data in inputtext    forum.primefaces.org

07 Feb 2011, 07:00 by privatename how to use autocomplete to show the data in inputtext hi, i use this code for mypage.xhtml: i ...

43. p:inputText does not work correct in composite component    forum.primefaces.org

Hi, i have this composite component: Code: ...

44. 2.2.1: p:inputText: Id attribute not generated as expected    forum.primefaces.org

Hi guys I'm trying to prepend a primary key to the id field of p:inputText, in order to identify what to update in a valueChangeListener. This is all in a datatable. ...

45. Bind globalfiler on an external inputtext    forum.primefaces.org

Hi, I have a globalfilter on my datatable thats works perfect... Can you tell me if there's a way to add the same function on a external (Not in the header ...

46. p:inputText feedback    forum.primefaces.org

47. p:inputText and p:ajax - event not fired if empty    forum.primefaces.org

Using primefaces v2.2.1, the following code does work except when the value to submit through ajax to the server is the empty value. i.e. as long as I am typing characters ...

48. Bug? p:inputText    forum.primefaces.org

This is relatively minor (but I would like to use the p:inputText in this manner) Relevant Info: + version: Primefaces 2.2.1 + Server: JBoss 5.1.X GA override to JSF 2 + ...

49. h:inputText and p:ajax Validation don't works[SOLVED]    forum.primefaces.org

It was not enabled, I enabled it and now it works, thanks very much! I'm waiting for notification in my email to come back here, but I did not receive it. ...