Re: Fixing theme inheritance

2007-10-23 Thread Ian Roughley
I have spend some time thinking about this problem - especially when I was working on the ajax code - but I can't come up with a good solution (or maybe its just I haven't thought about it enough). The problem is the bigger picture, and as I see it, is that you may want to re-use an entire par

Re: Fixing theme inheritance

2007-10-23 Thread Ted Husted
The problem seems to be that we need a volunteer who is eager to work on this feature. The patch was a start, but only a start, and the comments indicate that there is still a lot of work to do. -Ted. On 10/19/07, Aymeric Levaux <[EMAIL PROTECTED]> wrote: > Hi, > > At this time there is no way to

Fixing theme inheritance

2007-10-19 Thread Aymeric Levaux
Hi, At this time there is no way to extend a theme in a good way. See https://issues.apache.org/struts/browse/WW-1328 It would be great to have this issue fixed for 2.1 as there is already a patch which looks good and this fix would allow much more possibilities for plugin development. -- Ay