[appfuse-user] Database immediate commit with DWR ?

2007-10-01 Thread Nathaniel Rahav
Greetings, I'm working on an Appfuse 1.8.2 SpringMVC app and having a very strange problem. I dont use a lot of DWR in my app, just a little bit on this one page where I dont want the user to leave the page. Im getting a situation in which the user's action on the page causes a DWR object on the

Re: [appfuse-user] Ubuntu fan despairs of ugly Eclipse on widescreen laptop

2007-10-01 Thread Nathaniel Rahav
Actually, I never even was able to articulate the fact that I have been suffering from the same issue! Running Eclipse 3.2 on Kubuntu and I just fixed the font size both in Kubuntu and Eclipse and voila, I have tons more room to see my code. Thank you ! On 9/28/07, alanP <[EMAIL PROTECTED]> wrote

[appfuse-user] Checking if a hibernate collection is Empty on a jsp page

2007-09-15 Thread Nathaniel Rahav
I am trying to execute the following code in JSP but I'm getting errors: , this doesnt work either: , The problem is that the collection ( http://www.hibernate.org/hib_docs/v3/api/org/hibernate/collection/PersistentSortedSet.html) does not expose any bean-style properties (eg getSize() ) ...

[appfuse-user] Changing the Command object in SpringMVC

2007-09-14 Thread Nathaniel Rahav
Hi 'fusers, Appfuse 1.8, SpringMVC : I have a page on which I changed the Command. I updated action-servlet.xml, the page's FormController, etc. Now when I reload the page i get this error: javax.servlet.jsp.JspTagException: Neither Errors instance nor plain target object for bean name 'reservati

Re: [appfuse-user] Appfuse and DWR

2007-01-18 Thread Nathaniel Rahav
Did you try creating a Wrapper Class for your return value and including it in a tag in dwr.xml (or the annotations) ? Nat On 1/18/07, Ding, Qin <[EMAIL PROTECTED]> wrote: Does anyone have the same experience as I do? If you do, please tell you how you resolve this. I search internet and DWR

Re: [appfuse-user] why excludes="*mock.jar" in build.xml ?

2007-01-17 Thread Nathaniel Rahav
AR. Matt On 1/16/07, Nathaniel Rahav <[EMAIL PROTECTED]> wrote: > > Hello, > Can anybody elucidate why this line in task of Appfuse 1.* > excluds spring-mock.jar from the final war ? > I'm wondering because I need it in my project to be called from a service >

[appfuse-user] why excludes="*mock.jar" in build.xml ?

2007-01-16 Thread Nathaniel Rahav
Hello, Can anybody elucidate why this line in task of Appfuse 1.* excluds spring-mock.jar from the final war ? I'm wondering because I need it in my project to be called from a service level class. Thanks Nat

[appfuse-user] Design Questions about integrating DWR with Appfuse/SpringMVC

2007-01-10 Thread Nathaniel Rahav
Hi All, Is anybody using DWR for displaying/submitting forms in Appfuse ? Since the examples for DWR integration in appfuse show a dedicated manager bean invoking methods on the service layer, I am wondering what people are doing about data binding and validation on the forms? It seems to me that