Keith
I'm deploying inside Helios.
Thanks.
Type: Posts; User: joaopaulo90; Keyword(s):
Keith
I'm deploying inside Helios.
Thanks.
The tiles version under maven dependencies is 2.2.2.
Keith
I did not change any dependency.
I'm also new to git. I think I did right. I use Helios. I installed EGit and cloned the greenhouse repository, then yet on the repository view I imported...
I tried to execute greenhouse locally but I got:
org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/greenhouse/WEB-INF/layouts/${currentDevice.mobile ]...
A snippet of my xhtml:
<h:form id="contactUsForm">
<sf:commandLink id="contactUs" value="Fale Conosco" action="contactUs" />
</h:form>
In my business layer I have a superclass and two superinterfaces as follow:
interface -> IQueryService (provides methods for query);
interface -> ICRUDService (extends IQueryService and provides...