Hi,

The docs define scope as part "of namespace that should be exposed by this 
servlet."  I'm wondering the scope could be assigned dynamically, on a 
per-user basis, creating, in essence, a "home directory" for the user.

Another question, is it possible to get to the current scope value via a 
taglib bean.  I need this info for retrieving the node for the currently 
running servlet.  At the moment, I have the scope hardcoded into the code:

             org.apache.slide.taglib.bean.NodeBean servletNodeBean = 
namespaceBean.getNode("/files"+request.getServletPath(), true);

but I'd like to know if there is a way to retrieve this value programmatically.

Thanks
Dmitry


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

Reply via email to