Re: html:multibox and bean:write

2003-03-02 Thread shashi_struts
hi
i tried this but this gives a error that the getKey() method not found.
In my code styleData is hashtable and i tried to put a key value in the
checkbox value.

Please help me to find out the solution


- Original Message -
From: "Sri Sankaran" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, February 28, 2003 9:50 PM
Subject: RE: html:multibox and bean:write


You cannot emded a tag inside another tag.  You can achieve what you are
trying as follows

  value="<%=styleData.getKey()%>"

Sri

-Original Message-
From: shashi_struts [mailto:[EMAIL PROTECTED]
Sent: Friday, February 28, 2003 7:23 AM
To: Struts Users Mailing List
Subject: html:multibox and bean:write


hi

hi i am using multibox and in the value i want a data comes from the
logic:iterate and write through the bean:write

but it gives a problem
 
 

  "/>
  


  

-

this is my code
please consider this and help me

Shashi


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


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



RE: html:multibox and bean:write

2003-02-28 Thread Sri Sankaran
You cannot emded a tag inside another tag.  You can achieve what you are trying as 
follows

  value="<%=styleData.getKey()%>"

Sri

-Original Message-
From: shashi_struts [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 28, 2003 7:23 AM
To: Struts Users Mailing List
Subject: html:multibox and bean:write


hi

hi i am using multibox and in the value i want a data comes from the logic:iterate and 
write through the bean:write

but it gives a problem
 
 

  "/>
  


  

-

this is my code
please consider this and help me

Shashi


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