[appfuse-user] struts2 question

2007-06-10 Thread nmall
Hi, I have a servlet which implements some logic based on some URL parameters passed to it. I can invoke this servlet directly from my browser, by simply supplying the parameters thru the URL. http://localhost:8080/myproject/myapplication?param1=value1¶m2=value2 However, I would like to set t

Re: [appfuse-user] [Appfuse 2.0 M5]Eclipse build problem

2007-06-10 Thread climbingrose
Found the solution: removing target/classes from the list of source folders. On 6/11/07, climbingrose <[EMAIL PROTECTED]> wrote: Yep, I've done mvn install eclipse:eclipse. On 6/11/07, sarat.pediredla <[EMAIL PROTECTED] > wrote: > > > Did you run the maven command to integrate appfuse into ecl

Re: [appfuse-user] [Appfuse 2.0 M5]Eclipse build problem

2007-06-10 Thread climbingrose
Yep, I've done mvn install eclipse:eclipse. On 6/11/07, sarat.pediredla <[EMAIL PROTECTED]> wrote: Did you run the maven command to integrate appfuse into eclipse? Also, it might be worth doing an "mvn clean" just in case. climbingrose wrote: > > Hi all, > > I'm using Eclipse to develop an

[appfuse-user] Re: Problem with CRUD generation

2007-06-10 Thread Gabriel de Perthuis
* Gabriel de Perthuis: > I have the same problem: > my app was generated from the Struts 2 simple artifact and a new maven > repository, using http://appfuse.org/display/APF/AppFuse+QuickStart > I added the attached POJO, written by following > http://appfuse.org/display/APF/Persistence > I am usin

[appfuse-user] Re: Problem with CRUD generation

2007-06-10 Thread Gabriel de Perthuis
I have the same problem: my app was generated from the Struts 2 simple artifact and a new maven repository, using http://appfuse.org/display/APF/AppFuse+QuickStart I added the attached POJO, written by following http://appfuse.org/display/APF/Persistence I am using hibernate, and added the class to

Re: [appfuse-user] Sample Calendar for AppFuse 2 Struts

2007-06-10 Thread Matt Raible
On 6/10/07, Lasantha Ranaweera <[EMAIL PROTECTED]> wrote: Hi Guys, I am struggling to find a sample on Calendar component on AppFuse 2 struts web application. Somebody please shed bit more light please. Also is there a bit more complete sample application in AppFuse 2 for reference ? As far

Re: [appfuse-user] Sample Calendar for AppFuse 2 Struts

2007-06-10 Thread Matt Raible
There were a fair amount of issues with using Struts 2's datepicker component in AppFuse. The main one being that it utilizes Dojo and for some reason it's quite slow (it takes 2-3 seconds to load after the page loads). Therefore, in 2.0 RC1, we've changed to use jscalendar (jscalendar.sf.net).

[appfuse-user] Sample Calendar for AppFuse 2 Struts

2007-06-10 Thread Lasantha Ranaweera
Hi Guys, I am struggling to find a sample on Calendar component on AppFuse 2 struts web application. Somebody please shed bit more light please. Also is there a bit more complete sample application in AppFuse 2 for reference ? Thanks, Lasantha --

Re: [appfuse-user] [Appfuse 2.0 M5]Eclipse build problem

2007-06-10 Thread sarat.pediredla
Did you run the maven command to integrate appfuse into eclipse? Also, it might be worth doing an "mvn clean" just in case. climbingrose wrote: > > Hi all, > > I'm using Eclipse to develop an AppFuse 2.0 based application and running > into some trouble with Eclipse. Usually with other projec

Re: [appfuse-user] struts.xml strange behaviour

2007-06-10 Thread sarat.pediredla
This seems to be a common problem with Struts 2 in 2.0M5. See this bug, http://issues.appfuse.org/browse/APF-811 Although the action has a different name, it falls into problems when using search as the action name for a class of SearchAction. Likewise, when I try issue as the name for IssueActi

Re: [appfuse-user] struts.xml strange behaviour action mapping and redirects

2007-06-10 Thread Will Berger
For those running into this problem. The workaround seems to be make sure you dont follow this pattern. scenarioDatasource.html --> ScenarioDatasourceAction When i renamed the action to scenarioDatasourceForm.html The redirects started working. I tried commenting out , but that didn't he

Re: [appfuse-user] appfuse-modular-spring

2007-06-10 Thread jmowla
i just simply run the following command to register courier-core.jar into the maven repository mvn install:install-file -DgroupId=com.citd.courier -DartifactId=courier-core -Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=core\target\courier-core-1.0-SNAPSHOT.jar after that by running the command 'm

[appfuse-user] appfuse-modular-spring

2007-06-10 Thread jmowla
by using AppFuse 2.0M5 i just tried to create a new modular spring project by the command: mvn archetype:create -DarchetypeGroupId=org.appfuse -DarchetypeArtifactId=appfuse-modular-spring -DremoteRepositories=http://static.appfuse.org/repository -DarchetypeVersion=2.0-m5 -DgroupId=com.citd.courie

[appfuse-user] struts.xml strange behaviour

2007-06-10 Thread Will Berger
I may be missing a concept. I have a action called ScenarioDatasourceAction and a jsp called scenarioDatasource.jsp. In my action's execute method I would return "success", but the jsp would not redirect to "/scenarioOutputForm.html" It just didn't make sense, I felt like there is another action