Hi Levi,
Since you do want to go for the two solutions which you have
mentioned. Third i can suggest is create different folder under screen
folder and append the folder heirarchy path to a call to said page. This can
be feasible bse any how you have change the calls from some hard coded value
present in HTML code to something like $link.setPage...
Ex. if a vm file is in 'test' folder under screen folder then you can call
this page by following code
$link.setPage("test/Test.vm")
Hi everebody!
I must include a large number of fix html s in my turbine framework base
application. The problem is that the html are structured on directories
because they are categorized. How can I include all these html-s
(transformed in vm) in my application in such a way that some kind of
structuredness to be maintained.
1 One solution is to put all screens in a single directory, but this will be
very hard to maintain - it is not structured
2 Other solution is to put them in separate directorie. In every directory
to create the structure: layouts, navigations, screens directories and to
include in Turbine resources to velocity resource path the path to my
directory. In this way the turbine resource property will be very long
defined.
Does anybody know a better solution. Thanks a lot!
Regards,
Levi
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]