Joe Germuska wrote:
> Thanks for speaking up! That said, the code we're talking about is in a
different package (org.apache.tiles rather than org.apache.struts.tiles)
so your project could maintain its dependency on the original Struts Tiles
code and make a reasoned decision about how and when to
Hi list!
As I promised here is my suggestion...
In Dimensions I had to use a workaround for a missing feature. In order to
resolve inheritances and overriding definitions between multiple
definition files, i need to follow these steps:
1) Find the "leaf" definition file;
2) build the path from this
Whooops a missing step!
>
>1) Find the "leaf" definition file;
>2) If it is already loaded, finish.
>3) Create an empty definitions set;
>4) put all missing definitions loaded into the definitions set;
>5) find the parent definition file;
>6) if it is already loaded, put all missing definitions (b
On Oct 7, 2005, at 4:00 AM, <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]> wrote:
1) Find the "leaf" definition file;
2) If it is already loaded, finish.
3) Create an empty definitions set;
4) put all missing definitions loaded into the definitions set;
5) find the parent definition file;
6) if it
On Oct 6, 2005, at 3:20 PM, Cedric Dumoulin wrote:
But be care, there is some not so often used API that are used by
some companies. I hope these APIs will remain. I think of :
- the possibility to provide another implementation for tiles
factory (use of a DB ...)
- the i18n mechanism to
Author: husted
Date: Fri Oct 7 16:03:16 2005
New Revision: 307214
URL: http://svn.apache.org/viewcvs?rev=307214&view=rev
Log:
OVR-12
OVR-21
* Add FieldContext factory method, so that Tables can add a "lazy" context
entry when strict is false.
* Loosen protection on list_criteria so a composite
Author: husted
Date: Fri Oct 7 17:46:17 2005
New Revision: 307229
URL: http://svn.apache.org/viewcvs?rev=307229&view=rev
Log:
OVR-5
* Update for NUnitAsp 1.5.1
* Adjust namespace references
Modified:
struts/sandbox/trunk/overdrive/PhoneBook/Test/Forms/DirectoryTest.cs
struts/sandbox/trun