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

Problem with Select tag during migration

2008-11-21 Thread nikunj
Respected All, In Struts1X, having attributes property and labelproperty those are having list data type. Example: But Struts2 doesn't support separate List data type for label and value. Example: Data type of comboLabelValue is List, Which add object having key/value pro