Hello,
I have designed a web-based GUI (part of my web app) that can be used to
add users/roles, delete users/roles, and reset passwords. I have a basic
servlet that does all of the processing. The underlying logic is really
"PropertyScript", which is supplied with JRun. I collect form data and use
that data to create a text based script file which is then passed as an
argument to a PropertScript object from within my servlet. It works well. I
have problem with updating user/role information. Basically, I would like to
have a screen that allows you to lookup a username and display that
username's current role information. This will populate a dynamic HTML form
which should allow you to remove a role from that user or add that user to
another role. The problem is that there is no "key lookup" directive for
PropertyScript that will allow me to retrieve role information for a random
user.
Does anyone have any suggestions??
Thanks in advance,
Victor
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists