views:

140

answers:

0

Hi all,

recently I got the Trinidad library going in a JSF based application of mine. (cmp this SO-question) Now I want to include some user interaction, making use of the dialog API. I worked alongside the fairly detailed DevGuide provided with the API, but I'm stuck at the followong point:

  • TrinidadTags work in my JSF-xhtml Pages
  • added mnged beans and navigation cases to cover the chooseInteger example
  • inserted the button and the textfield to call the dialog into one of my xhtml-pages

The strange behaviour is, that if I only insert the two tr: controlls mentioned above, they render correctly but don't make the dialog appear when I click the button.

If I add the form and the view tag from the example too I get an NULL pointer exception and the whole pages does not render properly. I guess this is pretty much a beginner problem, but to be perfectly hones I'm not that deep into mixing these technologies yet.

Thx in advance for your help...

K