Hi,
I am getting started with Spring MVC Basic on a WinXP development platform.
I'm new to Maven but have used Appfuse for several different projects.
I have two issues/questions:
When I run this command
mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes
-DarchetypeArtifactId=appfu
Rob Hills escribió:
Hi Pablo,
pabloa wrote:
I have an appfuse application that works in jetty. I am trying to run it
in tomcat without success.
The problem is: I can access to the original appfuse pages, for example:
http://localhost:8081/myapp-1.0-SNAPSHOT/mainMenu.html, but I am unable
Hi again,
Some of the XML in my last post got scrambled, I'll try again. Is there any
way to format code in the web interface of Nabble? Couldn't see anything in
the help pages.
Rob Hills wrote:
>
> method="listSomeThings">
> /WEB-INF/pages/listSomeThings.jsp
>
>
> method="listOth
Hi All,
In my AppFuse 2 + Struts app, I have one Form JSP (with one Action class)
that is accessed from two different lists. When the user quits the form
(save, cancel etc.) they need to return to the list they came from.
The approach I've taken is to try and have the Form's Action attribute
sp
Hi Pablo,
pabloa wrote:
>
> I have an appfuse application that works in jetty. I am trying to run it
> in tomcat without success.
>
> The problem is: I can access to the original appfuse pages, for example:
> http://localhost:8081/myapp-1.0-SNAPSHOT/mainMenu.html, but I am unable
> to acces
I created the following class and config
public class HibernateExtensionPostProcessor extends
org.appfuse.dao.spring.HibernateExtensionPostProcessor {
private Map eventListeners;
private String sessionFactoryBeanName = "sessionFactory";
/**
* Top level p