Hi,

--- Rapha�l Luta <[EMAIL PROTECTED]> wrote:
> > 
> > --- 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...
> 

Thanks - the problem, IMHO, is that the CreateNewUserAndConfirm class
explicitly chooses the velocity templates - which switches things to
all velocity.

Attached is a patch to make it use the TR.props defaults for which
templates to use.

...now to find out why entering the secret key is not accepted...

Thanks,
Chris



=====
Need somewhere to Live in London - http://freeflats.com

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

cnu.diff

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

Reply via email to