Hi,
i just start with Tapestry:
http://tapestry.apache.org/implementing-the-hi-lo-guessing-game.html
package de.aeits.tapestryweb.pages;
import java.util.Date;
import org.apache.tapestry5.annotations.*;
import org.apache.tapestry5.ioc.annotations.*;
import org.apache.tapestry5.corelib.components.*;
import org.apache.tapestry5.SymbolConstants;
import org.apache.tapestry5.alerts.AlertManager;
/**
* Start page of application TapestryWeb.
*/
public class Index {
[...]
void onActionFromStart() {
}
}
After adding the method onActionFromStart() i got this error:
An unexpected application exception has occurred.
Method de.aeits.tapestryweb.pages.Index.onActionFromStart() references
component id 'Start' which does not exist.
--
ae | Andreas Ernst | IT Spektrum
Postfach 5, 65612 Beselich
Schupbacher Str. 32, 65614 Beselich, Germany
Tel: +49-6484-91002 Fax: +49-6484-91003
a...@ae-online.de | www.ae-online.de
www.tachyon-online.de
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org