Well, the problem comes from a real project we're developing by Struts2
framework.
We want to achieve the effect below:
http://www.nabble.com/file/p14019492/rightresult.png
Now we will use tag to achieve the above effect, our code is:
>
> item2
>
>
>
>
>
>
>
> - Original Message
> From: DJR <[EMAIL PROTECTED]>
> To: user@struts.apache.org
> Sent: Thursday, November 29, 2007 10:00:50 AM
> Su
Optiontransferselect Tag in Struts2 usually looks like the image below:
http://www.nabble.com/file/p14039295/optiontranshorizental.png
But how can we make it vertical like the image below:
http://www.nabble.com/file/p14039295/optiontransvertical.png
--
View this message in context:
http://www.
As is know to all, tag has a "buttonCssStyle"
attribute, which will make all buttons look in a unified style. But how can
we make each button in a different style just like the image showed below:
http://www.nabble.com/file/p14163637/optiontransvertical.png
--
View this message in context:
htt
What I'm doing now to solve the problem is to modify the source code of the
tag. But it's a bit troublesome, I think. Are there any more elegant
solutions?:thinking:
DJR wrote:
>
> As is know to all, tag has a "buttonCssStyle"
> attribute, which will make all bu
I think it better that the Struts2 framework add some additional attributes
for tag of optiontransferselect.
For instance, buttonCssStyle2 for one of the select button and
buttonCssStyleAll, buttonCssStyleAll2 for the selectAll buttons.
DJR wrote:
>
> As is know to all, tag
6 matches
Mail list logo