Timeline for my commandbutton doesnt work, JSF + primefaces?
Current License: CC BY-SA 3.0
17 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Mar 13, 2013 at 22:40 | history | edited | Laabidi Raissi | CC BY-SA 3.0 |
added 69 characters in body
|
Mar 13, 2013 at 21:24 | comment | added | Laabidi Raissi | Any news here ? if the problem still remains, just come to Skype (to avoid extended discussions in SO) | |
Mar 13, 2013 at 20:55 | comment | added | Laabidi Raissi | Let me explain you the situation. When not using the right approach to develop a functionality, it may work somehow, but whenever you need some advanced features, you will encounter many problems. And here in your case, there two issues with your code: 1) nested forms and 2) defining p:dialog inside datatable | |
Mar 13, 2013 at 20:50 | history | edited | Laabidi Raissi | CC BY-SA 3.0 |
added 81 characters in body
|
Mar 13, 2013 at 20:50 | comment | added | MitoCode | also i have the same structure that i wrote at the begining and works but i only have "h" labels but in this case i have "p" label from calender but i need that value | |
Mar 13, 2013 at 20:49 | comment | added | Laabidi Raissi | ok, according to BalusC (stackoverflow.com/questions/4573190/…) you should put the dialog inside "element which is always available in the HTML DOM tree", so please try my edited answer | |
Mar 13, 2013 at 20:37 | comment | added | MitoCode | now Cannot find component with identifier "form:modalDialog2" =/ | |
Mar 13, 2013 at 20:32 | history | edited | Laabidi Raissi | CC BY-SA 3.0 |
added 5 characters in body
|
Mar 13, 2013 at 20:32 | comment | added | Laabidi Raissi | ah yes, of course, Sorry, please re-use my updated answer. in fact, since we are not using prependId="false" in the form, the id of the dialog will be:= form:modalDialog2 | |
Mar 13, 2013 at 20:30 | comment | added | MitoCode | error: Cannot find component with identifier "modalDialog2" --- its from update commandlink | |
Mar 13, 2013 at 20:23 | comment | added | MitoCode | i do that, but now the problem is the first dataTable the list value doesnt work, and i if i kick the "upadte" from the commandLink", the value list work the method doesnt invoke | |
Mar 13, 2013 at 19:34 | history | edited | Laabidi Raissi | CC BY-SA 3.0 |
added 3957 characters in body
|
Mar 13, 2013 at 19:33 | comment | added | Laabidi Raissi | Ok, it's very simple to try my solution, please see my answer updated | |
Mar 13, 2013 at 19:27 | comment | added | MitoCode | well, i put the dialog outside, but can you put me the exactly code please | |
Mar 13, 2013 at 19:25 | comment | added | Laabidi Raissi | Can you give some more explanations ? Did you put the dialog outside datatable ? what kind of "problems with the update..." did you encounter ? | |
Mar 13, 2013 at 19:09 | comment | added | MitoCode | actually i separete in 3 forms for the first part then the second dialog and the third dialog, but i have problems with the update value from the first dialog modaldialog2 | |
Mar 13, 2013 at 17:06 | history | answered | Laabidi Raissi | CC BY-SA 3.0 |