Hi Michele,
1. Why would you do this? For example, you would normally do something like
this in your mypage.html:
Link text
and something like this in your mypage.java:
@Persist
String myName;
public void onActionFromName(String name) {
myName = name;
}
2. You can create a page in your java
Hello,
I'm a new user of Tapestry. Please could you help me in solving the following
problems:
1) I would like to extract an attribute from an url. For instance, if I've the
following url:
http://foo?name=xxx
I want to extract the name and insert it as a session variable.
2) Next, I would l