Re: [Rife-users] signature issues

2005-11-15 Thread Geert Bevin
May I ask a name attribute for project element in build.xml? Done. Best regards, Geert -- Geert Bevin Uwyn bvba Use what you need Avenue de Scailmont 34 http://www.uwyn.com 7170 Manage, Belgium gbevin[remove] at uwyn dot comTel +32 64 84

Re: [Rife-users] RIFE Authentication

2005-11-15 Thread Emmanuel Okyere
Geert, I am trying to use the logout function of the authentication module. The logout element is defined as: element id=Logout url=logout extends=rife/logout/passthrough/database.xml property name=datasourcedatasource/property property

Re: [Rife-users] RIFE Authentication

2005-11-15 Thread Geert Bevin
I think these errors call for an addition to the property retrieval methods: public T T getPropertyTyped(String name, ClassT type) Which will ensure that the property is in a certain type and throw a meaningful exception if it isn't. On 15-nov-05, at 17:08, Geert Bevin wrote: Hi

Re: [Rife-users] Using globalvar as session variable declaration

2005-11-15 Thread Emmanuel Okyere
You can also follow this thread: http://www.uwyn.com/pipermail/rife-users/2005-November/001339.html , which details help i've received from Geert on the authentication module emmanuel On 11/15/05, Emmanuel Okyere [EMAIL PROTECTED] wrote: What would you call a customized mechanism here? The

Re: [Rife-users] Using globalvar as session variable declaration

2005-11-15 Thread Eddy Young
Quoting Emmanuel Okyere [EMAIL PROTECTED]: What would you call a customized mechanism here? The authentication module works beautifully, and allows you to just snap it in/out of your app as you please. I will be glad to lead you through the authentication module, as you are probably facing

[Rife-users] extends and inherits

2005-11-15 Thread Eddy Young
Can anyone please explain the reason behind having both extends and inherits? These two attributes seem to serve the same purpose. Thanks, Eddy - This mail sent through IMP: http://horde.org/imp/ ___

Re: [Rife-users] extends and inherits

2005-11-15 Thread Geert Bevin
Hi Eddy, I'm not sure that will make enough sense, I'll clarify JR's statement a bit. RIFE splits up your site structure in two distinct parts: * declaration * implementation Declaration is the whole site structure itself and implementation is the Java code (or Groovy, Pnuts, Janino, ...)