Em Sat, 06 Sep 2008 19:52:40 -0300, Filip S. Adamsen <[EMAIL PROTECTED]>
escreveu:
Shouldn't that be @InjectPage?
Yes! Thanks for pointing my mistake! :)
@InjectPage
private User userPage;
public Object onSuccess() {
userPage.setAluno(classmate);
retu
Geoff
Did you try click me?
Toby
2008/9/7 Sven Homburg <[EMAIL PROTECTED]>
> just comitted
>
> 2008/9/7 Geoff Callender <[EMAIL PROTECTED]>
>
> > Hey Sven,
> >
> > Do you have plans for a variation on Button that does a render request
> like
> > PageLink? It would be really handy.
> > I ask bec
just comitted
2008/9/7 Geoff Callender <[EMAIL PROTECTED]>
> Hey Sven,
>
> Do you have plans for a variation on Button that does a render request like
> PageLink? It would be really handy.
> I ask because unfortunately the following doesn't work in IE - it displays
> a button but clicking it does
Hi there!
I was following this example to get used to the new Tapestry5 way to do stuff:
http://tapestry.apache.org/tapestry5/guide/layout.html
The Layout.tml looks like that:
http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
My Nifty Web Application
hi,
How to use html table caption with tapestry grid?
I want that tapestry generate this like code:
Lepinguprojektide jaotus
if i use t:grid like this
then tapestry generate:
Any ideas?
Argo
Hey Sven,
Do you have plans for a variation on Button that does a render request
like PageLink? It would be really handy.
I ask because unfortunately the following doesn't work in IE - it
displays a button but clicking it does nothing:
Nextbutton>
Geoff
I'm sorry, but what do you expect Tapestry to do about that? You're
explicity setting the property each time the page is loaded. @Persist
doesn't change that.
You'll need to check whether or not persistThisOne is not null before
assigning to it for this to work.
-Filip
On 2008-09-07 08:39,