
| Key: |
CLK-141
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Bob Schellink
|
| Reporter: |
Huy Do
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
Click
Created: 03/Nov/06 05:39 PM
Updated: 22/Apr/08 02:08 AM
|
|
| Component/s: |
core
|
| Affects Version/s: |
1.4
|
| Fix Version/s: |
1.5 M1
|
|
|
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.
|
|
Description
|
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. |
Show » |
|
|
with JSP pages you have to forward to them using setForward() as JSP are forward to via the request dispatcher.
I dont think this is discussed in the documentation.
regards Malcolm Edgar