Hi there,
i wonder if anyone can help?
I have managed with a little help from people here to get my myeclipse working with jsf …. everything renders ok… Coming from a VS.net background we have what is called a code behind file for asp.net … i believe the same (or similar) is true for JSF. I looked over the tutorials again but can’t seem to find what i should do
Basically i have JSF and Facelets capabilities added to my project and i have a test MyXhtml.xhtml … how do i add code to this file… i don’t want to mix my code as in <% %>… but would like to insert into a code behind file…
i did a search here for code behind but didn’t find anything but there again code behind is probably not the correct terminology for java..
I am guessing here… but i presume i can add a manged bean or something… but where would i associate a managed bean with a xhtml (.faces) page??? i presume i would need to add it to the faces-config.xml or something.-…
Any help or ideas reallyl appreciated