[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 values.  I'm not sure 
if I can get around that, or if Ajax would be a better way to approach this 
after all.

MG

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4097051#4097051

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4097051
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bbop=viewtopicp=4097044#4097044

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4097044
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user