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

[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,

[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

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

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've

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:

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 as

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

[Rife-users] !--V vs. ${v vs. [!V

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 !--V -- 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

Re: [Rife-users] !--V vs. ${v vs. [!V

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 !--V -- and [!V]? I understand the

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: !--V 'MANDATORY:birthDate'--!--/V-- 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

Re: [Rife-users] !--V vs. ${v vs. [!V

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 HTML

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: