Search:

Type: Posts; User: pinnacle

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,338

    Re: FAILED TO OBTAIN COLLECTION

    Sorry for the wrong data in action..This is the code in action

    Action----

    CreateCountryForm createCountryForm = new CreateCountryForm();
    List<CountryDTO> countryList = new...
  2. Replies
    3
    Views
    1,338

    Re: FAILED TO OBTAIN COLLECTION

    This is the jsp code...


    <html:select property="market" name="createcountryform" title="Please select Country" onchange="PopulateStatezone();">
    <html:option value="">Select...
  3. Replies
    1
    Views
    1,523

    Re: JBoss - Advantages

    I was working with JBOSS for about 5 months.The most common problems I faced with JBOSS are:
    PERMGEN space error.
    server stopped automatically.
    Usually when I get this permgenspace error.I use to...
  4. Replies
    3
    Views
    1,338

    FAILED TO OBTAIN COLLECTION

    I was developing a standalone application under struts 1.x framework.
    I need to do create dropdowns in jsp using struts tags.I have created using <options:collection>tag and created getters and...
Results 1 to 4 of 4