Hi, I am not getting the generic user source option in the Login Manager Add form. Neither am I getting the login method options. I am trying to use Login Manager with SQL. Is it a problem with the ZPatterns plugin kind. Please help me out. I am using the following Product setup: ZPatterns-0-4-0a5 LoginManager-0-8-7a1 The sql and dtml methods are setup in the acl_users(Login Manager). But I am encountering a problem using Login Manager with SQL. Bye, With Love, A.R.Karthick
Hi, Try printing, <dtml-var action_text> and <dtml-var "REQUEST['action_text']"> Should work, Bye, A.R.Karthick
I've got a case like this:
<dtml-in get_action_text> <dtml-if expr="action_text=='WIPE_OUT_THIS_VALUE'"> <dtml-call "REQUEST.set('action_text','atest')"> <dtml-call "REQUEST.set('zction_text','ztest')"> action_text is <dtml-var action_text>, zction_text is <dtml-var zction_text> </dtml-if>
Here is what shows up for the values when the above is run:
action_text is WIPE_OUT_THIS_VALUE, zction_text is ztest
Why can I not set the 'action_text'?
It really seems like there must be something really obviously stupid in what I am doing, but I just can't see it.
Are there cases where a REQUEST.set will have no effect on a dtml-var?
Regards,
JJ
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
karthick ramanarayanan