Re: [Rife-users] Problem with templates

2006-05-19 Thread Geert Bevin
Hi Laki, your problem lies in the fact that as soon as you set one template as the content of the value of another template, it is evaluated and turned into a string. So when you generate the form against the template, it has no effect at all for the final output since the string represen

[Rife-users] CRUD and Table Creation

2006-05-19 Thread JohnT
Hello all. The RIFE/Crud Getting started page (http://rifers.org/wiki/display/RIFECRUD/Getting+started) states: "...[Automatic table creation] is not mandatory and that RIFE's persistence layer can map the properties to existing tables." How do you do that? If I take out the CreateCrudStructur

[Rife-users] Problem with templates

2006-05-19 Thread Laki roganovic
Hello, I would like to have a page skeleton (with left-side menu and banner) which will be used by all my pages. So i made a template like this : "http://www.w3.org/TR/html4/strict.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> left_nav content

Re: [Rife-users] RIFE 1.5 Milestone 1 available

2006-05-19 Thread Geert Bevin
Hi Lars, is there any way you can extract that problem so that I can try it out? In our apps the authentication works as before without problems. If you can't extract it, you might also package up your app itself and send it to me in private. I'll just use it to duplicate the problem and

RE: [Rife-users] RIFE 1.5 Milestone 1 available

2006-05-19 Thread Lars Grupe
Hi Geert, I replaced the 1.4 rife.jar with the milestone1 (1.5) rife.jar (JDK 1.5). Now I have a problem on at least one page. Every submission that I call yields me to my login page. If I does nothing else than replacing the rife.jar with the older version (1.4), the page is working fine. Any Id

Re: [Rife-users] crud custom elements

2006-05-19 Thread henk
Ok. I have two tables : Band and Musician. A Band contains different Musicians and a Musician can play in different Bands. So I need an interface for editing a Band in which I can choose from the list of available Musicians (e.g. a html SELECT MULTIPLE), the ones that play in this Band. It