Re: s:property for s:textarea value

2008-02-05 Thread Raghuveer Rawat
Thanks Dave, i am sorry, I didn't explain it properly. Yes, you understood it correctly. I am submitting form and then displaying form values in new page. is working for me. Thanks once again. On Feb 5, 2008 10:08 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- Raghuveer Rawat <[EMAIL PROTECTED

Re: s:property for s:textarea value

2008-02-05 Thread Dave Newton
--- Raghuveer Rawat <[EMAIL PROTECTED]> wrote: > Hi, I want to user to preview s:textarea value before sending to db. > but when I am displaying value using it is not > formatting it correctly and wrapping it. > > > I'm not sure what you mean by the tag isn't formatting the value correctly e

s:property for s:textarea value

2008-02-05 Thread Raghuveer Rawat
Hi, I want to user to preview s:textarea value before sending to db. but when I am displaying value using it is not formatting it correctly and wrapping it. Is there anyone who faced this problem? Is this correct way to display Text Area value? Thanks in advance..