[jboss-user] [JBoss Seam] - Re: Form Element ID changed

2007-10-19 Thread griffitm
Thanks for the reply. I was able to use the prototype form.getInputs('text') to get an array of my form elements and replace the values that way. However, this doesn't work like I expected. Even though the HTML form contains the correct values, the bean that the search is bound to has the old v

[jboss-user] [JBoss Seam] - Re: Form Element ID changed

2007-10-19 Thread swd847
JSF pretty much generates id's of the form : container1ID:container2ID:elementID but it depends on the container. If you are still stuck there are other ways to approch this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097044#4097044 Reply to the post :