Hi Angelo,
Look at tapestry-core source, in
src\test\java\org\apache\tapestry\integration\app1\pages , there are a lot
of examples, including ZoneDemo.java
Marcus
Create a Zone:
Create a block to update the Zone with:
...
Tell your link to update your Zone:
Update Zone
Inject the block and return it in the action method.
public class Start{
...
@Inject
private Block myBlock;
Object onActionFromSomeLink(){
.
ret
Hi,
Is there a simple zone sample? thanks.
A.C.
--
View this message in context:
http://www.nabble.com/T5%3A-zone-example-tp15494028p15494028.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubs