John Thorhauer wrote:
> 
> I am trying to make my own sessionValidator for my app and am trying to check
> and make sure that if there is no screen currently assigned that the app
> assigns the default screen.  The problem that I am running into is that
The template service will use the default.screen specified in TR.props, if no
other choices match.  The template service is invoked after the
sessionvalidator, so the screen will not be set.  This is normal behavior if you
are using the template service.


> data.hasScreen() is returning false and data.getScreen is not returning
> anything even though turbine IS executing the .class file that is associated
> with the screen.
> 
> So I guess my question is this:
> Should data.hasScreen() return true when turbine is able to execute
> /screen/MyFile.class file for the template /screen/MyFile.wm?  If it should
> then could it be a setup issue on my side or should I look to the turbine code?
> 
> Is anyone else having problems like this?  Any ideas?
> 
> John
> --
> ********************************
> ** John Thorhauer
> ** [EMAIL PROTECTED]
> ** take a look at:
> **  http://tambora.zenplex.org
> **  http://www.zenplex.org
> **  http://www.zenplex.com
> ********************************
> 
> ------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]


------------------------------------------------------------
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