KiBa1215 / struts2-bootstrap

Automatically exported from code.google.com/p/struts2-bootstrap
0 stars 0 forks source link

Jquery Autocomplete with select box option was not working #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create a sj:autocomplete and include the select box option
2.Retrieve the list data from app scope
3.

<sj:autocompleter 
    name="name"
    list="#application.APPL_PRODUCT_CAT_LIST"
    listKey="id"
    listValue="catName"
    selectBox="true"
    selectBoxIcon="true"
    parentTheme="bootstrap"
/>

What is the expected output? What do you see instead?
Bootstrap theme was not applied while displaying and also during validation.

What version of the product are you using? On what operating system?
struts2-jquery-plugin-3.5.1.jar
struts2-bootstrap-plugin-1.6.1.jar

Please provide any additional information below.

Original issue reported on code.google.com by manandr...@gmail.com on 24 Jun 2013 at 5:12

GoogleCodeExporter commented 8 years ago
This is not an Struts2 Bootstrap Plugin Issue. It is an Struts2 jQuery Plugin 
Issue.

See: https://code.google.com/p/struts2-jquery/issues/detail?id=992

Original comment by johgep on 26 Jun 2013 at 8:21