Re: [appfuse-user] Problems in 2.0 with dwr

2007-09-22 Thread J. David Mendoza R.
Yeap! staticFilter org.appfuse.webapp.filter.StaticFilter includes /scripts/dojo/*,/dwr/* it's there... David M

Re: [appfuse-user] Problems in 2.0 with dwr

2007-09-22 Thread Matt Raible
Did you include /dwr/* in your StaticFilter's "includes"? Matt On 9/22/07, J. David Mendoza R. <[EMAIL PROTECTED]> wrote: > Hello everyone... > > Has anyone worked in the new 2.0 version with dwr/ajax? I had an application > with 2.0m5 working, which I've migrated to this version (2.0) and it wor

[appfuse-user] Problems in 2.0 with dwr

2007-09-22 Thread J. David Mendoza R.
Hello everyone... Has anyone worked in the new 2.0 version with dwr/ajax? I had an application with 2.0m5 working, which I've migrated to this version (2.0) and it works, but with a new app it just doesn't work... I'm getting a "contentType has no properties" and the div that should get filled it

Re: [appfuse-user] ELResolver issue

2007-09-22 Thread kace
Kewl, it works on Tomcat. I guess it must be a jetty issue then. Jetty-run is so sweet that I tend not to use tomcat at all during development but I shall remedy that. Thanks Matt, ..kace mraible wrote: > > Does it happen on Tomcat? > > > On 9/22/07, kace <[EMAIL PROTECTED]> wrote: >> >> Hi

Re: [appfuse-user] ELResolver issue

2007-09-22 Thread Matt Raible
Does it happen on Tomcat? On 9/22/07, kace <[EMAIL PROTECTED]> wrote: > > Hi fellas, > > I have this piece of code in my xhtml page > > styleClass="desc"/> > value="#{cartForm.deliveryIDString}" required="true" layout="pageDirection" > style="margin-bottom:0;" styleClass

Re: [appfuse-user] Appfuse application developpement

2007-09-22 Thread Matt Raible
If there is a bug, please enter it in JIRA with as much information as possible. Thanks, Matt On 9/22/07, ramcis <[EMAIL PROTECTED]> wrote: > > I switched to use spring mvc framework, and it is workking fine. Just I want > to inform you Matt that appgen add the name of the pojo before the name

[appfuse-user] ELResolver issue

2007-09-22 Thread kace
Hi fellas, I have this piece of code in my xhtml page this was working in the previous rc1 setup but now after i have moved over to 2.0 jsf i get the following error (see below). Ca

Re: [appfuse-user] Appfuse application developpement

2007-09-22 Thread ramcis
I switched to use spring mvc framework, and it is workking fine. Just I want to inform you Matt that appgen add the name of the pojo before the name of destination of actionforward so why I got errors. Ramzi mraible wrote: > > What's your ActionForward pointing to? Does a file exist there? If

Re: [appfuse-user] Can not edit record via browser (JSF basic archetype)

2007-09-22 Thread phamvubinh
Hi Matt, Yesterday, I made some mistakes. I followed your suggestion with the 2.0-rc1 version, it's ok. But when I tried the 2.0 final version, the problem still can not solved: can not edit record via browser...:(. Help me...??? If my table has only one id link, how can I solve this problem...