Re: [Rife-users] Embedded element sortable table example

2006-06-15 Thread Geert Bevin
Hey everyone, Frederic started out a great initiative with his sortable table component: http://rifers.org/blogs/fdaoud/2006/6/16/ RifeEmbeddedTableExample While this is a very nice initial step, it would be even cooler to make it as capable as the well known display tag library for JSP:

Re: [Rife-users]

2006-06-15 Thread Geert Bevin
Good clarifications, thanks a lot Steven. On 16 Jun 2006, at 07:36, Steven Grimm wrote: Thanks. The thing that threw me off on that page was the fact that in the "Invisible" and "Regular tags inspired" sections, the "[!" syntax is used in a couple places. I figured it was just to avoid HTM

Re: [Rife-users]

2006-06-15 Thread Steven Grimm
Thanks. The thing that threw me off on that page was the fact that in the "Invisible" and "Regular tags inspired" sections, the "[!" syntax is used in a couple places. I figured it was just to avoid HTML parser confusion but I figured I'd ask and make sure it didn't actually cause different beh

Re: [Rife-users] Validation errors display question

2006-06-15 Thread Geert Bevin
The easiest way is to customize the validation messages and make it empty for the birthdate: http://rifers.org/wiki/display/RIFE/Validation#Validation-4d I'll be looking into removing the mandatory error in this case from within RIFE, since as you say, it makes little sense. Best regards,

Re: [Rife-users]

2006-06-15 Thread Geert Bevin
You can find an overview here: http://rifers.org/wiki/display/RIFE/Alternative+tag+syntax On 16 Jun 2006, at 01:54, Steven Grimm wrote: I've looked in the docs for something about this, but I don't see anything. What is the difference, if any, between "" and "[!V]"? I understand the former c

Re: [Rife-users]

2006-06-15 Thread xf2697
Hi Steve, Here is the news item that was posted concerning additional template syntaxes: http://www.rifers.org/blogs/gbevin/2006/3/2/rife_1_4_released#1_4_highlight02 Now, from what I understand, is the original syntax, with [! /] being, as you said, to avoid conflict in attributes. It's also m

[Rife-users]

2006-06-15 Thread Steven Grimm
I've looked in the docs for something about this, but I don't see anything. What is the difference, if any, between "" and "[!V]"? I understand the former can be replaced with "${v}" (and I prefer that syntax) but some of the examples I've run across seem to continue to use the "[!" syntax in h

[Rife-users] Validation errors display question

2006-06-15 Thread apdewith
Hi, Now that I have started to use the validation, I have a practical validation question: code snippet: addConstraint( new ConstrainedProperty( "birthDate" ) .notNull(true) .notEmpty(true) .format( mInputDateFormat ) ); template

Re: [Rife-users] Embedded element sortable table example

2006-06-15 Thread Geert Bevin
Hi Frederic, Geert, I've registered in blogs as fdaoud. I activated your blog on rifers.org: http://rifers.org/blogs/fdaoud This will only show your personal entries as soon as you've added one. Your RSS feed is: http://rifers.org/blogs/feeds/rss/entry/fdaoud Let me know what you'd like me

Re: [Rife-users] Embedded element sortable table example

2006-06-15 Thread xf2697
> Wow, Frederic, very nice. Thanks a lot for having taken the > trouble to write this out! > Very good work, Frederic. This must be one of the best RIFE Wiki > entry to date :-) Gentlemen, thanks for the kind words :-) Truly it's my pleasure to contribute! Geert, I've registered in blogs

Re: [Rife-users] Embedded element sortable table example

2006-06-15 Thread Eddy Young
On 15 Jun 2006, at 16:14, [EMAIL PROTECTED] wrote: I've added "Using an embedded element to implement a sortable table" example to the wiki: http://rifers.org/wiki/display/RIFE/TableElementExample I've added a link to it from the "Embedded elements" section: http://rifers.org/wiki/display/RIF

Re: [Rife-users] RIFE-270 change

2006-06-15 Thread Eddy Young
On 15 Jun 2006, at 16:54, Geert Bevin wrote: Hi Eddy, thanks a lot for implementing this! The implementation itself looks solid and you located the correct areas in the repository where to make the changes. I looked at it and have some remarks: * you forgot to include some files in the pat

Re: [Rife-users] Embedded element sortable table example

2006-06-15 Thread Geert Bevin
Frederic, would you mind registering on http://rifers.org/blogs and telling me? I'll give you blogger permissions and then you can write a short entry about this excellent tutorial. Make sure to register your RSS feed (http://rifers.org/blogs/feeds/rss/entry/yourlogin) on javalogs.com thoug

Re: [Rife-users] Embedded element sortable table example

2006-06-15 Thread Geert Bevin
Wow, Frederic, very nice. Thanks a lot for having taken the trouble to write this out! On 15 Jun 2006, at 17:14, [EMAIL PROTECTED] wrote: I've added "Using an embedded element to implement a sortable table" example to the wiki: http://rifers.org/wiki/display/RIFE/TableElementExample I'v

Re: [Rife-users] RIFE-270 change

2006-06-15 Thread Geert Bevin
Hi Eddy, thanks a lot for implementing this! The implementation itself looks solid and you located the correct areas in the repository where to make the changes. I looked at it and have some remarks: * you forgot to include some files in the patch (mostly exceptions, check with svn status,

[Rife-users] RIFE-270 change

2006-06-15 Thread Eddy Young
All, I have implemented the enhancement logged under bug RIFE-270 in JIRA. Grateful if any could include the proposed patch in their copy of RIFE source and run the unit tests. This would remove the burden from Geert and allow us to address more issues/requests. I am waiting for feedback bef

[Rife-users] Embedded element sortable table example

2006-06-15 Thread xf2697
I've added "Using an embedded element to implement a sortable table" example to the wiki: http://rifers.org/wiki/display/RIFE/TableElementExample I've added a link to it from the "Embedded elements" section: http://rifers.org/wiki/display/RIFE/Embedded+elements Any comments, suggestions, correc

Re: [Rife-users] array/multiple beans from form submission

2006-06-15 Thread Eddy Young
Emmanuel Okyere wrote: [snipped] You are pretty much on the money with what the discussion is about; it's not possible to 'generate' a form in the manner you mention here, but you can sort of 'simulate' that; what I am doing on the petstore app for instance, requires that every cart item be sho