Re: [appfuse-user] Spring MVC is not able to select the selected items

2008-05-23 Thread Leo Barrientos C.
Hi, use the old style "selected" in the prefered option tag (a simple test value should work) - i use the related objects in form as option id="entity[Related.id]" and validate with customs validator. Hope helps. MHL schrieb: Hi all I am very new to spring MVC and I am having a problem. I

[appfuse-user] Spring MVC is not able to select the selected items

2008-05-23 Thread MHL
Hi all I am very new to spring MVC and I am having a problem. I have a drop down list in my web form. i am able to create a new entry without any problem. but when I try to update the value of the form, it doesn't selected the value from the drop down list.( this is very annoying, so I have to ch

Re: [appfuse-user] XML Parsing Error on /admin/users.html

2008-05-23 Thread George.Francis
Fixed. Had to use Tomcat 6, instead of Tomcat 5. JSP 2.1 is only supported as of TC6... George.Francis wrote: > > I think I'm getting close to the actual error now. I see: > > Caused by: javax.faces.FacesException: No valid ExpressionFactory > implementation is available but that's require

Re: [appfuse-user] DisplayTag external paging and sorting example

2008-05-23 Thread Alex Coles
On Fri, May 23, 2008 at 8:27 PM, Alexander Coles <[EMAIL PROTECTED]> wrote: > Chris, > > Your tutorial was really excellent. I have two issues, that I was wondering > if someone on the list would be able to help with: > > 1. I notice you're using DetachedCriteria in your Hibernate implementation. >

Re: [appfuse-user] XML Parsing Error on /admin/users.html

2008-05-23 Thread George.Francis
I think I'm getting close to the actual error now. I see: Caused by: javax.faces.FacesException: No valid ExpressionFactory implementation is available but that's required as this application isn't running in a JSP 2.1 container. at org.apache.myfaces.webapp.Jsp20FacesInitializer$ErrorEx

Re: [appfuse-user] XML Parsing Error on /admin/users.html

2008-05-23 Thread George.Francis
I dont see any problems in the HTML, but I do see the following message in the console: Object cannot be created in this context" code: "9 is that helpful? mraible wrote: > > If you view-source on the page, do you see the issue? > > Matt > > On Fri, May 23, 2008 at 11:06 AM, George.Francis

Re: [appfuse-user] DisplayTag external paging and sorting example

2008-05-23 Thread Alexander Coles
On May 17, 2008, at 8:37 AM, Chris Barham wrote: Hi, I've put together a new Appfuse project which demonstrates how to enhance the List screens. DisplayTag as provided has issues with large datasets, (it retrieves all the records every time), and sorting via column headings does not work

Re: [appfuse-user] XML Parsing Error on /admin/users.html

2008-05-23 Thread Matt Raible
If you view-source on the page, do you see the issue? Matt On Fri, May 23, 2008 at 11:06 AM, George.Francis <[EMAIL PROTECTED]> wrote: > > Hmm, that didnt work :( > > > > mraible wrote: >> >> You might try adding the following to sitemesh.xml: >> >> > class="com.opensymphony.module.sitemesh.parse

Re: [appfuse-user] XML Parsing Error on /admin/users.html

2008-05-23 Thread George.Francis
Hmm, that didnt work :( mraible wrote: > > You might try adding the following to sitemesh.xml: > > class="com.opensymphony.module.sitemesh.parser.FastPageParser"/> > > Matt > > On Thu, May 22, 2008 at 3:37 PM, George.Francis <[EMAIL PROTECTED]> > wrote: >> >> Someone passed this project on

Re: [appfuse-user] errors with appfuse:gen

2008-05-23 Thread Vincent Ramdhanie
Hi Matt, I reverted and it seemed to get pass the problem. Thanks. Vincent On Fri, May 23, 2008 at 11:51 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > The only step I can think of is to revert the version of AMP to 2.0.1. > > Matt > > On Fri, May 23, 2008 at 8:17 AM, Vincent Ramdhanie <[EMAIL PROT

Re: [appfuse-user] Beginning with DWR.

2008-05-23 Thread Mauri Ferreyra
It's Working!!! I removed GZipFilter and StaticFilter in my web.xml and now DWR work run.. Thank you very much, Matt On Fri, May 23, 2008 at 11:24 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > You might try commenting out the GZipFilter or StaticFilter in your web.xml. > > Matt > > On Fri, May 23,

Re: [appfuse-user] errors with appfuse:gen

2008-05-23 Thread Matt Raible
The only step I can think of is to revert the version of AMP to 2.0.1. Matt On Fri, May 23, 2008 at 8:17 AM, Vincent Ramdhanie <[EMAIL PROTECTED]> wrote: > Thanks Matt, > Yes I am connected to the Internet and no I am not behind a firewall. After > reading the issue APF-1045 that you pointed out

Re: [appfuse-user] errors with appfuse:gen

2008-05-23 Thread Vincent Ramdhanie
Thanks Matt, Yes I am connected to the Internet and no I am not behind a firewall. After reading the issue APF-1045 that you pointed out though I tried removing the class mapping entry from hibernate.cfg.xml then running appfuse:gen again. Originally I had made the entry manually. But still the sam

Re: [appfuse-user] Appfuse searching with Compass 2.0 (Lucene)

2008-05-23 Thread Matt Raible
mvn dependency:tree If that doesn't give you enough detailed information, run "mvn -X package > mvn.log" and then search through mvn.log for 2.0.6. Matt On Fri, May 23, 2008 at 8:16 AM, kace <[EMAIL PROTECTED]> wrote: > > I see there is a spring-2.0.6 jar in the war - how can I figure out where

Re: [appfuse-user] Beginning with DWR.

2008-05-23 Thread Matt Raible
You might try commenting out the GZipFilter or StaticFilter in your web.xml. Matt On Fri, May 23, 2008 at 7:46 AM, Mauri Ferreyra <[EMAIL PROTECTED]> wrote: > Hi, DWR it's working, I have Firefox/firebug and in the Net console, I > can see the response from java it's run ok , > But in the web bro

Re: [appfuse-user] Appfuse searching with Compass 2.0 (Lucene)

2008-05-23 Thread kace
I see there is a spring-2.0.6 jar in the war - how can I figure out where this dependency is coming from so I can exclude it? ..kace -- View this message in context: http://www.nabble.com/Appfuse-searching-with-Compass-2.0-%28Lucene%29-tp17368089s2369p17426599.html Sent from the AppFuse - User

Re: [appfuse-user] Appfuse searching with Compass 2.0 (Lucene)

2008-05-23 Thread kace
I get the following error when running mvn jetty:run after making the changes to my appfuse jsf 2.0.2 app I followed the instructions at http://code.google.com/p/pagingappfuse/wiki/CompassSearching and http://www.nabble.com/RE%3A-search---integrate-compass-%28lucene%29-and-appfuse-p553s2369.

Re: [appfuse-user] Beginning with DWR.

2008-05-23 Thread Mauri Ferreyra
Hi, DWR it's working, I have Firefox/firebug and in the Net console, I can see the response from java it's run ok , But in the web browser, the callback function never is call. I'm using maven 2.0.9, JDK 1.6 and DWR 2.0.1 integrating with AppFuse 2 and Firefox 2 / Ubuntu 8.04 . regards Mauri. On

Re: [appfuse-user] errors with appfuse:gen

2008-05-23 Thread Matt Raible
Are you connected to the internet when you run this? Are you behind a firewall? This seems to be caused by the following enhancement: http://issues.appfuse.org/browse/APF-1045 Matt On Fri, May 23, 2008 at 5:52 AM, Vincent Ramdhanie <[EMAIL PROTECTED]> wrote: > Hello, > I am trying to use appfus

[appfuse-user] errors with appfuse:gen

2008-05-23 Thread Vincent Ramdhanie
Hello, I am trying to use appfuse:gen on a struts modular project. I am using appfuse 2.0.2. I start in the core module with the command: mvn appfuse:gen -Dentity=Article The following error shows up: Property 'http://apache.org/xml/features/nonvalidating/load-external-dtd' is not recognized. o