Re: [appengine-java] Re: Spring + Tiles : java.lang.NoClassDefFoundError: javax/el/ELContext

2009-12-08 Thread Rusty Wright
Do you have an EL jar in your lib directory? For example, the geronimo-el_1.0_spec-1.0.1.jar that comes with the app engine sdk? Wong wrote: Hi, I should have said no error log but on my browser Error: NOT_FOUND gets displayed. Below is my log with serverity set to DEBUG # 1.

[appengine-java] Re: Spring + Tiles : java.lang.NoClassDefFoundError: javax/el/ELContext

2009-12-08 Thread Wong
after I found out that javax.el.ElContext is in geronimo- el._1.0_spec-1.0.1.jar, I did another test by including the jar in my war/WEB-INF/lib. Then, I got the 404 Error: NOT_FOUND problem and the log posted in my ealier post. I don't get any problem when running locally within eclipse. I only

[appengine-java] Re: Spring + Tiles : java.lang.NoClassDefFoundError: javax/el/ELContext

2009-12-07 Thread Wong
Hi, I should have said no error log but on my browser Error: NOT_FOUND gets displayed. Below is my log with serverity set to DEBUG # 1. 12-07 05:33PM 21.623 / 404 11146ms 15477cpu_ms 0kb Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/ 3.5.5,gzip(gfe)

Re: [appengine-java] Re: Spring + Tiles : java.lang.NoClassDefFoundError: javax/el/ELContext

2009-12-05 Thread Rusty Wright
What do you mean by no log? I often need to change the console web page's filter level to debug to see some error messages. Wong wrote: Points to add I'm using Spring 3.0.0 RC1 !-- Resolves logical view names returned by Controllers to Tiles; a view name to resolve is

[appengine-java] Re: Spring + Tiles : java.lang.NoClassDefFoundError: javax/el/ELContext

2009-12-01 Thread Wong
Points to add I'm using Spring 3.0.0 RC1 !-- Resolves logical view names returned by Controllers to Tiles; a view name to resolve is treated as the name of a tiles definition -- bean class=org.springframework.js.ajax.AjaxUrlBasedViewResolver id=tilesViewResolver