[Rife-users] Browser Detection?

2006-12-08 Thread David HM Spector
Hi, Is there any built in support in RIFE for detection of what browser the user is running? The 2nd stage of my app needs to run on mobile phones.. of course we can have a special URL for a stripped down page that displays correctly on web-enabled phones, etc, but it would be nice to b

Re: [Rife-users] ManyToOne and Rife/CRUD

2006-12-08 Thread Steve Holmes
Well I appreciate your timely responses Geert. I'll try downloading the Source for Rife/CRUD. If I have any time, which is unlikely, I'd be more than happy to help out. I'm using it as admin tools. I wonder what plans others have for using Rife/CRUD? Geert Bevin wrote: > > It's not a trivia

Re: [Rife-users] ManyToOne and Rife/CRUD

2006-12-08 Thread Geert Bevin
It's not a trivial change, sorry :-/ On 08 Dec 2006, at 20:37, Steve Holmes wrote: Darn, that was the impression I got watching the Demo. Would it be tough for me to make changes to the RIFE/CRUD templates? Geert Bevin wrote: Hi Steve, sadly this isn't supported (yet) by RIFE/Crud. A

Re: [Rife-users] ManyToOne and Rife/CRUD

2006-12-08 Thread Steve Holmes
Darn, that was the impression I got watching the Demo. Would it be tough for me to make changes to the RIFE/CRUD templates? Geert Bevin wrote: > > Hi Steve, > > sadly this isn't supported (yet) by RIFE/Crud. A select drop down > list is only generated for an inList constraint, not for a man

Re: [Rife-users] ManyToOne and Rife/CRUD

2006-12-08 Thread Geert Bevin
Hi Steve, sadly this isn't supported (yet) by RIFE/Crud. A select drop down list is only generated for an inList constraint, not for a manyToOne mapping. These are tied together through sub-sections in the RIFE/ Crud administration interface. I have support for manyToOne selects planned, b

Re: [Rife-users] ManyToOne and Rife/CRUD

2006-12-08 Thread Steve Holmes
Anyone have any thoughts on this? Steve Holmes wrote: > > Yes, just like in the demo, I am hoping that on an add or edit City it > will give me the list of Stats (States) as a select drop down. Right now > I'm getting State as a text field that I can enter in anything I want, > even if it does

Re: [Rife-users] RIFE Managed Beans

2006-12-08 Thread Geert Bevin
By that it means RIFE managing a bean when you create a table, not about beans that are managed in their own right and throughout their life-cycle. Beans are nothing special in RIFE, they are the same as regular Java beans. There's nothing you need to know. RIFE allows beans to be a data

[Rife-users] Extending MimeType or using a drop-in replacement

2006-12-08 Thread Joshua Hansen
Hi Geert (and others), I've been working a little with the CMF and I was wondering: is it possible to specify a custom MimeType class? I can't extend it because the constructor is private, and I can't reset the static enum defs (IMAGE_JPEG, IMAGE_PNG, etc) with custom versions for the same r

Re: [Rife-users] RIFE Managed Beans

2006-12-08 Thread Jeremy Whitlock
Geert, The following wiki paged uses "RIFE-managed beans" a couple of times: http://rifers.org/wiki/display/RIFE/Creating+tables Based on what the above wiki entry is about, can you answer the questions I had? Take care, Jeremy On 12/7/06, Geert Bevin <[EMAIL PROTECTED]> wrote: Hi Jeremy