[appfuse-user] Re: help on calendar/datepicker in AppFuse2

2010-02-19 Thread Juan Antonio
Thank you very much. I suspected it could be the id. Thanks for the confirmation. - Original Message - From: mraible [via AppFuse] To: Juan Antonio Sent: Friday, February 19, 2010 6:56 AM Subject: Re: help on calendar/datepicker in AppFuse2 If you change this:

Re: [appfuse-user] Multi context & Unable to locate NamespaceHandler for namespace...

2010-02-19 Thread Matt Raible
Does this happen with Spring 3? I don't know of a solution, but hopefully someone else does. On Fri, Feb 19, 2010 at 12:43 AM, Arash wrote: > > Hi, > >   I am utilizing an appFuse-core project as the backend for another > project. In the bootstrapping process I get the following error: > ... > or

Re: [appfuse-user] File Manager to uploaded files

2010-02-19 Thread Matt Raible
I don't know of an existing solution to do this, but I could imagine developing an Ajax UI that sends REST requests to a service that uses similar File API commands like FileUpload to do file management. Hope this helps, Matt On Wed, Feb 17, 2010 at 11:28 AM, Juan Antonio wrote: > > Hello, ever

[appfuse-user] Re: File Manager to uploaded files

2010-02-19 Thread Juan Antonio
Ok, maybe I just use a creation directory rutine, and register the directory in a table in the database, and add them to the upload page. Or maybe I use a cms application, and do a post to it. Thanks for the response. - Original Message - From: mraible [via AppFuse] To: Juan An