Ajax Form Post, Shale Remoting and Glassfish

2007-10-01 Thread Brody Wong
I am using Aajx (Yahoo UI!'s asyncRequest) to post a form. YAHOO.util.Connect.setForm(moduleForm); YAHOO.util.Connect.asyncRequest('POST', 'dynamic/a_backing_bean/save.jsf', ... At backend, I am using Shale-Remoting to catch the result. I make the call public void save() {

Accessing Spring Beans inside ShaleApplication preprocess hook

2007-08-05 Thread Brody Wong
I have written a preprocess filter for the commons chain from the ShaleApplicationFilter. I have also successfully integrate Shale and Spring using the value binding method. However, I would like to access the Spring Bean Factory inside the preprocess filter. Is there anyway to get an instance

Force refresh resource bundles

2007-05-11 Thread Brody Wong
In my project, I need to perform forced refresh for resource bundles without shutting down the application. Is it possible in Shale? I have only found the class LoadBundle related to this. If I can find a way to list all bundles for an application, I can follow the practice in this link:

Newbie question: Clay and Tiger

2007-05-07 Thread Brody Wong
Hi all, Can I use shale tiger annotation with clay? Thanks in advance -- View this message in context: http://www.nabble.com/Newbie-question%3A-Clay-and-Tiger-tf3707490.html#a10369353 Sent from the Shale - User mailing list archive at Nabble.com.