Yes restarted. I deleted all from Index, but form. What am I doing wrong? Using 5.0.18, Jetty, Eclipse 3.4.

Index.java:
@Meta("tapestry.persistence-strategy=client")
public class Index
{
   @Property
   private String query;
}

Index.tml:
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
<body>
<t:form t:id="queryForm" t:autofocus="false">
   <t:textField t:id="queryField" value="query" />
   <t:submit t:id="search" value="Search"/>
</t:form>
</body>
</html>

Session listener callstack:
at cz.faiyo.web.services.SessionListener.sessionCreated(SessionListener.java:23) at org.mortbay.jetty.servlet.AbstractSessionManager.addSession(AbstractSessionManager.java:570) at org.mortbay.jetty.servlet.AbstractSessionManager.newHttpSession(AbstractSessionManager.java:415)
   at org.mortbay.jetty.Request.getSession(Request.java:1040)
at org.apache.tapestry5.internal.services.RequestImpl.getSession(RequestImpl.java:99)
   at $Request_11f1eb49d54.getSession($Request_11f1eb49d54.java)
   at $Request_11f1eb49d21.getSession($Request_11f1eb49d21.java)
at org.apache.tapestry5.internal.services.AbstractSessionPersistentFieldStrategy.postChange(AbstractSessionPersistentFieldStrategy.java:124) at org.apache.tapestry5.internal.services.PersistentFieldManagerImpl.postChange(PersistentFieldManagerImpl.java:85) at $PersistentFieldManager_11f1eb49d5a.postChange($PersistentFieldManager_11f1eb49d5a.java) at org.apache.tapestry5.internal.structure.PageImpl.persistFieldChange(PageImpl.java:192) at org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl.persistFieldChange(InternalComponentResourcesImpl.java:257) at org.apache.tapestry5.corelib.components.Form._$write_defaultTracker(Form.java) at org.apache.tapestry5.corelib.components.Form.getDefaultTracker(Form.java:222)
   at $PropertyConduit_11f1eb49d83.get($PropertyConduit_11f1eb49d83.java)
.....
.....


Thiago H. de Paula Figueiredo napsal(a):
Have you put this annotation in all pages with Form components and restarted you application (to clear the session)?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to