Re: in a string

2006-09-27 Thread Aftab Vhora
correcting my self its bean:define instead of html:define Thanks & Regards, Aftab Vhora Oracle India Pvt Ltd, Cell-9880 311 391 Aftab Vhora wrote: Hi, Syntax for html:define ; Thanks & Regards, Aftab Vhora Jay wrote: Hi all, I want to store the value of value in a st

Re: in a string

2006-09-27 Thread Aftab Vhora
Hi, Syntax for html:define ; Thanks & Regards, Aftab Vhora Jay wrote: Hi all, I want to store the value of value in a string. Or in other words, i have a variable of string data type. i want to set its value equal to value of String variable = ; any idea to do this th

Re: in a string

2006-09-27 Thread Antonio Petrelli
Jay ha scritto: Hi all, I want to store the value of value in a string. Or in other words, i have a variable of string data type. i want to set its value equal to value of String variable = ; any idea to do this Use or, the better, : http://java.sun.com/products/jsp/jstl/1.1/docs

in a string

2006-09-27 Thread Jay
Hi all, I want to store the value of value in a string. Or in other words, i have a variable of string data type. i want to set its value equal to value of String variable = ; any idea to do this thanks -- View this message in context: http://www.nabble.com/%3Cbean%3Awrite%3E-in-a

RE: how to replace return in a string while use nested:write and bean:write

2004-11-12 Thread Paul McCulloch
004 18:22 > To: Struts Users Mailing List > Subject: RE: how to replace return in a string while use nested:write > and bean:write > > > > Thanks for your hint. > > Essentially I want nest:write and bean:write to smart enough to > convert "ab > c" to &qu

RE: how to replace return in a string while use nested:write and bean:write

2004-11-11 Thread Shen, Lei
hoping the convertion list is configurable somewhere. Lei -Original Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Thursday, November 11, 2004 1:16 PM To: Struts Users Mailing List Subject: Re: how to replace return in a string while use nested:write and bean:write alert("t

Re: how to replace return in a string while use nested:write and bean:write

2004-11-11 Thread Erik Weber
c"; How to replace return in a string while use nested:write and bean:write automatically? Thanks Lei - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

how to replace return in a string while use nested:write and bean:write

2004-11-11 Thread Shen, Lei
Hello, all: I have some code like this: data = use bean:write or nested:write here alert(data); The problem is that javascript does not allow: data ="ab c"; How to replace return in a string while use nested:write and bean:write aut