In my case, it seems that the screen classes corresponding to the velocity templates 
are not being called when they are in subdirectories. They work fine when they are in 
their root directories.
 
For example:
 
in templates/.../screens/:
    index.vm
     admin/
           add.vm
 
in classes/.../screens/:
     index.java
     admin/
          add.java
 
index.java was executed before index.vm but add.java was not when add.vm was called 
(through $link.setPage("admin,add.vm"))
I assumed it should work this way. The layout and navigation parts worked fine.
 
Is there anything I missed?
 
Thanks!

                
---------------------------------
Do you Yahoo!?
vote.yahoo.com - Register online to vote today!

Reply via email to