Search:

Type: Posts; User: pinnacle

Search: Search took 0.25 seconds.

  1. Replies
    3
    Views
    1,333

    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,333

    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
    3
    Views
    1,333

    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 3 of 3