RE: Html:muttibox tag help

2005-05-11 Thread Faisal.Shoukat
I tried the below and the value of String [] resourceIds in my action form is
still null.

I have looked through many examples on using the multibox and just cannot see
as to why the resourceIds array is not being populated.

Help!

-Original Message-
From: Rafael Taboada [mailto:[EMAIL PROTECTED] 
Sent: 10 May 2005 14:14
Cc: user@struts.apache.org
Subject: Re: Html:muttibox tag help

 Which object belongs resourceIds??? which form??? Let's suppose is
searchForm

 so Try this:

 html:multibox name=searchForm property=resourceIds

 

-- 

 Rafael Taboada

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





This email may contain information which is privileged or confidential. If you 
are not the intended recipient of this email, please notify the sender 
immediately and delete it without reading, copying, storing, forwarding or 
disclosing its contents to any other person
Thank you

Check us out at http://www.bt.com/consulting




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Html:muttibox tag help

2005-05-10 Thread Rafael Taboada
 U need to specify which object belongs resourceIds in ur html:multibox


-- 

 Rafael Taboada

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Html:muttibox tag help

2005-05-10 Thread Faisal.Shoukat
Can u specify a bit further please. I thought I had already specified the
object by the property value in the tag as below. Where resourceIds is the
field in the actionclient form and the value to write to this object is the
resourceId of the clientVO.
 
html:multibox property=resourceIds
bean:write name=client property=resourceId/ /html:multibox

-Original Message-
From: Rafael Taboada [mailto:[EMAIL PROTECTED] 
Sent: 10 May 2005 13:45
To: Struts Users Mailing List
Subject: Re: Html:muttibox tag help

 U need to specify which object belongs resourceIds in ur html:multibox


-- 

 Rafael Taboada

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





This email may contain information which is privileged or confidential. If you 
are not the intended recipient of this email, please notify the sender 
immediately and delete it without reading, copying, storing, forwarding or 
disclosing its contents to any other person
Thank you

Check us out at http://www.bt.com/consulting




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Html:muttibox tag help

2005-05-10 Thread Rafael Taboada
 Which object belongs resourceIds??? which form??? Let's suppose is searchForm

 so Try this:

 html:multibox name=searchForm property=resourceIds

 

-- 

 Rafael Taboada

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]