Hi, Same behaviour here, different solution. We just manually remove the session cookie from the browser prior to reaccess the webpage as the forms are stored in user sessions. It takes 2 clicks and can be done while the script is copying the new jsp to replace old ones.
Thorbjørn Ravn Andersen a écrit : > I have found that during development I often have to manually > increment a id attribute on the h:form tag in order to have changes > picked up in the view. My gut feeling is that changing attributes is > not discovered. > > Is there a way to tell myfaces + tomahawk (both 1.1.3) to build a page > view completely from scratch when a JSP-page is recompiled? I am > willing to take the performance hit :) > > (I have looked at the Wiki and with google but do apparently not know > the correct lingo) > > Thanks in advance, > > Thorbjørn >

