Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,998

    I fixed it this way Added absolute path to the...

    I fixed it this way
    Added absolute path to the mysql driver jar in Config.groovy file.

    grails.plugin.reveng.jdbcDriverJarPath =...
  2. Replies
    2
    Views
    1,998

    Getting the same exception! Help

    Hi,
    I am also getting the same exception.
    Did you happen to resolve it some how?

    Thanks
  3. Dynamic binding of list do not work in case of update

    Hi,
    I have a parent child relationship to implement.

    public class Campaign {
    private List<CampaignField> fields = new ArrayList<CampaignField>();
    //.....Some other fields and getter...
  4. Any body got any idea on how to do it? Thanks...

    Any body got any idea on how to do it?

    Thanks
    Ahsan
  5. Working with two parallel forms on same view page

    Hi,
    I have a page which shows a parent/child relationship on UI. Basically I have a Campaign class which have instances of CampaignField class.
    So the structure is like this



    class Campaign{...
  6. I found that spring annotation controllers have...

    I found that spring annotation controllers have simplified the integration of binding and validation. Now validation can be done at any stage in controller code, May be this is due to provide the...
  7. Spring does not go back to form when data binding fails

    Hi,
    I am new to spring and currently working on a project where I am working with annotated spring controllers and validators.

    I have a jsp form which is used to bind the domain model to the...
  8. I got this resolved. The problem, as stated in...

    I got this resolved.
    The problem, as stated in first post, was with @ResponseBody.
    When you use @ResponseBody annotation spring just returns null as ModelAndView (see Line 844...
  9. Yeah. Can you please help me to file an issue...

    Yeah.
    Can you please help me to file an issue with spring Jira. I searched that on net but could not find how to do that. They don't seem to have any register link on their Jira website.

    Thanks...
  10. One another interesting thing that I found was if...

    One another interesting thing that I found was if I remove @ResponseBody from both my setupUpdateForm() and updatePublisher(), it works fine somehow. Here is slightly modified code that works...
  11. @msecrist As I mentioned in the comment itself,...

    @msecrist
    As I mentioned in the comment itself, annotated getPublisher() method is called only once at the startup of session only. I have verified it from debugging as well. If I remove this...
  12. Hi Marten, Thanks for quick reply. As suggested...

    Hi Marten,
    Thanks for quick reply. As suggested by you I changed my method definition to following, but still no luck. :mad:


    @RequestMapping(value = PUBLISHER_UPDATE_URL_KEY, method =...
  13. @SessionAttributes not working when used with @ResponseBody

    Hi,
    I am in a fix working with @SessionAttributes annotation when used with @ResponseBody annotation.
    Basically I am writing a controller to edit some tabular data row in a popup window using...
Results 1 to 13 of 13