You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Sairam Rekapalli (JIRA)" <ji...@apache.org> on 2007/09/17 07:04:36 UTC

[jira] Created: (WW-2187) include tag is not evaluating expressions

include tag is not evaluating expressions
-----------------------------------------

                 Key: WW-2187
                 URL: https://issues.apache.org/struts/browse/WW-2187
             Project: Struts 2
          Issue Type: Bug
          Components: Views
    Affects Versions: 2.0.9
            Reporter: Sairam Rekapalli
            Priority: Minor


<s:include action="%{returnURL}.jsp" />

I'm trying to include a JSP dynamically by referring to a bean property.. It's not evaluating the expression.

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


[jira] Closed: (WW-2187) include tag is not evaluating expressions

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Holmes closed WW-2187.
----------------------------

    Resolution: Not A Problem

Questions like this should be asked on the Struts users mailing list and not by opening JIRA tickets. If you find that there is ultimately a bug in Struts, you should open a ticket.

http://struts.apache.org/mail.html

> include tag is not evaluating expressions
> -----------------------------------------
>
>                 Key: WW-2187
>                 URL: https://issues.apache.org/struts/browse/WW-2187
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.9
>            Reporter: Sairam Rekapalli
>            Priority: Minor
>
> <s:include action="%{returnURL}.jsp" />
> I'm trying to include a JSP dynamically by referring to a bean property.. It's not evaluating the expression.

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


[jira] Commented: (WW-2187) include tag is not evaluating expressions

Posted by "Sairam Rekapalli (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42212 ] 

Sairam Rekapalli commented on WW-2187:
--------------------------------------

<s:include value="%{returnURL}.jsp" /> 

> include tag is not evaluating expressions
> -----------------------------------------
>
>                 Key: WW-2187
>                 URL: https://issues.apache.org/struts/browse/WW-2187
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.9
>            Reporter: Sairam Rekapalli
>            Priority: Minor
>
> <s:include action="%{returnURL}.jsp" />
> I'm trying to include a JSP dynamically by referring to a bean property.. It's not evaluating the expression.

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