<?xml version="1.0" encoding="UTF-8"?>
<views>
<view>
<viewId>/path1/path2/jsfview.jsp</viewId>
<bean-name>myManagedForm</bean-name>
</view>
<view>
...
</view>
...
</views>
If you are interested, let me know and I'll publish the code.
On 3/15/06, Nicklas Karlsson <
[EMAIL PROTECTED]> wrote:
but you can use Shale's Viewcontroller ([1], [2]).
Its init() method is called *after* all properties are set!How intrusive is this alternative? Is it enough to register the ViewController and you get the additional
features and the other stuff will work as before or am I in risk of breaking something else ( e.g. the Spring
variable resolving) or are there other dependencies?