shale 1.0.4 in glassfish v2 classpath breaks admin webapp

2007-10-01 Thread Cyril Bouteille
smime.p7s Description: S/MIME Cryptographic Signature

Re: Shale Dialog Manager Vs Trinidad Dialog Framework

2007-10-01 Thread sunilskulkarni
Thanks Rahul. Looked into examples you suggested and figured it out, it is simple. Thanks Rahul Akolkar wrote: On 9/30/07, sunilskulkarni [EMAIL PROTECTED] wrote: Thanks Rahul, I played with Trinidad all day yesterday with no luck. Shale is easier to set up and blends well with Faces,

Cannot find transition dialog:xxx for state xxx of dialog xxx error

2007-10-01 Thread sunilskulkarni
Attachment : http://www.nabble.com/file/p12991765/dialog-config.xml dialog-config.xml Does any one know why I get the above error? I am new to Shale. Thanks (I have 2 beans, one has gets firstname, lastname. Second one stores names in Hashmap(signup) and login which checks the contents of Map.

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() {