Search:

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

Search: Search took 0.01 seconds.

  1. SimpleFormController error: Neither BindingResult nor plain target object for bean

    Hai,
    I updated spring to 2.5. I am getting following error [With spring2.0 same code working fine]. Searched for this error but not find appropriate solution.
    ...
  2. How to run samples without Junit and BatchCommandLineLauncher

    Hai,
    I want to run sample job code without using Junit and BatchCommandLineLauncher/QuartzJob launcher.
    is there any way for that.
  3. Replies
    3
    Views
    1,237

    Problem in the flow in IE6

    Hai,
    I am working on AbstractWizardFormController with 2/3 pages for input.
    The flow is working correctly in IE7 and mozilla but its giving problem in IE6.
    Actual flow is like below:
    ...
  4. Back button problem in AbstractWizardForm Controller

    Hai,
    I am using AbstractWizardFormController with 4 jsp pages. I am getting issues with backbutton. The scenario is like this:

    I have a set of 4 pages with input data.
    Page1: Drop down box...
  5. protected void processCancel( ...

    protected void processCancel(
    ActionRequest request, ActionResponse response,
    Object command, BindException errors)
    throws Exception {
    ...
  6. I am using portlet environment

    Thanks for response
    I am using portlet environment only
    I implemented render cancel and processCancel
    The problem is when i am going to page1 using processCancel and renderCancel,
    When i click on...
  7. I tried with that

    The request object is PortletRequest
    I tried with getParameter,getAttribute etc
    but its not giving
  8. i want to access unbinded hidden post form parameter in controller

    Hai,
    I missed one thing in description
    I am using AbstractWizardFormController with portlets.
    I want to get hidden variables in getTargetPage(PortletRequest request, Object command,
    Errors...
  9. how to access unbinded hidden parameters of a Form in AbstractWizardFormController

    Apologies if this is an obvious question, I am using AbstractWizardFormController
    I need to pass one or more hidden parameters from page 1 to page2/3,
    how can i do this without binding hidden...
  10. is renderCancel complusory for implementing cancel button

    Hi,
    I am using AbstractWizardFormController becuase my post form contians 3 or more input details pages.
    I am trying to implement cancel button.
    First i tried with overwriting...
Results 1 to 10 of 10