Hello,
The event method of ActionLink seems to be called twice.
Is this expected behavior?
If yes, is there any way to let the event method to be called only once?
osamuo
--
View this message in context:
http://www.nabble.com/-T5.0.18--event-method-of-actionlink-was-called-twice
service or use the
> @IncludeStylesheet annotation in your component class.
>
> Hope this helps
>
> Christophe
>
> -Message d'origine-
> De : osamuo [mailto:[EMAIL PROTECTED]
> Envoyé : vendredi 28 mars 2008 10:00
> À : users@tapestry.apache.org
> Objet : Ho
How can I change the 't-error' defined in 'default.css' to other CSS classes?
Thank you
--
View this message in context:
http://www.nabble.com/How-to-change-t-error-tp16348102p16348102.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
How long do we have to wait for the completion of T5 tutorial: Chapter 5:
Forms in Tapestry?
Thanks.
--
View this message in context:
http://www.nabble.com/How-is-T5-tutorial--tp16255566p16255566.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--
public Object onSuccessFromForm(){
...
}
}
-
Is there any way to submit "someValue" in Verify.tml without using @Persist(
"session" )?
And why don't T5 support t:type="Hidden"?
Thanks,
Osamuo
--
View this me
you are right.
no error occur when using jdk1.5 instead of jdk1.6
thanks
Yunhua Sang wrote:
>
> Are you using JDK 1.6?
>
> Try JDK 1.5 if you are.
>
> On 3/11/08, osamuo <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>> I show you additional infor
isterPage.setName( null );
registerPage.setPassword( null );
registerPage.setSubject( subject );
registerPage.setObject( object );
return registerPage;
}else{
confirmPage.setSubject( subject );
confirmPage.setObject( object );
return confirmPage;
}
}
}
osamuo wrote:
Hi,
I got the following error when I defined '@ApplicationState'.
What's wrong? I can't find anything wrong.
-
# java.lang.RuntimeException
java.lang.ClassNotFoundException: caught an exception while obtaining a
class file for test.pages.Index
eption() // for test
}
-----
Osamuo
--
View this message in context:
http://www.nabble.com/T5-%3A-tapestry-hibernate-%3A-rollback-when-exception-was-thrown-tp14990335p14990335.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
tion.autocommit' to false.
--
org.hibernate.dialect.PostgreSQLDialect
jdbc:postgresql://192.168.0.103/Test
test
testtest
org.postgresql.Driver
net.sf.ehcache.hibernate.EhCacheProvider
false
true
true
true
true
true
------
Thanks,
Osamuo
Sven Homburg wrote:
>
> i miss th
true
true
true
true
--
Thanks,
Osamuo
Sven Homburg wrote:
>
> have you set autocommit to off in hibernate config
> like this:
>
> false
>
>
>
>
> osamuo wrote:
>>
>> Hi,
>>
>> I used
ivate HibernateSessionManager sessionManager;
public Object onSubmit(){
...
TmpUser tmpUser = new TmpUser();
...
session.save( tmpUser );
sessionManager.abort(); // force rollback
return null;
}
}
-
Thanks,
Osamuo
Davor Hrg wrote:
>
> HibernateSes
Hi,
I have noticed that the tapestry-hibernate commits the current transaction
even after an exception occurs.
Is there any way to do rollback its transaction?
Osamuo
--
View this message in context:
http://www.nabble.com/T5%3A-tapestry-hibernate%3A-rollback-tp14752000p14752000.html
Sent
age doesnt
> exists");
> response.sendError( 404, null );
> textStream.prepareResponse(response);
> }
> return textStream;
> }
> }
>
>
>
>
>
> osamuo wrote:
>>
>> Hi,
>>
>> How can I tell T5 to
Hi,
How can I tell T5 to send an 404 error?
Is the following code right way to show 404 error page on T5?
Because I got an error after calling "sendError()" in the code.
Test.java:
public class Test{
@Inject
private Response response;
void onActivate
--
Test.java
public class Test{
public void onActivate( Object parameter ){
}
}
----
best regards
Osamuo
--
View this message in context:
http://www.nabble.com/T5%3A-onActive%28%29-tp14479409p14479409.html
Sent f
16 matches
Mail list logo