Hi all:
I have to issues in a simple virtual mail user and alias management
application that I'm developing.
1. I had to build a new input-presentation class to allow me to make
read-only or disable an input field. I've seen a thread here about
that issue and I've followed the solution by Leslie (http://
groups.google.com/group/weblocks/msg/d63f9bf794ada2ec) so I made a new
class called enhanced-input-presentation and a specialized method
render-view-field-value for that class. I've to say that it have been
easy to do (thanks to Leslie). My next problem is that I need this to
make an input field disabled when modifying and enabled when adding.
I'm using a gridedit widget and a scaffolded form-view for editing.
2. I have created a new store for managing the virtual mail user and
alias database. But I did not found an example about where I should
call commit-transaction. I need that for commiting changes to the mail
services (postfix, saslauthd, courier-authd), maybe on-delete-items-
completed and on-add-item-completed?
BTW, thanks to all the people involved in this great project.
Greets and thanks in advance.