Re: [Rife-users] Are Constraints Case-Sensitive?

2006-06-29 Thread Geert Bevin
Hi Tyler, yes this is normal, just like everything in Java, everything in RIFE is case sensitive. Best regards, Geert On 29 Jun 2006, at 03:48, Tyler Pitchford wrote: I ran into an issue where this: addConstraint(new ConstrainedProperty(categoryid).notNull(true).manyToOne

[Rife-users] [Rife-user] Nested value tags

2006-06-29 Thread Andrés González
Hi. In recent post here i read nested value tags are not supported... But in rife-crud-source-1.3M2/src/templates/crud/admin/menu.html i see: span class=[!V 'menu_item_class']menu_item[!/V]a href=\[!V 'EXIT:QUERY:[!V 'exit_prefix'/][!V 'exit_name'/]'/]\!--V 'L10N:menu_item-[!V

Re: [Rife-users] [Rife-user] Nested value tags

2006-06-29 Thread Geert Bevin
hi Andrès, if you look closer at these value tags, they are not really nested. The ones inside the outer tags are actually escaped with a backslash. This means that the tags will be seen as regular text by RIFE and they will not be evaluated. The templates that you're editing here are

[Rife-users] Link from subsite to another subsite

2006-06-29 Thread Lars Grupe
Hi, I have the following main site file (login.xml) site ... globalvar name=termId/ ... globalexit name=termView destid=TERMVIEW/ arrival destid=HOME/ element id=HOME file=elements/login/home.xml url=/home inherits=AUTH_ADMIN flowlink srcexit=dashboard

Re: [Rife-users] Automatic discovery of elements

2006-06-29 Thread Geert Bevin
Hi Steven, I like the ideas that you present here and only have a minor comment. Maybe you're not aware of this, but as for the declarations, you can use a variety of languages to provide the implementations of your elements, as long as they run on the JVM. So maybe we should use another

[Rife-users] Image Within A Submission Bean

2006-06-29 Thread Tyler Pitchford
I cannot seem to get the image data to save to the CMF. The name field of the bean is successfully inserted into the DB, but the image data is definitely not being saved within the CMF. I've included all the important information below. public class CategoryMetaData extends MetaData {