Chris Kimpton wrote:

> Hi,
> 
> --- David Sean Taylor <[EMAIL PROTECTED]> wrote:
> 
>>>Which seems to use jsp pages for things like layouts, navigation,
>>>Login, EditAccount and NewAccount, but uses vm page for
>>>ConfirmRegistration.
>>>
>>For your templates, your don't have to write them twice.
>>Turbine has a pluggable template engine, supporting Velocity, JSP,
>>and
>>Webmacro.
>>Choose whatever templating engine you prefer and stick with it.
>>
> 
> OK.  I was alright with 1.3a1, we had both velocity and JSP based
> portlets - and the core Jetspeed framework seemed to be all JSP back
> then.
> 
> Its the core framework I am having a problem with - it is using JSP
> initially - but then switching to velocity after clicking the "Create
> New User" button - as if some of that code is specifying a velocity
> template, overriding the default JSP behaviour.
> 


Try to track the rundata.setScreenTemplate() method, I think I remember
seeing something on the Turbine mailing-list last week that this call
will override the layout, so this may be the root of the issue...

--
Raphael Luta - [EMAIL PROTECTED]
Vivendi Universal Networks - Paris


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to