i have two text box in two different pages and same variable use in two text box when enter value in first text box it's reflection show in second text box , how i reduce it in jsf ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can create a Set a variable there e.g.:
add In the pages where the user enters his data you should have
Using Ajax, whenever he changes the value it will affect the EDITED: I presumed that you are using JSF2.0. If not, please indicate it. EDITED: Since you are using JSF1.1 you will need external tool support. You can use RichFaces For that you need to download richfaces. Use a4j:support. See an example here: a4j:support EDITED: This answer is if the pages are not opened simultaneously.If they are opened at the same time you will have to use richfaces push optionin the other one. |
|||||||||||
|
