Search:

Type: Posts; User: r1c4r60; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    3,910

    Resolved my problem in the following way: 1 -...

    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...
  2. Replies
    3
    Views
    3,910

    Having this problem now... Solutions? Caused...

    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...
  3. Solution for imap-idle-channel-adapter / ImapIdleChannelAdapter -> no subscribers

    public class MailIntegration {

    public static void main(String[] args) {
    AbstractApplicationContext applicationContext = new ClassPathXmlApplicationContext(new...
  4. Replies
    1
    Views
    699

    AbstractWizardFormController - showNewForm - showPage

    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...
  5. Replies
    15
    Views
    36,525

    MultiActionController - Retrieving Command Object

    You missed the point. After adding the 3rd parameter (Command object), you should as well use it :)


    Customer customer = (Customer) command;
Results 1 to 5 of 5