Re: continuum-webapp issues [was: Re: svn commit: r431764 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/summary.jsp]

2006-08-17 Thread Jesse McConnell
I know your problems solved, but this is how I did it last night.. ec:column property=actions title=nbsp; ww:url id=editUrl action=buildDefinition method=input ww:param name=projectGroupId${pageScope.buildDefinitionSummary.projectGroupId}/ww:param

Re: continuum-webapp issues [was: Re: svn commit: r431764 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/summary.jsp]

2006-08-16 Thread Kenney Westerhof
Ok, the problem is resolved: I upgraded the web.xml to the 2.4 specification. Tomcat correctly uses the 1.0 jstl and applies other 2.3 behaviours if the web.xml is version 2.3, whereas jetty probably always uses the 2.4 spec, which is why that works there (although jetty:run doesn't work

Re: continuum-webapp issues [was: Re: svn commit: r431764 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/summary.jsp]

2006-08-16 Thread Brett Porter
The later is most definitely better. It allows you to keep your URLs independent. For example, with the repository browse actions in Archiva, the mapper will convert the action parameters into /browse/group/artifact/version instead of browse.action?group=...artifactId=... etc - Brett On