gigaZhang / struts2-jquery

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

Select box and dropdown arrow not styleable nor replaceable with other plugins #1016

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
To reproduce the problem:
1.create a .jsp file containing <s:select> tag and <sjg:grid> tag
2.implement a theme (black-tie or roll-your-own via themeroller)
( <sj:head jqueryui="true" jquerytheme="myCustomTheme" 
customBasepath="/myProject/themes"/> )
3.install select replacement plugin (ie Selectmenu or selectBoxIt)

Expectation and actual response:
Expect select box and number of records/page select box in grid to change 
appearance. But, there is no change of appearance.

struts2 version:
    "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
    "http://struts.apache.org/dtds/struts-2.0.dtd">

struts2-jquery plugin version:
jquery-1.9.1.min

Additional information:
using Tiles: "-//Apache Software Foundation//DTD Tiles Configuration 2.1//EN" 
"http://tiles.apache.org/dtds/tiles-config_2_1.dtd">

Original issue reported on code.google.com by elliott....@gmail.com on 25 Jul 2013 at 6:42

GoogleCodeExporter commented 9 years ago
sorry.
my Struts2 version is: 2.3.14
my Tiles version is 2.2.2 

Original comment by elliott....@gmail.com on 25 Jul 2013 at 7:08

GoogleCodeExporter commented 9 years ago
Sorry I don't understand you problem. Is it possible for you to create an 
simple example application to see this problem?

Original comment by johgep on 5 Aug 2013 at 8:00