What I would like to do is, depending on the language code, direct the
template to load from a different directory.  For example,  if I have
one screen "Sample".  I would like to put the templates in:

/en/Sample.vm
/es/Sample.vm
/cn/Sample.vm, etc...

Therefore, when the URL points to /template/Sample.vm, I would like to
determine from the parameter request the template to load is actually
/(language code)/Sample.vm.

I know I can set the template in the screens/Sample.java.  However, I
don't want to do this for each screen since it'll be tedious.

Any hint on how I can accomplish this?

Thanks,

Will


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to