Hi, while running our jsf app into tomcat without jetspeed a form field is having the id "connectFields:namespace". While running under jetspeed the id is "viewjs_P_1117fdb43b4_10007_:connectFields:namespace".
The problem is: If myfaces tries to use javascript calls to access fields
with document.getElementById("connectFields:namespace") this is not
working.
The Question: How to change the app or how to setup MyFaces / Jetspeed to
enable MyFaces to get the Javascript elements ?
Regards
Michael
