Hi there everyone, First of all hello and thanks to all who have worked to create turbine.
I recently discovered turbine whilst looking for a framework to use for a little project and must say that I like it a lot. So far all has gone well and I'm slowly getting the hang of things. However, I've come accross something that which I can't figure out. It is not a feature that I require for my project however it just seems strange that it doesn't work and I thought maybe someone could enlighten me a little. (I have only found one posting with a similar question but no answers: http://www.mail-archive.com/[email protected]/msg00640.html ) Anyway whats bothering me is: Why doesn't the TurbineSecurity.renamexxxxx functionality work. Or am I just doing something wrong: .... Role role = TurbineSecurity.getRole(data.getParameters().getString("oldname")); TurbineSecurity.renameRole(role,data.getParameters().getString("newname")); ... I don't really think I'll need to be renaming Roles once I've deployed my turbine webapp but, it would still be cool if someone had some insights on this problem. BR, and thanks in advance, christopher campbell P.S. I'm using tdk2.1 from jakarata.apache.org and I've also tried it with jakarta-turbine-2 from cvs. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
