Resolved my problem in the following way:
1 - Removed the library import from template.mf
2 - Imported the libraries required by my webapp in the pom.xml
Let me know if anyone goes through the...
Type: Posts; User: r1c4r60; Keyword(s):
Resolved my problem in the following way:
1 - Removed the library import from template.mf
2 - Imported the libraries required by my webapp in the pom.xml
Let me know if anyone goes through the...
Having this problem now... Solutions?
Caused by: org.eclipse.virgo.kernel.osgi.framework.ImportMergeException: cannot merge imports of package 'org.springframework.context.annotation' from sources...
public class MailIntegration {
public static void main(String[] args) {
AbstractApplicationContext applicationContext = new ClassPathXmlApplicationContext(new...
You could try the following approach.
Add a parameter in the call to search.htm from the details.htm view.
i.e.
search.htm?action=showNewForm
or
search.htm?action=showPage
In the...
You missed the point. After adding the 3rd parameter (Command object), you should as well use it :)
Customer customer = (Customer) command;