al Message-
From: Luther Baker [mailto:[EMAIL PROTECTED]
Sent: 09 September 2008 05:41
To: Tapestry users
Subject: Re: pageLink and a context
Sorry, lets try that again:
If I supply a number as the context:
Pick a project
...
All is well and the url looks like ...
/i
.heavyInit(...);
return page2;
}
}
public class Page2() {
pubilc void heavyInit(...) {}
}
"Luther Baker" <[EMAIL PROTECTED]>
09.09.2008 06:41
Bitte antworten an
"Tapestry users"
An
"Tapestry users"
Kopie
Thema
Re: pageLink and a context
Sorry, lets try that again:
If I supply a number as the context:
Pick a project
...
All is well and the url looks like ...
/issues/item/project/1
But if I supply text - the application breaks.
Add a project
... |
Exception: . Home does not contain a
If I supply a number as the context:
Pick a project
...
All is well and the url looks like ...
But if I supply text - the application breaks. Is context required to be a
number?
Add a project
... |
Home does not contain a property named 'one'
-Luther