[Rife-users] Passing Data Between Elements

2007-04-02 Thread Jeremy Whitlock
Hi All, I have an application where I want to have an element called DatabaseBrowser. This element will display all tables of a given database. Each displayed table will be a link to the DatabaseBrowser with a parameter called tableId. Here is how it will work: If the tableId is not

[Rife-users] Difference processElement and doSomething()

2007-04-02 Thread Mork Ork
Hello, i have got a registration html page. On the first hit, i would like to print out the empty template, i do that with the processElement method. If an submission (register) occurs, i would like to handle it, i do that with doSubmissionName(). This works. Is it the intended way? Another