Re: problem with select boxes

2014-12-26 Thread Yaragalla Muralidhar
ok. thank u so much. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Dec 27, 2014 at 12:52 AM, Lukasz Lenart wrote: > 2014-12-26 18:42 GMT+01:00 Yaragalla Muralidhar >: > > Hi > > If i have 5 select boxes on the first pag

Re: problem with select boxes

2014-12-26 Thread Lukasz Lenart
2014-12-26 18:42 GMT+01:00 Yaragalla Muralidhar : > Hi > If i have 5 select boxes on the first page which is mapped to lists. > this lists should be populated in the action class that launches the page > and also in the action class that we are submitting. So we have to write > the same code in

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 quary

2012-05-07 Thread Dave Newton
Yes. (pardon brevity and typos, on cell) On May 7, 2012 7:20 AM, "gayan sukumal wiharagoda" < gayanwiharag...@gmail.com> wrote: > Hi Dave, > Yes dave. But hibanate is with struts.Do I need to mave to hibanate mailing > list. > regards, > Gayan. > > On Mon, May 7, 2012 at 4:41 PM, Dave Newton wro

Re: Problem with select quary

2012-05-07 Thread gayan sukumal wiharagoda
Hi Dave, Yes dave. But hibanate is with struts.Do I need to mave to hibanate mailing list. regards, Gayan. On Mon, May 7, 2012 at 4:41 PM, Dave Newton wrote: > Not a Struts question, yes? > > Dave > > (pardon brevity and typos, on cell) > On May 7, 2012 7:11 AM, "gayan sukumal wiharagoda" < > ga

Re: Problem with select quary

2012-05-07 Thread Dave Newton
Not a Struts question, yes? Dave (pardon brevity and typos, on cell) On May 7, 2012 7:11 AM, "gayan sukumal wiharagoda" < gayanwiharag...@gmail.com> wrote: > Hi, > I am new to hibanate,Stuts and Tile. Now I want to get selected > specified columns. I have mention the code below. It is not worki

Re: Problem with select quary

2012-05-07 Thread gayan sukumal wiharagoda
Hi, Can some help me get fix this. Cheers, Gayan On Mon, May 7, 2012 at 4:40 PM, gayan sukumal wiharagoda < gayanwiharag...@gmail.com> wrote: > Hi, > I am new to hibanate,Stuts and Tile. Now I want to get selected > specified columns. I have mention the code below. It is not working. > > List l

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

2008-11-12 Thread J J
OK that was I had to submit the form not only link with the action, thanks. De: Dave Newton <[EMAIL PROTECTED]> Para: Struts Users Mailing List Enviado: miƩrcoles, 12 de noviembre, 2008 23:06:30 Asunto: Re: Problem with select --- On Wed, 11/12/0

Re: Problem with select

2008-11-12 Thread Dave Newton
--- On Wed, 11/12/08, J J <[EMAIL PROTECTED]> wrote: > in my jsp I receive correctly value and key, but I want to > get the selected Item in the action who follows the jsp > (myAction). I think that the value should be stored in the > attribute name (which has to be the same type as listkey), > but

Re: Problem with select

2008-11-12 Thread J J
27;s wrong. thanks De: "Peterson, Ryan" <[EMAIL PROTECTED]> Para: Struts Users Mailing List Enviado: miƩrcoles, 12 de noviembre, 2008 22:46:36 Asunto: RE: Problem with select What is the field name that you want to have returned (defined by list

RE: Problem with select

2008-11-12 Thread Peterson, Ryan
What is the field name that you want to have returned (defined by listKey) and what is the field name you want to display to the user (defined by listValue). If they're not "key" and "value" respectively then that's why you're getting null. They need to be named the same as the attributes on th

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