Re: Optiontransferselect button customization.

2007-05-27 Thread Vijay Prajapati
Jeromy, I have done it. Thank you very much for your efforts to provide me a solution. Vijay On 5/25/07, Jeromy Evans <[EMAIL PROTECTED]> wrote: Vijay, For the last time, the doubleId attribute of optiontransferselect works in struts 2.0.6. I provided you with code from a live system th

Re: Optiontransferselect button customization.

2007-05-24 Thread Jeromy Evans
Vijay, For the last time, the doubleId attribute of optiontransferselect works in struts 2.0.6. I provided you with code from a live system that uses it to set the style of the second select as an ALTERNATIVE to doubleCssClass and doubleCssStyle. The doubleCssClass and doubleCssStyle attribut

Re: Optiontransferselect button customization.

2007-05-24 Thread Vijay Prajapati
Jeromy, This can not worked according to your suggestion. There are bug in Struts 2.0.6. This bug is solved in Struts 2.0.8 and still this version in development mode. So whenever it will relese then It would be solved. Just try it and if u have other solution then tell me. Vijay On 5/24/07,

Re: Optiontransferselect button customization.

2007-05-23 Thread Jeromy Evans
Vijay, I'm guessing you've already moved on from this, but the example below is how you can use the doubleId attribute of to assign an html ID to the second select and assign styles to that select using CSS. The code you have quoted is an extract from the stylesheet. To reiterate, this is ho

Re: Optiontransferselect button customization.

2007-05-23 Thread Vijay Prajapati
Jeromy, Please try to use doubleCssClass and doubleCssStyle attribute in in your production JSP. It won't work for second list. You haven't use both of them attribute and how could you generate given below code in your JSP. #userCompaniesAssigned { width: 300px; } #userCompa

Re: Optiontransferselect button customization.

2007-05-22 Thread Jeromy Evans
Hmm... I use 2.0.6. The wiki at http://struts.apache.org/2.x/docs/optiontransferselect.html lists doubleId as an attribute, it's definitely included in the OptionTransferSelect class and OptionTransferSelectTag class (in AbstractDoubleListTag) and it's definitely referenced in the optiontrans

Re: Optiontransferselect button customization.

2007-05-22 Thread Vijay Prajapati
Jeromy, In which version it includes doubled attribute for second select. I am using Struts 2.0.6 and it doesn't allow it. Even in Struts blogs it shows Bug in Optiontransferselect in version 2.0.6. please send me code for it. Vijay On 5/22/07, Jeromy Evans <[EMAIL PROTECTED]> wrote: opt

Re: Optiontransferselect button customization.

2007-05-22 Thread Jeromy Evans
optiontransferselect includes the doubleId attribute for the second select. Your CSS can reference that ID. To change the order of the buttons you'll need to create your own optiontransferselect.ftl template based on the existing one. Vijay Prajapati wrote: Hi, This is Vijay and currentl

Re: Optiontransferselect button customization.

2007-05-21 Thread Vijay Prajapati
Hi, This is Vijay and currently using Struts2.0.6 production viersion in my application development. I have been used almost all tags in Struts2.0.6 but there are problem in tag. It doesn't include cssClass and cssStyle of Second Select box at run time. So Is there any solution for it? If any

Re: Optiontransferselect button customization.

2007-04-25 Thread Laurie Harper
Felipe Rodrigues wrote: Hi guys, Can I somehow change the button (e.g. addAllToLeft) of a Optiontransferselect to some image? I imagine it can be done by changing the ftl, but I'd like some clues to do that. For some documentation on themes and extending/customizing them, see here: http://st

Optiontransferselect button customization.

2007-04-24 Thread Felipe Rodrigues
hanks, Felipe -- View this message in context: http://www.nabble.com/Optiontransferselect-button-customization.-tf3639737.html#a10164516 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [