Re: problem with select tag

2014-12-19 Thread Yaragalla Muralidhar
Problem solved. Thank you so much. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Dec 20, 2014 at 8:37 AM, Yaragalla Muralidhar < yaragallamur...@gmail.com> wrote: > i mean 'list" attribute is set with the property in action c

Re: problem with select tag

2014-12-19 Thread Yaragalla Muralidhar
i mean 'list" attribute is set with the property in action class. The same code is working fine on the remaining page. Thanking you. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Dec 20, 2014 at 8:32 AM, Yaragalla Muralidhar <

Re: problem with select tag

2014-12-19 Thread Yaragalla Muralidhar
Which property are u asking? branches is properly set in action that is the reason it is showing one of the value. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Dec 20, 2014 at 8:28 AM, Dave Newton wrote: > Is the property

Re: problem with select tag

2014-12-19 Thread Dave Newton
Is the property set in the Acton? On Dec 19, 2014 9:54 PM, "Yaragalla Muralidhar" wrote: > Hi i am using the select tag as below > > headerKey="-1" headerValue="Select Branch" >list="branches" cssClass="select" > required="true" /> > > by default it should s

RE: Problem with Select tag during migration

2008-11-24 Thread nikunj
That plugin is for migration struts1.2 or struts1.3 application into struts2. not for struts1.0 -Original Message- From: Lukasz Lenart [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2008 1:36 PM To: Struts Users Mailing List Subject: Re: Problem with Select tag during migration

RE: Problem with Select tag during migration

2008-11-24 Thread nikunj
Ok! Thanks lukasz, Regards Nikunj -Original Message- From: Lukasz Lenart [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2008 1:12 PM To: Struts Users Mailing List Subject: Re: Problem with Select tag during migration 2008/11/24 Rajil <[EMAIL PROTECTED]>: > I wanted to

RE: Problem with Select tag during migration

2008-11-24 Thread nikunj
[mailto:[EMAIL PROTECTED] Sent: Sunday, November 23, 2008 3:02 PM To: Struts Users Mailing List Subject: Re: Problem with Select tag during migration 2008/11/22 nikunj <[EMAIL PROTECTED]>: > But Struts2 doesn't support separate List data type for label and value. > Example: > &

Re: Problem with Select tag during migration

2008-11-24 Thread Lukasz Lenart
2008/11/24 Rajil <[EMAIL PROTECTED]>: > But for that I should have my action and jsp coded using struts1 tags, isn't > it? Yes, but then you can start adding a new stuff in Struts2 way ;-) Regards -- Lukasz http://www.lenart.org.pl/ -

RE: Problem with Select tag during migration

2008-11-24 Thread Rajil
But for that I should have my action and jsp coded using struts1 tags, isn't it? -Original Message- From: Lukasz Lenart [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2008 1:36 PM To: Struts Users Mailing List Subject: Re: Problem with Select tag during migration 2008/11/24

Re: Problem with Select tag during migration

2008-11-24 Thread Lukasz Lenart
2008/11/24 Rajil <[EMAIL PROTECTED]>: > That means struts2 doesn't provide facility or say backward compatibility > available in struts1?? Provide, you can use struts1-plugin to have backward compatibility. Regards -- Lukasz http://www.lenart.org.pl/ ---

RE: Problem with Select tag during migration

2008-11-23 Thread Rajil
bject: Re: Problem with Select tag during migration 2008/11/24 Rajil <[EMAIL PROTECTED]>: > I wanted to know any available option to use two lists (one for key and > another for value) instead of using MAP. Write your own tag for that, it will be more convenient. Regard

Re: Problem with Select tag during migration

2008-11-23 Thread Lukasz Lenart
2008/11/24 Rajil <[EMAIL PROTECTED]>: > I wanted to know any available option to use two lists (one for key and > another for value) instead of using MAP. Write your own tag for that, it will be more convenient. Regards -- Lukasz http://www.lenart.org.pl/ --

RE: Problem with Select tag during migration

2008-11-23 Thread Rajil
for key and another for value) instead of using MAP. - Rajil -Original Message- From: Lukasz Lenart [mailto:[EMAIL PROTECTED] Sent: Sunday, November 23, 2008 3:02 PM To: Struts Users Mailing List Subject: Re: Problem with Select tag during migration 2008/11/22 nikunj <[EMAIL PROTEC

Re: Problem with Select tag during migration

2008-11-23 Thread Lukasz Lenart
2008/11/22 nikunj <[EMAIL PROTECTED]>: > But Struts2 doesn't support separate List data type for label and value. > Example: > > > listValue="value" > > listKey="key"> > > Data type of comboLabelValue is List, Which add object having key/value > property. But instead of using list you can use Map

Re: Problem with Select tag

2008-04-17 Thread Milan Milanovic
ublic String [] getAllRoles() { return allRoles; } // Other getters/setters } users.jsp: -- ... ... -- Thx in advance, Milan Milanovic - Original Message From: Michael Gagnon <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Wednesday, April 16, 2008 3:38:38 PM

Re: Problem with Select tag

2008-04-17 Thread Milan Milanovic
llRoles() { return allRoles; } // Other getters/setters } users.jsp: -- ... ... -- Thx in advance, Milan Milanovic - Original Message From: Michael Gagnon <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Wednesday, April 16, 2008 3:38:38 PM Subject: RE: Problem

Re: Problem with Select tag

2008-04-16 Thread Milan Milanovic
AY have broken something else and the message may be misleading you. -Original Message- From: Milan Milanovic [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 9:28 AM To: Struts Users Mailing List Subject: Re: Problem with Select tag Nobody has an answer to this simple question

RE: Problem with Select tag

2008-04-16 Thread Michael Gagnon
else and the message may be misleading you. -Original Message- From: Milan Milanovic [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 9:28 AM To: Struts Users Mailing List Subject: Re: Problem with Select tag Nobody has an answer to this simple question ? As I asked, there is

Re: Problem with Select tag

2008-04-16 Thread Milan Milanovic
Nobody has an answer to this simple question ? As I asked, there is with select's tag "list" attribute, when namespace is added to the package and to the form tag. It doesn't recognize given array from the action class anymore. Do I miss something or this is a serious error in Struts 2 ? -- T