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
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
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
* 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
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
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
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).
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
--
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
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
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
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
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
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
14 matches
Mail list logo