I have the following code in jsp.
<html:textarea name="empOtherDevFocusBO" cols="512" rows="3"
property="focusText" />
Here I am enterd the following text:
Test
        Test.
Note:I typed Test and then enter key then tab then Test.
After I submit the html:form , it stores the value perfectly in DB.
After when I tried to display that value by using bean:write it won't
recognize the \n and \t.
Simply it display the value as follows: Test Test
But actually required is  :
Test
        Test 
I think this is due to bean:write will not recognize the \n and \t.
But I want to display the values as user enters.
Is there any other solutions.

Thanks and Regards,
Krishna Mattam
Team Member - CDF Toolset
Contact:044-22548575
Email: [EMAIL PROTECTED]



 <mailto:[EMAIL PROTECTED]> 


Reply via email to