Content rendring in communication event detail screen

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Content rendring in communication event detail screen

parimal gain-2
Hi All,

While testing communication event I found, on communication event
detail page, content section displays the source code of associated
eMail template instead of the original content. When I dig inside code
I found that the content field has attribute encode-output="false".
The xsd file has the definition that if its true then the content will
be encode, but since here its false it means the content will not
encode while rendering. I had tried this on trunk also and the same
behavior exists there.
I changed it to ture(in local) to see the effect, but I didn't find
any changes, so I just wanted to understand -
1) Is these is bug in system?
2) Will content section always display the source code?
3) Is there any work around to display content only not source code?

Thanks in advance for all response .............
--
Parimal
Reply | Threaded
Open this post in threaded view
|

Re: Content rendring in communication event detail screen

parimal gain-2
Hi All,
Can anyone clear my doubt.......
On Jun 20, 2013 7:55 AM, "parimal gain" <[hidden email]> wrote:

> Hi All,
>
> While testing communication event I found, on communication event
> detail page, content section displays the source code of associated
> eMail template instead of the original content. When I dig inside code
> I found that the content field has attribute encode-output="false".
> The xsd file has the definition that if its true then the content will
> be encode, but since here its false it means the content will not
> encode while rendering. I had tried this on trunk also and the same
> behavior exists there.
> I changed it to ture(in local) to see the effect, but I didn't find
> any changes, so I just wanted to understand -
> 1) Is these is bug in system?
> 2) Will content section always display the source code?
> 3) Is there any work around to display content only not source code?
>
> Thanks in advance for all response .............
> --
> Parimal
>
Reply | Threaded
Open this post in threaded view
|

Re: Content rendring in communication event detail screen

parimal gain-2
Hi All,

Do anybody have any idea, If I want to show the content only without html
tag(source code of mail template), how can do this?

Thanks
--
Parimal
On Jun 21, 2013 9:47 AM, "parimal gain" <[hidden email]> wrote:

> Hi All,
> Can anyone clear my doubt.......
> On Jun 20, 2013 7:55 AM, "parimal gain" <[hidden email]> wrote:
>
>> Hi All,
>>
>> While testing communication event I found, on communication event
>> detail page, content section displays the source code of associated
>> eMail template instead of the original content. When I dig inside code
>> I found that the content field has attribute encode-output="false".
>> The xsd file has the definition that if its true then the content will
>> be encode, but since here its false it means the content will not
>> encode while rendering. I had tried this on trunk also and the same
>> behavior exists there.
>> I changed it to ture(in local) to see the effect, but I didn't find
>> any changes, so I just wanted to understand -
>> 1) Is these is bug in system?
>> 2) Will content section always display the source code?
>> 3) Is there any work around to display content only not source code?
>>
>> Thanks in advance for all response .............
>> --
>> Parimal
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Content rendring in communication event detail screen

SAURABH SINGH
On which type of file you are using this html tag which is displaying and
you don't want to display.



On Fri, Jun 21, 2013 at 5:33 AM, parimal gain <[hidden email]>wrote:

> Hi All,
>
> Do anybody have any idea, If I want to show the content only without html
> tag(source code of mail template), how can do this?
>
> Thanks
> --
> Parimal
> On Jun 21, 2013 9:47 AM, "parimal gain" <[hidden email]> wrote:
>
> > Hi All,
> > Can anyone clear my doubt.......
> > On Jun 20, 2013 7:55 AM, "parimal gain" <[hidden email]> wrote:
> >
> >> Hi All,
> >>
> >> While testing communication event I found, on communication event
> >> detail page, content section displays the source code of associated
> >> eMail template instead of the original content. When I dig inside code
> >> I found that the content field has attribute encode-output="false".
> >> The xsd file has the definition that if its true then the content will
> >> be encode, but since here its false it means the content will not
> >> encode while rendering. I had tried this on trunk also and the same
> >> behavior exists there.
> >> I changed it to ture(in local) to see the effect, but I didn't find
> >> any changes, so I just wanted to understand -
> >> 1) Is these is bug in system?
> >> 2) Will content section always display the source code?
> >> 3) Is there any work around to display content only not source code?
> >>
> >> Thanks in advance for all response .............
> >> --
> >> Parimal
> >>
> >
>



--
*Thanks & Regards
SAURABH SINGH
**Software Engineer*
Reply | Threaded
Open this post in threaded view
|

Re: Content rendring in communication event detail screen

parimal gain-2
Hi Saurabh,

Its an xml Form attribute, and its rendering email template as is i.e.
without encoding.
On Jun 24, 2013 3:10 PM, "SAURABH SINGH" <[hidden email]>
wrote:

> On which type of file you are using this html tag which is displaying and
> you don't want to display.
>
>
>
> On Fri, Jun 21, 2013 at 5:33 AM, parimal gain <[hidden email]
> >wrote:
>
> > Hi All,
> >
> > Do anybody have any idea, If I want to show the content only without html
> > tag(source code of mail template), how can do this?
> >
> > Thanks
> > --
> > Parimal
> > On Jun 21, 2013 9:47 AM, "parimal gain" <[hidden email]> wrote:
> >
> > > Hi All,
> > > Can anyone clear my doubt.......
> > > On Jun 20, 2013 7:55 AM, "parimal gain" <[hidden email]>
> wrote:
> > >
> > >> Hi All,
> > >>
> > >> While testing communication event I found, on communication event
> > >> detail page, content section displays the source code of associated
> > >> eMail template instead of the original content. When I dig inside code
> > >> I found that the content field has attribute encode-output="false".
> > >> The xsd file has the definition that if its true then the content will
> > >> be encode, but since here its false it means the content will not
> > >> encode while rendering. I had tried this on trunk also and the same
> > >> behavior exists there.
> > >> I changed it to ture(in local) to see the effect, but I didn't find
> > >> any changes, so I just wanted to understand -
> > >> 1) Is these is bug in system?
> > >> 2) Will content section always display the source code?
> > >> 3) Is there any work around to display content only not source code?
> > >>
> > >> Thanks in advance for all response .............
> > >> --
> > >> Parimal
> > >>
> > >
> >
>
>
>
> --
> *Thanks & Regards
> SAURABH SINGH
> **Software Engineer*
>
Reply | Threaded
Open this post in threaded view
|

Re: Content rendring in communication event detail screen

Harsha Chadhar
Hi Parimal,
                     Just give a try with encode-output= "false".I guess
it should work.

Regards
Harsha





From:
parimal gain <[hidden email]>
To:
[hidden email]
Date:
06/24/2013 07:00 PM
Subject:
Re: Content rendring in communication event detail screen



Hi Saurabh,

Its an xml Form attribute, and its rendering email template as is i.e.
without encoding.
On Jun 24, 2013 3:10 PM, "SAURABH SINGH" <[hidden email]>
wrote:

> On which type of file you are using this html tag which is displaying
and

> you don't want to display.
>
>
>
> On Fri, Jun 21, 2013 at 5:33 AM, parimal gain <[hidden email]
> >wrote:
>
> > Hi All,
> >
> > Do anybody have any idea, If I want to show the content only without
html
> > tag(source code of mail template), how can do this?
> >
> > Thanks
> > --
> > Parimal
> > On Jun 21, 2013 9:47 AM, "parimal gain" <[hidden email]>
wrote:

> >
> > > Hi All,
> > > Can anyone clear my doubt.......
> > > On Jun 20, 2013 7:55 AM, "parimal gain" <[hidden email]>
> wrote:
> > >
> > >> Hi All,
> > >>
> > >> While testing communication event I found, on communication event
> > >> detail page, content section displays the source code of associated
> > >> eMail template instead of the original content. When I dig inside
code
> > >> I found that the content field has attribute encode-output="false".
> > >> The xsd file has the definition that if its true then the content
will
> > >> be encode, but since here its false it means the content will not
> > >> encode while rendering. I had tried this on trunk also and the same
> > >> behavior exists there.
> > >> I changed it to ture(in local) to see the effect, but I didn't find
> > >> any changes, so I just wanted to understand -
> > >> 1) Is these is bug in system?
> > >> 2) Will content section always display the source code?
> > >> 3) Is there any work around to display content only not source
code?

> > >>
> > >> Thanks in advance for all response .............
> > >> --
> > >> Parimal
> > >>
> > >
> >
>
>
>
> --
> *Thanks & Regards
> SAURABH SINGH
> **Software Engineer*
>


=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you