You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by VSGoud <sr...@yahoo.co.in> on 2010/01/18 13:44:32 UTC

Problem with tag

Hi Friends,

Facing problem with <s:property /> tag.
when i fetch the data from one of the columns in a given table, I am able to
view the certain parts of the fetched data in new lines in <s:textarea />
tag. But, when i tried to view the same fetched data through <s:property />
tag, the text isn't appearing in new lines.

On viewing the fetched data in sql file the text is appended with "
\r\n\r\n" in it. So i guess these ( \r\n\r\n) are not playing any role with
<s:property /> tag where as it is working normally or as desired with
<s:textarea /> tag

Could u pls help me out from this issue ?

Srikanth
-- 
View this message in context: http://old.nabble.com/Problem-with-%3Cs%3Aproperty--%3E-tag-tp27209967p27209967.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: Problem with tag

Posted by Srikanth <sr...@kensium.com>.
Hi Friends,
     Convert it into HTML. 
     How to convert ?
     

Thank you,
Srikanth V
srikanthv@kensium.com 
 
Main:      877 KENSIUM (536.7486)
India Main:  +91 9949495511
India Fax:   +91 4023704282
 
Kensium
200 S Wacker Dr, Suite 3100
Chicago, IL 60606
 
Confidentiality Note:
-----------------------------
The information contained in this e-mail is strictly confidential and for
the intended use of the addressee only. Any disclosure, use or copying of
the information by anyone other than the intended recipient is prohibited.
If you have received this message in error, please notify the sender
immediately by return e-mail and securely discard this message.
 
 
-----Original Message-----
From: VSGoud [mailto:srikanthgoud_v@yahoo.co.in] 
Sent: Monday, January 18, 2010 7:16 PM
To: user@struts.apache.org
Subject: Re: Problem with <s:property /> tag


Hi,
   Using <pre> tag it is working.
   thanks.

Srikanth


Nils-Helge Garli wrote:
> 
> Putting it inside <pre> tag might also work.
> 
> Nils-H
> 
> On Mon, Jan 18, 2010 at 2:12 PM, Dave Newton <ne...@yahoo.com>
> wrote:
>> VSGoud wrote:
>>>
>>> Facing problem with <s:property /> tag.
>>> when i fetch the data from one of the columns in a given table, I am
>>> able
>>> to
>>> view the certain parts of the fetched data in new lines in <s:textarea
>>> />
>>> tag. But, when i tried to view the same fetched data through <s:property
>>> />
>>> tag, the text isn't appearing in new lines.
>>>
>>> On viewing the fetched data in sql file the text is appended with "
>>> \r\n\r\n" in it. So i guess these ( \r\n\r\n) are not playing any role
>>> with
>>> <s:property /> tag where as it is working normally or as desired with
>>> <s:textarea /> tag
>>
>> Convert it into HTML.
>>
>> Dave
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context:
http://old.nabble.com/Problem-with-%3Cs%3Aproperty--%3E-tag-tp27209967p27210
696.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Problem with tag

Posted by VSGoud <sr...@yahoo.co.in>.
Hi,
   Using <pre> tag it is working.
   thanks.

Srikanth


Nils-Helge Garli wrote:
> 
> Putting it inside <pre> tag might also work.
> 
> Nils-H
> 
> On Mon, Jan 18, 2010 at 2:12 PM, Dave Newton <ne...@yahoo.com>
> wrote:
>> VSGoud wrote:
>>>
>>> Facing problem with <s:property /> tag.
>>> when i fetch the data from one of the columns in a given table, I am
>>> able
>>> to
>>> view the certain parts of the fetched data in new lines in <s:textarea
>>> />
>>> tag. But, when i tried to view the same fetched data through <s:property
>>> />
>>> tag, the text isn't appearing in new lines.
>>>
>>> On viewing the fetched data in sql file the text is appended with "
>>> \r\n\r\n" in it. So i guess these ( \r\n\r\n) are not playing any role
>>> with
>>> <s:property /> tag where as it is working normally or as desired with
>>> <s:textarea /> tag
>>
>> Convert it into HTML.
>>
>> Dave
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/Problem-with-%3Cs%3Aproperty--%3E-tag-tp27209967p27210696.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Problem with tag

Posted by Nils-Helge Garli Hegvik <ni...@gmail.com>.
Putting it inside <pre> tag might also work.

Nils-H

On Mon, Jan 18, 2010 at 2:12 PM, Dave Newton <ne...@yahoo.com> wrote:
> VSGoud wrote:
>>
>> Facing problem with <s:property /> tag.
>> when i fetch the data from one of the columns in a given table, I am able
>> to
>> view the certain parts of the fetched data in new lines in <s:textarea />
>> tag. But, when i tried to view the same fetched data through <s:property
>> />
>> tag, the text isn't appearing in new lines.
>>
>> On viewing the fetched data in sql file the text is appended with "
>> \r\n\r\n" in it. So i guess these ( \r\n\r\n) are not playing any role
>> with
>> <s:property /> tag where as it is working normally or as desired with
>> <s:textarea /> tag
>
> Convert it into HTML.
>
> Dave
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Problem with tag

Posted by Dave Newton <ne...@yahoo.com>.
VSGoud wrote:
> Facing problem with <s:property /> tag.
> when i fetch the data from one of the columns in a given table, I am able to
> view the certain parts of the fetched data in new lines in <s:textarea />
> tag. But, when i tried to view the same fetched data through <s:property />
> tag, the text isn't appearing in new lines.
> 
> On viewing the fetched data in sql file the text is appended with "
> \r\n\r\n" in it. So i guess these ( \r\n\r\n) are not playing any role with
> <s:property /> tag where as it is working normally or as desired with
> <s:textarea /> tag

Convert it into HTML.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org