Re: [appfuse-user] Location of Controller and Service packages in Modular Spring MVC

2008-01-08 Thread os57741
Matt, Thanks for answering. Yes, I applied the proper names, but should I put the controller stuff in the core module or in the web module (as generated by the archetype)? And about the Action stuff: I have the idea that that is not used by Spring MVC but by Struts? Is that right? mraible wrot

[appfuse-user] Problem deleting child in 1..M relationship

2008-01-08 Thread paulie
Hello, I am using Struts 2 basic archtype version 2.0.1. I have been unsuccessful in using DAO for deleting a child in a simple parent/child relationship. Here are the steps that I took. 1. Create Master POJO: @Entity public class Parent extends

Re: [appfuse-user] Appfuse 2.0 -> Oracle App server problem

2008-01-08 Thread Matt Raible
You might try creating a struts.properties file in src/main/resources and adding the following property: ### workaround for some app servers that don't handle HttpServletRequest.getParameterMap() ### often used for WebLogic, Orion, and OC4J struts.dispatcher.parametersWorkaround = true From: http

Re: [appfuse-user] List in JSP - getParameterValues

2008-01-08 Thread apoorva
hquinn wrote: > > Greetings everyone!! > I'm working with spring/appfuse, I have a relationship many-to-many > Person-Activity.. just like User-Roles .. and I'm doing the same thing in > the PersonForm.jsp ... I have a 2 list boxes where one list has the > activities availables and the other li

Re: [appfuse-user] Location of Controller and Service packages in Modular Spring MVC

2008-01-08 Thread Matt Raible
If you're using Spring MVC, you should use $ {groupId}.webapp.controller as your package name. You can find $ {groupId} in pom.xml as the value for . HTH, Matt On Jan 8, 2008, at 2:43 PM, os57741 wrote: Hi Everybody, I am going through the tutorials. I have setup a modular Spring MVC confi

[appfuse-user] Location of Controller and Service packages in Modular Spring MVC

2008-01-08 Thread os57741
Hi Everybody, I am going through the tutorials. I have setup a modular Spring MVC configuration. Some tests work, some don't. I suspect that I didn't put the packages in the correct location. The Services tutorial is not clear on that. The Dao stuff I have put in the core module and the controller

Re: [appfuse-user] Any Latest Release of AppFuse 1.9.4

2008-01-08 Thread Matt Raible
If you enter an issue in JIRA and attach a patch - I'll do my best to release 1.9.5 this month. Matt On 1/8/08, Irshad Buchh <[EMAIL PROTECTED]> wrote: > > Hi, > Are we expecting any latest releases of AppFuse 1.9.4. We are looking > forward to page templating using facelets instead of Sitemesh.

[appfuse-user] Any Latest Release of AppFuse 1.9.4

2008-01-08 Thread Irshad Buchh
Hi, Are we expecting any latest releases of AppFuse 1.9.4. We are looking forward to page templating using facelets instead of Sitemesh. --Irshad. -- View this message in context: http://www.nabble.com/Any-Latest-Release-of-AppFuse-1.9.4-tp14689344s2369p14689344.html Sent from the AppFuse - Use

[appfuse-user] Appfuse 2.0 -> Oracle App server problem

2008-01-08 Thread VJ22
Hi, Our application which has got APPFUSE 2.0 (Struts 2.0.5) as the base has to be deployed on a Oracle Application server platform (specific version 10g R3)..So we got an HTTP server which routes requests to the OC4J server which processes them I am facing a peculiar problem with this...Whenev

Re: [appfuse-user] garbled jsp page

2008-01-08 Thread ujjala
yes could be we are trying to install fix pack for httpplugin and try it out. mraible wrote: > > You might try commenting out the GzipFilter (or CompressionFilter in > 1.9.x). Does this happen on Tomcat as well? It may be a WebSphere issue. > > Matt > > On Jan 7, 2008, at 4:56 AM, ujjala wro