Just clear the session or remove myfaces specific session attributes (that's what I do to make sure everything is reparsed). I thought the session attribute for the page is named after the jsp filename on the physical filesystem.

Mvgr.
Martin

Eurig Jones wrote:
Hi,

I've been having a lot of trouble this week developing my JSF application. I've found it very time consuming to update/test my code due to sessions (i guess its a session related problem anyway).

Everytime I do an update (to a JSF tag for example), I find that I have to reload the application, and restart the browser to get it to run correctly. Its ok when I edit some backend code, but its extremely annoying having to reload and close browser all the time when I update a tag value. The session seems to keep the bean values after you reload.

How do you lot get around this problem?

I'm using MyEclipse with the latest MyFaces release.

Regards,
Eurig

Reply via email to