That's weird:
I'm using eclipse 3.2.1-WTP (with integrated tomcat 5.0.x).
All together this works fine and I loved to work with it for the last few month
(at least using JSP and Struts)
Editing, republishing, testing and debugging is very fast and straightforward.
But now, starting using JSF/myfaces, the republishing doesn't work
when changing value bindings on jsf-tags.
For example:
Changing <h:outputText value="#{mybean.value}"/> to <h:outputText
value="#{mybean.anothervalue}"/> in my jsf page doesn't show up in the
running application.
Trying starting and stopping of tomcat doesn't help. Deleting the
wep-app and publisihing it again doesn't help, also.
If I make another litte change in the JSP like changing normal text it
shows up immediately.
The only thing that helps is closing eclipse and starting it again.
It seems if eclipse caches the component tree and model values and
ignores any changes.
Does anybody use wtp and experience simular problems ?
--
Thanks and Greetings
Chrisi