struts-community-plugins / struts2-jquery

Struts2 jQuery Plugin
Apache License 2.0
83 stars 49 forks source link

Can not use sj:select tag directly in Struts2 jQuery Plugin 5.0.4-SNAPSHOT #447

Closed hss-ch closed 6 months ago

hss-ch commented 6 months ago

I just started the showcase locally with the latest Snapshot-Version. The problem is not solved. The tag sj:select with attribute autocomplete="true" is not working, without using sj:autocompleter tag in the same jsp page.

When I removed sj:autocompleter tag in the jsp page and used only sj:select tag with attribute autocomplete="true", the sj:select is not working with the following error. image

lukaszlenart commented 6 months ago

Duplicates #409