hi tim,
thanks for the information about richfaces. now i am using the rich faces tags and the a4j tags also
. I am very new to these components of jsf
I solved out my problem that i specified and would like to share here
1. first i stored the required values in javascript array
2. then i initialize the stored javascript array in hiddeninput component by means of javascript "document.getElementById('hidden').value = array
3. then hidden variable was binded in java as string n there i stored string in java array by using the "split function" (which is a cool method to use)
and i was done with my problem
but another problem arised and i would like to ask it here again. i would like to tell my requirement first
i have three <h:selectOneListbox>. now i am trying to render
1. the second selectOneListbox from first selectOneListbox and
2. render third selectOneListbox from second selectOneListbox (which is rendered by first selectOneListbox ).
No. 1 works ok for me
When i go for number 2 then it gives the error
Error
The Relevant Code for this
JSF code
java code
i tried it many times but cant fix this problem. please help :S and thanks once again