You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Shing Hing Man (JIRA)" <de...@tapestry.apache.org> on 2008/01/11 23:59:34 UTC

[jira] Created: (TAPESTRY-2036) Filtering in Output component

Filtering in Output component
-----------------------------

                 Key: TAPESTRY-2036
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2036
             Project: Tapestry
          Issue Type: Improvement
          Components: Core Components
    Affects Versions: 5.0.7
            Reporter: Shing Hing Man


In Tap 4.0, the component Insert will have filtering  on by default (character such as <  is escaped to   &lt;).
It would be nice if the T5 Output component have filtering on when the parameter  format  is not  specified.
(At the moment, format is a required parameter. Might need to change it to optional.) 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-2036) Add a parameter to the Output component to all control over whether output is filtered or unfiltered

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAPESTRY-2036:
-------------------------------------------

    Summary: Add a parameter to the Output component to all control over whether output is filtered or unfiltered  (was: Filtering in Output component)

> Add a parameter to the Output component to all control over whether output is filtered or unfiltered
> ----------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2036
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2036
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Core Components
>    Affects Versions: 5.0.7
>            Reporter: Shing Hing Man
>
> In Tap 4.0, the component Insert will have filtering  on by default (character such as <  is escaped to   &lt;).
> It would be nice if the T5 Output component have filtering on when the parameter  format  is not  specified.
> (At the moment, format is a required parameter. Might need to change it to optional.) 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-2036) Add a parameter to the Output component to all control over whether output is filtered or unfiltered

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-2036.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.10

> Add a parameter to the Output component to all control over whether output is filtered or unfiltered
> ----------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2036
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2036
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.7
>            Reporter: Shing Hing Man
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.0.10
>
>
> In Tap 4.0, the component Insert will have filtering  on by default (character such as <  is escaped to   &lt;).
> It would be nice if the T5 Output component have filtering on when the parameter  format  is not  specified.
> (At the moment, format is a required parameter. Might need to change it to optional.) 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: [jira] Updated: (TAPESTRY-2036) Add a parameter to the Output component to add control over whether output is filtered or unfiltered

Posted by Kevin Menard <km...@servprise.com>.
http://tapestry.apache.org/tapestry4.1/components/general/insert.html

Set the raw parameter to true.

-- 
Kevin


On 1/31/08 9:45 AM, in article 47A1DF1C.9010308@enst-bretagne.fr, "Alaa
BARAKAT" <al...@enst-bretagne.fr> wrote:

> Hi
> i have this probleme with Tapestry 4
> i need to insert into the span
> <span jwcid="@insert"></span> some text like : <h1> my texte <b>is
> here</b> </h1>
> but Tapestry filter the Html tags to  &lt; etc ...
> how can i disable this filtering to resolve the problem
> thx
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-2036) Add a parameter to the Output component to add control over whether output is filtered or unfiltered

Posted by Alaa BARAKAT <al...@enst-bretagne.fr>.
Hi
i have this probleme with Tapestry 4
i need to insert into the span
<span jwcid="@insert"></span> some text like : <h1> my texte <b>is 
here</b> </h1>
but Tapestry filter the Html tags to  &lt; etc ...
how can i disable this filtering to resolve the problem
thx


[jira] Updated: (TAPESTRY-2036) Add a parameter to the Output component to add control over whether output is filtered or unfiltered

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAPESTRY-2036:
-------------------------------------------

    Summary: Add a parameter to the Output component to add control over whether output is filtered or unfiltered  (was: Add a parameter to the Output component to all control over whether output is filtered or unfiltered)

> Add a parameter to the Output component to add control over whether output is filtered or unfiltered
> ----------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2036
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2036
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.7
>            Reporter: Shing Hing Man
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.0.10
>
>
> In Tap 4.0, the component Insert will have filtering  on by default (character such as <  is escaped to   &lt;).
> It would be nice if the T5 Output component have filtering on when the parameter  format  is not  specified.
> (At the moment, format is a required parameter. Might need to change it to optional.) 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-2036) Add a parameter to the Output component to all control over whether output is filtered or unfiltered

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAPESTRY-2036:
-------------------------------------------

    Component/s:     (was: Core Components)
                 tapestry-core
       Priority: Minor  (was: Major)
       Assignee: Howard M. Lewis Ship

> Add a parameter to the Output component to all control over whether output is filtered or unfiltered
> ----------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2036
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2036
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.7
>            Reporter: Shing Hing Man
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.0.10
>
>
> In Tap 4.0, the component Insert will have filtering  on by default (character such as <  is escaped to   &lt;).
> It would be nice if the T5 Output component have filtering on when the parameter  format  is not  specified.
> (At the moment, format is a required parameter. Might need to change it to optional.) 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org