Oellien, F (Frank) schrieb: > How can I connect onClick Events like in Dojo Menu2 or Dojo Button to my > JSF environment. > At least I want to communicate with my BackingBeans. Is there a way to > solve this with Javascript? > > I tried to understand the behavior of the JSCookMenu example but it is > not very clear to me what happens there. > yes there is a way, you can use forceId in the jsf tomahawk tags to have clearly identifyable ids on the components and then you can use them as normal html dom tree objects the way you are used to.
The rest is dojo javascript scripting. As for the backing beans what do you want to achieve? The backing bean values are set and get during page refreshes, ajax might be the way to go if you want to avoid that or partial page rendering.

