Re: New Tapestry Website - Final review

2009-09-21 Thread Max Weißböck (info)
- Menu Documentation > Component Reference is broken (this is the one I need most :-) - Back Button does not work as expected on all Items in the Documentation Menu - This Back Button Problem seems to happen in other Menu Items too - I would much prefer a "static" menu and not this dynamic op

Re: [ANNOUNCEMENT] New Tapestry 5 book

2009-09-19 Thread Max Weißböck (info)
Hi Igor, I bought the PDF Book today and started reading immediately, very well written so far looks very promising! But where can I get the content (examples) that will be delivered on CD with the printed version? thx, Max Am 16.09.2009 um 20:28 schrieb Igor Drobiazko: Hello folks, I am pl

Re: Audit logging - how to acces SSO in Hibernate

2009-07-29 Thread Max Weißböck (info)
(PageRenderRequestFilter.class, SecurityContextPageRenderRequestFilter .class).withId("securityContextPageRenderRequestFilter"); On Wed, Jul 29, 2009 at 9:51 AM, "Max Weißböck (info)" wrote: Hi Juan, thanks very much! I'm using Chenillekit Acess too, so just tried it but I'm having a litt

Re: Audit logging - how to acces SSO in Hibernate

2009-07-29 Thread Max Weißböck (info)
al.set(securityContext); } public static SecurityContext get() { return tLocal.get(); } public static void remove() { tLocal.remove(); } } U can get the SecurityContext during the thread execution with: SecurityContex

Re: Audit logging - how to acces SSO in Hibernate

2009-07-27 Thread Max Weißböck (info)
accessing the HttpSession in all the layers of the application. On Mon, Jul 27, 2009 at 11:18 PM, "Max Weißböck (info)" wrote: Sorry, my question seems not to be clear. It is not a Hibernate question, I now how to acces and set the attributes using the event. I already set the cr

Re: Audit logging - how to acces SSO in Hibernate

2009-07-27 Thread Max Weißböck (info)
listener. There is a method called getEntity(). On Mon, Jul 27, 2009 at 10:34 PM, Max Weißböck (info) wrote: I'm using Hibernate Listeners PreUpdateEventListener and PreInsertEventListener to do audit logging in the DB. Now my problem is, how can I get access in the EventListenr class t

Audit logging - how to acces SSO in Hibernate

2009-07-27 Thread info
I'm using Hibernate Listeners PreUpdateEventListener and PreInsertEventListener to do audit logging in the DB. Now my problem is, how can I get access in the EventListenr class to the SSO where the user is stored? As Hibernate loads the classes as defined in the config file (see below), I can

Re: How to use JavaScript for dependent selects?

2009-07-27 Thread Max Weißböck (info)
this exact issue. The problem is that I don't know where to put this code (in Java file or tml file or some other js file) and then how to tie these things together. In the T5 help documentation, there is some info about using RenderSupport for this. Again, the code given is only snippets w

Re: having big trouble with evalJSON() - am I really at war with it?

2009-07-23 Thread Max Weißböck (info)
Thanks so much, you really saved my day! Am 23.07.2009 um 17:18 schrieb Sven Homburg: dont use the evanJSON() function, its not needed anymore with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/7/23 Max Weißböck (info) : Based on the example

having big trouble with evalJSON() - am I really at war with it?

2009-07-23 Thread info
Based on the example from Hugo Palma (see http://markmail.org/message/4bdwo2yrx6tavdgh) I implemented a dependend checkbox. Event handling is fine, but I lost hours finding out while response.evalJSON() fails and I still have no clue... Im always getting this erreor; Error communication with

T5 Hibernate listener crash problem - problem with classloader?

2009-06-23 Thread Max Weißböck (info)
If I configuer my AuditListener in the hibernate.cfg.xml file like this class="net.weissboeck.gimmo.entities.AuditListener"/> im getting the following error after first acces to database: [ERROR] TapestryModule.RequestExceptionHandler Processing of request failed with uncaught exception: