You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Bob Schellink (JIRA)" <ji...@apache.org> on 2009/03/09 16:26:11 UTC

[JIRA] Updated: (CLK-141) Page.setPath to JSP Pages not working

     [ http://issues.apache.org/click/browse/CLK-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Schellink updated CLK-141:
------------------------------

    Reporter: Huy Do  (was: Huy Do)

> Page.setPath to JSP Pages not working
> -------------------------------------
>
>                 Key: CLK-141
>                 URL: http://issues.apache.org/click/browse/CLK-141
>             Project: Click
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.4
>         Environment: Linux Tomcat java 1.5
>            Reporter: Huy Do
>            Assignee: Bob Schellink
>             Fix For: 1.5 M1
>
>         Attachments: ClickServlet.diff.txt
>
>
> Click servlet does not take JSP pages into consideration when rendering with a Page.getPath(). 
> eg. in your Page you have
> addModel("data", mydata)
> setPath("mypage.jsp") 
> click uses renderTemplate() which only handles velocity templates.
> See attachment for my fix.

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