Re: How to solve the limitation of tag

2007-12-06 Thread DJR
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

Re: How to solve the limitation of tag

2007-12-05 Thread DJR
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

How to solve the limitation of tag

2007-12-04 Thread DJR
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

How to make Optiontransferselect Tag vertical in Struts2?

2007-11-29 Thread DJR
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.

Problem Solved!

2007-11-28 Thread DJR
> > item2 > > > > > > > > - Original Message > From: DJR <[EMAIL PROTECTED]> > To: user@struts.apache.org > Sent: Thursday, November 29, 2007 10:00:50 AM > Su

Pitfall of , etc. tags in Struts2???

2007-11-28 Thread DJR
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: