History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-1483
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Konstantin Pribluda
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebWork

template tags in velocity even without prior action execution

Created: 27/Sep/07 03:02 AM   Updated: 01/Oct/07 05:08 AM
Component/s: None
Affects Version/s: 2.2.7
Fix Version/s: 2.2.7

File Attachments: 1. Text File wwnoactiontags.patch (1 kb)


Flags: Patch


 Description  « Hide
It is impossible to use template tags in velocity templates if there was no
prior action execution. Attached patch corrects this problem and gives users more
flexibility.

 All   Comments   Change History      Sort Order:
Konstantin Pribluda - [27/Sep/07 03:04 AM ]
this patch ensures that necessary objects of servlet API
are placed on value stack even if there was no action execution prior
this.

Konstantin Pribluda - [01/Oct/07 05:08 AM ]
fixed in current svn