[jboss-user] [JBoss Portal] - Re: Problem with JSF- Component IDs and JavaScript Element-I

wesleyhales do-not-reply at jboss.com
Tue Apr 1 08:29:24 EDT 2008


give your element a name

  | <form id="" name="whatever"
  | 


  | ...
  | document.getElementByName('whatever')
  | ...
  | 

portal namespace and jsf generated id has to happen.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140444#4140444

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140444



More information about the jboss-user mailing list