Re: Struts Shale

2004-10-28 Thread gvanmatre
> On Thu, 28 Oct 2004 07:08:40 -0400, Ted Husted wrote: > > On Tue, 26 Oct 2004 12:50:05 -0700, Craig McClanahan wrote: > > > My personal itch is to not have to build everything from scratch -- > > > its to build on the JSF request processing lifecycle, without > > > committing you to any part

Re: "Use Cases" Example Webapp for the Shale proposal

2005-01-04 Thread gvanmatre
> Thanks for the insight. I have been working with Struts since your > beginning in the 2nd half of 2000. I aggree with your technology > assessment and just concentrate on getting the job done. > > BaTien > DBGROUPS I agree. Thank you for sharing! I really like the automatic mapping of a

Re: Coupling, Struts and JSF

2005-01-05 Thread gvanmatre
-- Original message -- > I believe the use case is not about going from A to B. It's about going to A > and > then submitting data from A. The design of Struts 1.x encourages us to use > one > mapping to display a form and another to submit a form. (There may or may no

Re: Coupling, Struts and JSF

2005-01-05 Thread gvanmatre
-- Original message -- > I believe the use case is not about going from A to B. It's about going to A > and > then submitting data from A. The design of Struts 1.x encourages us to use > one > mapping to display a form and another to submit a form. (There may or may no

Re: WML RenderKit (was RE: Adding mobile tags to Struts Faces)

2005-01-21 Thread gvanmatre
I guess that this is slightly off the subject but I’ve noticed that many of the features that Shale promises to offer are related to infrastructure. I would like to present an idea to see if there is any interest. It is something that I’ve been playing with. I wish I could say that it was ori

RE: WML RenderKit (was RE: Adding mobile tags to Struts Faces)

2005-01-21 Thread gvanmatre
Matthias, It is similar and I will add that I own a copy of the book and have read it cover to cover. It’s certainly, not an original idea. It's also similar to something built on struts 1.x (http://www.sos.state.co.us/dtd/struts-extension.dtd). Because the xml files are digested on startup,

Re: [shale] Please provide more information concerning DialogController interface

2005-01-21 Thread gvanmatre
> Implementing DialogController doesn't add much value yet, but it will > over time as Shale adds more behavior for you. For example, an > earlier thread today inspired the thinking of a solution to the > "having to know your own attribute key" problem: > > * Add the following to DialogController

Shale subview component XML composition extension

2005-02-26 Thread GVANMATRE
I would like to start a discussion on a Shale subview component extension. Currently, The shale subview jsf component provides a post-back method to the prerender method on the ViewController. The id attribute of the component is assumed as the managed bean name. This method would be very usef

Re: [Shale] usecases app

2005-03-12 Thread gvanmatre
-- Original message -- > Hi, > > I am just starting to play with Shale framework by > building some simple JSF/Shale web apps. > > The ViewController interfaces is very nice and the its default > implemention (both in *core* framework) also! > > I looked at BaseVie

[Shale] subview component XML composition extension

2005-03-12 Thread gvanmatre
This would be the second attempt but I would like to start a discussion on a Shale subview component extension. Currently, The shale subview jsf component provides a post-back method to the prerender method on the ViewController. The id attribute of the component is assumed as the managed bean

Re: [Shale] subview component XML composition extension

2005-03-12 Thread gvanmatre
> I think this is all good stuff, but I'd rather see integration with > Tiles instead of reinventing Tiles. Tiles has already covered some of > this ground and I see no reason for us to follow. I would also like to see tiles integrated. You really have some interesting points about Tiles an

Re: [Shale] subview component XML composition extension

2005-03-13 Thread gvanmatre
> Mike Kienenberger wrote: > I haven't used JSF enough to see if it fits the same pattern, but the > component-based frameworks I've used in the past have always made Tiles > unnecessary. Components are "tiles". I think that many might prefer using a component XML base technique for page com

Re: [Shale] subview component XML composition extension

2005-03-13 Thread gvanmatre
> David Geary Wrote: > Perhaps, but assuming we want the same functionality that Tiles > currently provides, such as XML tile definitions, tile inheritance, > role-based tiles, controllers, etc., you're going to have to reinvent > it unless you leverage Tiles somehow. You can have layout compone

Re: [Shale] subview component XML composition extension

2005-03-13 Thread gvanmatre
> Ah, okay, I see. This capability, which essentially lets you plug > component attributes (including managed bean properties) into > components at runtime, is more fine-grained than Tiles and is certainly > JSF-specific. In fact, a while back, I had a client ask for something > like this: they

Re: [Shale] Enhancement to the Shale subview tag library component.

2005-03-20 Thread gvanmatre
> Craig wrote: >Hi Gary ... sorry it took so long for me to get to this. I've been on the road >WAY too much lately, and the "day job" work doesn't stop piling up just because >I'm travelling :-). >I've got several thoughts to share about this proposal, with numbered bullet >points in the comment

Re: Config inheritance

2005-03-30 Thread gvanmatre
> In a lot of cases, we do have null values. In most (if not all) of > those cases, a null value is used to test for the presence of a value > and affects behavior. For instance, let's take the "attribute" > property for an action mapping. > > > > > /sub can't be configured to stop using "cus

Re: Config inheritance

2005-03-30 Thread gvanmatre
> > In a lot of cases, we do have null values. In most (if not all) of > > those cases, a null value is used to test for the presence of a value > > and affects behavior. For instance, let's take the "attribute" > > property for an action mapping. > > > > > > > > > > /sub can't be configured

[Shale] Clay ViewHandler discussion

2005-04-26 Thread gvanmatre
I wanted to try to start a discussion on the topic of creating a custom ViewHandler for the Clay component that would allow entire HTML documents to act as a template/ layout manager (Tapestry like support). Currently the clay plug-in allows defining fragments of the JSP page in a HTML fragmen

[Shale] Clay ViewHandler discussion

2005-04-26 Thread gvanmatre
Sorry for the double post <> this time I wanted to try to start a discussion on the topic of creating a custom ViewHandler for the Clay component that would allow entire HTML documents to act as a template/ layout manager (Tapestry like support). Currently the clay plug-in allows defining fra

Re: [Struts Wiki] Update of "StrutsShale" by CraigMcClanahan

2005-05-02 Thread gvanmatre
Criag, > If you'd like to see what an application user has to do to leverage > the "dialog" facility of Shale (similar in spirit to Spring WebFlow, > but customized for tight integration with JSF), see the package > documentation for the "org.apache.shale.usecases.profile" package in > the Shale U

Re: [Shale] Questions and suggestion to Clay

2005-05-17 Thread gvanmatre
Manfred, Thanks for the questions and for the help with patches too. > Some questions and suggestions that may need further discussion: > > - Is there a reason why validators and converters (actionListeners and > valueChangeListeners too?) are not inherited by elements and extending > comp

Re: [shale] Dialog question

2005-05-17 Thread gvanmatre
Hi Sean, I'm not Criag but had some thoughts. > Craig, > > Great job on the new dialog stuff! Also I like the nightly builds of > the usecases app because it allows users to check out what you're up > to without hassling with Ant, etc. I agree! The actions between pages seem to be like Stru

Re: [shale] Dialog question

2005-05-18 Thread gvanmatre
> Actually I am thinking more along the lines of a filter. The probelm > is that I need a way to let the NavigationHandler take over for an > *original* request. > The FacesContext would be avaiable in a registered preprocess or postprocess chain command. Maybe a pre or post command could a

Re: [Shale] Questions and suggestion to Clay

2005-05-19 Thread gvanmatre
Manfred > >> - Is there a reason why validators and converters (actionListeners and > >> valueChangeListeners too?) are not inherited by elements and extending > >> components? > > > > The significance of the name is only for enumeration. I took this approach > > rather than adding another at

Re: [Shale] Questions and suggestion to Clay

2005-05-21 Thread gvanmatre
Manfred, > > >> - Is there a reason why validators and converters (actionListeners and > >> valueChangeListeners too?) are not inherited by elements and extending > >> components? > > > > The significance of the name is only for enumeration. I took this approach > > rather than adding anothe

Re: [Shale] Questions and suggestion to Clay

2005-05-23 Thread gvanmatre
Manfred > - Is there a reason why validators and converters (actionListeners and > valueChangeListeners too?) are not inherited by elements and extending > components? > > Good that you have found the problem. > > - There is a problem with properties. A component is possibly

Re: [shale] Dialog question

2005-05-23 Thread gvanmatre
Sean, > > The FacesContext would be avaiable in a registered preprocess or postprocess > > chain command. > > Maybe a pre or post command could add a default Status to session scope, > > mocking the DialogNavigation.getStatus(). > > This might simulate being engaged in a dialog. I believe tha

Re: [shale] Tiles + Shale

2005-05-24 Thread gvanmatre
> Am I correct in assuming that Tiles is currently not supported with > Shale? MyFaces has Tiles support but it requires a custom view > handler. I know progress has been made on subview's in Shale but it > seems as it stands now, I have to choose between Shale and Tiles > because Shale also requ

Re: [shale] Tiles + Shale

2005-05-24 Thread gvanmatre
> Well that's certainly good news. I know he's been talking about it > for a while so I'll believe it when I see it ;-) (jk) He gave a demo of it at NFJS. > > IMO this would be a *major* feature for Shale. That's how I ended up > getting involved in the MyFaces project b/c they had a Tiles so

Re: [shale] Tiles + Shale

2005-05-24 Thread gvanmatre
> Speaking of Shale, David Geary and tree2 ... > > David and I talked a while back about how it would be cool if we could > use Shale to make some of the MyFaces components (like tree2), AJAX > enabled. > > That seems a little ways down the line but that would be cool indeed. Let's go for

Re: [shale] Dialog question

2005-05-24 Thread gvanmatre
> Actually it turns out that FacesContext is *not* available in the > postprocess command. While I enjoyed the "learning experience" of how > to set up my own precprocess and postprocess commands, I discovered I > could not do what I wanted. > > I checked the MyFaces implementation and verifie

Re: [shale] Dialog question

2005-05-24 Thread gvanmatre
> On 5/24/05, [EMAIL PROTECTED] wrote: > > > Actually it turns out that FacesContext is *not* available in the > > > postprocess command. While I enjoyed the "learning experience" of how > > > to set up my own precprocess and postprocess commands, I discovered I > > > could not do what I wanted

Re: [Shale] Questions and suggestion to Clay

2005-05-25 Thread gvanmatre
Manfred, >> A simpler solution might be to let an extending meta component or element >> override the component type. This way we could morph a outputText into an >> inputText. >> >> >> >> >> >> This would give us the same flexibility but still make sure that the meta >> component is associated

svn commit: r391884 - in /struts/shale/trunk/core-library/src: conf/ java/org/apache/shale/component/ java/org/apache/shale/faces/ java/org/apache/shale/renderer/ java/org/apache/shale/view/faces/

2006-04-05 Thread gvanmatre
Author: gvanmatre Date: Wed Apr 5 19:46:34 2006 New Revision: 391884 URL: http://svn.apache.org/viewcvs?rev=391884&view=rev Log: Fix for bugs 37932, 39171 and 39156 reported by Mark Shifman and Paul Devine. Added: struts/shale/trunk/core-library/src/java/org/apache/shale/f

svn commit: r393130 [2/2] - in /struts/shale/trunk: ./ build/ clay-plugin/src/test/org/apache/shale/clay/config/ core-library/ core-library/src/conf/ core-library/src/java/org/apache/shale/component/

2006-04-10 Thread gvanmatre
Modified: struts/shale/trunk/core-library/src/test/org/apache/shale/validator/CommonsValidatorTestCase.java URL: http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/src/test/org/apache/shale/validator/CommonsValidatorTestCase.java?rev=393130&r1=393129&r2=393130&view=diff ===

svn commit: r394828 - /struts/shale/trunk/core-library/src/java/org/apache/shale/faces/ValidatorRenderKit.java

2006-04-17 Thread gvanmatre
Author: gvanmatre Date: Mon Apr 17 20:19:46 2006 New Revision: 394828 URL: http://svn.apache.org/viewcvs?rev=394828&view=rev Log: Fix for bug 39294 reported by Simon Matic Langford. I narrowed the scope from the general category of renderer's in command family to the Link and Button

Re: Shale Mailing Lists

2005-07-05 Thread gvanmatre
Nope. Shale discussion is on the Struts user and developer mailing lists. However, you might prefix the subject with [Shale] for curiously of those wanting to filter based on subproject. Gary --- Begin Message --- Are there mailing lists specifically for Shale? Jeremy --- End Message ---

Re: [shale] Rolodex example

2005-07-07 Thread gvanmatre
Hi Wendy, > There's a small problem with the Banister's Custom Wrough[t] Iron entry in > the Rolodex example. Clicking on that entry doesn't do anything, which I > think has to do with the apostrophe in the name making the single quotes > unbalanced: > > onclick="document.forms['_id0']['_id0:

Re: [shale] Rolodex example

2005-07-07 Thread gvanmatre
> From: <[EMAIL PROTECTED]> > > > > I created a bugzilla ticket yesterday with this patch included: > > http://issues.apache.org/bugzilla/show_bug.cgi?id=35639 > > > > Sorry! I got as far as making sure the issue was still present in the > source code, but didn't check Bugzilla. [The 'Known Issu

Re: [shale] [clay] Problem with updating model

2005-07-12 Thread gvanmatre
Hi Sergey, >I have got a problem with updating model when clay based component is used. >As a test case I have two pages. On the first page I ask for name. Then, on >the >second page, I print it. > >When I have on the first page: > > > > > >Everything works properly. However, whe

Re: [shale] Rolodex example

2005-07-18 Thread gvanmatre
> The Rolodex example (7/18 nightly) is preserving all the field values as you > change tabs. For example, if you're viewing 'Frank Allen' and you click the > 'Q-Z' tab, you see that tab, with no contacts listed, yet all of the fields > are filled in with Frank's info. > > It looks even stranger i

Re: [Shale] Using Standalone Tiles

2005-07-19 Thread gvanmatre
> Le 05-07-18 à 20:05, Craig McClanahan a écrit : > > > David (and others interested in Tiles+JSF), > > > > While you are testing the new-and-improved standalone tiles-core.jar, > > I thought I'd report on a particular use case that worked for me, that > > you might want to consider as well ... yo

Re: [shale][clay] Component attributes overriding. Proposals

2005-07-22 Thread gvanmatre
> INTRODUCTION > > Clay has a simple mechanism for component extending. The component can > inherit and override the attributes of the "super-components" (analog to > super-classes). For example, > > > > > > > > > > > > > > > > > > >

Re: [shale][clay] Component attributes overriding. Proposals

2005-07-23 Thread gvanmatre
> > > [snip] > > > > PROBLEMS > > > > [snip] > > > > ### 3. ### Undesirable overriding. > > > > As I mentioned above, in case of > > > > the 'value' is passed to the component overriding the 'value' in the > > component declaration. > > > > Scenario: > > web designer has created a m

Re: [shale][clay] Component attributes overriding. Proposals

2005-07-23 Thread gvanmatre
> > > [snip] > > I would prefer to see the html attributes always override the xml > > definitions. > I say that because it favors the web designer > > instead of the developer. > > However, this new proposed attribute (allowOverriding="false") would give > > the > developer the final decis

Re: [shale][clay] Component attributes overriding. Proposals

2005-07-24 Thread gvanmatre
> > Re: [shale][clay] Component attributes overriding. Proposals > > >>> [snip] > >>> I would prefer to see the html attributes always override the xml > >>> definitions. I say that because it favors the web designer > >>> instead of the developer. > >>> However, this new proposed attribute

RE: [shale] shale-usecases & WAS

2005-07-27 Thread gvanmatre
> In the clay-config.xml, it references > http://jakarta.apache.org/struts/dtds/clay-config_1_1.dtd in the header. In > the > dialog-config.xml, it references > http://struts.apache.org/dtds/shale-dialog-config-1_0.dtd in the header. > These > dtd are not present at those locations. Are th

Re: [shale][clay] Updating clay config file on the fly

2005-07-27 Thread gvanmatre
Sergey, > Now, I have to restart my servlet container each time I have even small > changes in the clay configuration file. I have not to do it for java > classes, bundles, jsps. Development the UI with Clay might be much more > faster if clay config file will be updated on the fly. > Does any

Re: [shale][clay] Updating clay config file on the fly

2005-07-28 Thread gvanmatre
> On 7/27/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Sergey, > > > > > Now, I have to restart my servlet container each time I have even small > > > changes in the clay configuration file. I have not to do it for java > > > classes, bundles, jsps. Development the UI with Clay might be mu

Re: [shale][clay] Updating clay config file on the fly

2005-07-28 Thread gvanmatre
> On 7/28/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > Now that would be cool. I think we would have to load all clay config > > files > to resolve the inheritance dependencies but that would be way slick. > > > > Yep, you'd need to reload the whole set. Plus, do it in a way that

Re: [shale] minimal config for viewcontrollers to work

2005-07-28 Thread gvanmatre
> Hello > > I imagine this is a stupid question, but I've configured all the bits > i can see that would need configuring to have my viewcontroller > implementing classes running their init and destory methods at the > relevant times. > > I've configured the Filter, Chain listener, the viewhander

Re: [shale][clay] Updating clay config file on the fly

2005-07-28 Thread gvanmatre
> On Jul 28, 2005, at 11:51 AM, David Geary wrote: > > I'll try to take a look next week to see what it'd take, but in the > > meantime if > > someone implements it out from under me, I won't feel bad. 8-) > > It looks like everything needed to load a DefinitionsFactory is > available in Definit

Re: [shale] minimal config for viewcontrollers to work

2005-07-28 Thread gvanmatre
> Thanks gary.. > > So having 2 backing beans used in 1 jsp looks less straight forward, > but i guess workable.. > The shale view controller to a managed bean is a one to one with a view id but there is nothing to stop you from creating as many managed beans as you wish. From the view contr

Re: [shale][clay] Updating clay config file on the fly

2005-07-28 Thread gvanmatre
> On Jul 28, 2005, at 3:54 PM, [EMAIL PROTECTED] wrote: > >> 1) How to trigger a reload()? Via a request to the servlet or some > >> kind of API call, or a process that is "watching" the config files. > >> Could maybe work like JSP, when you ask for a definition, the factory > >> will look to see

Re: [shale][clay] Updating clay config file on the fly

2005-07-28 Thread gvanmatre
> On Jul 28, 2005, at 4:45 PM, [EMAIL PROTECTED] wrote: > >> The JSP-like approach would be more intrusive. The DefinitionsFactory > >> would have to store the modified date of a definition and the > >> getDefinition() method would have to check the date against the date > >> of > >> the file and

svn commit: r234423 - /struts/shale/trunk/build.properties.sample

2005-08-22 Thread gvanmatre
Author: gvanmatre Date: Sun Aug 21 20:27:13 2005 New Revision: 234423 URL: http://svn.apache.org/viewcvs?rev=234423&view=rev Log: Testing out svn Modified: struts/shale/trunk/build.properties.sample Modified: struts/shale/trunk/build.properties.sample URL: http://svn.apache.org/vie

svn commit: r239992 - in /struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay: ./ component/ component/chain/ faces/ parser/builder/ utils/

2005-08-24 Thread gvanmatre
Author: gvanmatre Date: Wed Aug 24 21:44:52 2005 New Revision: 239992 URL: http://svn.apache.org/viewcvs?rev=239992&view=rev Log: Bug#: 35212 - Clay doesn't process transient components correctly; patch submitted by Manfred Klug Bug#: 35764 - [shale] Clay View-Handler doe

svn commit: r239993 - /struts/shale/trunk/use-cases/src/web/WEB-INF/clay-config.xml

2005-08-24 Thread gvanmatre
Author: gvanmatre Date: Wed Aug 24 21:47:14 2005 New Revision: 239993 URL: http://svn.apache.org/viewcvs?rev=239993&view=rev Log: Bug#: 36176 - [shale] HTML Rolodex example doesn't save the residential and business address fields; submitted by Manfred Klug Modified: struts/shale/

svn commit: r240001 - /struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/parser/builder/MorphBuilder.java

2005-08-24 Thread gvanmatre
Author: gvanmatre Date: Wed Aug 24 22:46:39 2005 New Revision: 240001 URL: http://svn.apache.org/viewcvs?rev=240001&view=rev Log: Bug#: 35841 [shale] Clay doesn't preserve the component hierarchy in HTML templates Modified: struts/shale/trunk/clay-plugin/src/java/org/apache/s

svn commit: r240380 - in /struts/shale/trunk/use-cases/src: java/org/apache/shale/usecases/rolodex/ test/org/apache/shale/usecases/rolodex/ web/WEB-INF/

2005-08-26 Thread gvanmatre
Author: gvanmatre Date: Fri Aug 26 19:45:41 2005 New Revision: 240380 URL: http://svn.apache.org/viewcvs?rev=240380&view=rev Log: Cleaned up some missing copyright's and minor refactoring. Added: struts/shale/trunk/use-cases/src/java/org/apache/shale/usecases/rolodex/QueryParam.jav

svn commit: r240381 - /struts/site/trunk/xdocs/volunteers.xml

2005-08-26 Thread gvanmatre
Author: gvanmatre Date: Fri Aug 26 20:11:54 2005 New Revision: 240381 URL: http://svn.apache.org/viewcvs?rev=240381&view=rev Log: Added gvanmatre to the list. Modified: struts/site/trunk/xdocs/volunteers.xml Modified: struts/site/trunk/xdocs/volunteers.xml URL: http://svn.apache

svn commit: r248269 - in /struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/faces: ClayViewHandler.java ClayViewHandlerCommand.java

2005-08-27 Thread gvanmatre
Author: gvanmatre Date: Sat Aug 27 16:58:10 2005 New Revision: 248269 URL: http://svn.apache.org/viewcvs?rev=248269&view=rev Log: Bug#: 36200 [shale] Clay HTML templates doesn't work with myFaces Added: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/c

svn commit: r248551 - /struts/shale/trunk/use-cases/src/web/WEB-INF/chain-config.xml

2005-08-27 Thread gvanmatre
Author: gvanmatre Date: Sat Aug 27 16:58:59 2005 New Revision: 248551 URL: http://svn.apache.org/viewcvs?rev=248551&view=rev Log: Bug#: 36200 [shale] Clay HTML templates doesn't work with myFaces Modified: struts/shale/trunk/use-cases/src/web/WEB-INF/chain-config.xml Modified: str

svn commit: r264040 - in /struts/shale/trunk/clay-plugin/src: java/org/apache/shale/clay/ java/org/apache/shale/clay/parser/ java/org/apache/shale/clay/parser/builder/ java/org/apache/shale/clay/parse

2005-08-28 Thread gvanmatre
Author: gvanmatre Date: Sun Aug 28 20:11:31 2005 New Revision: 264040 URL: http://svn.apache.org/viewcvs?rev=264040&view=rev Log: Bug#: 35839 [shale] Clay processes components inside HTML comments Added: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/parser/bui

svn commit: r264681 - in /struts/shale/trunk/clay-plugin/src: java/org/apache/shale/clay/Bundle.properties java/org/apache/shale/clay/parser/Parser.java test/org/apache/shale/clay/parser/ParserTestCas

2005-08-29 Thread gvanmatre
Author: gvanmatre Date: Mon Aug 29 20:00:05 2005 New Revision: 264681 URL: http://svn.apache.org/viewcvs?rev=264681&view=rev Log: Bug#: 35839 Templates with a DOCTYPE are not useable Modified: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/Bundle.properties st

svn commit: r264702 - in /struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay: faces/ parser/ parser/builder/ parser/builder/chain/

2005-08-29 Thread gvanmatre
Author: gvanmatre Date: Mon Aug 29 21:37:46 2005 New Revision: 264702 URL: http://svn.apache.org/viewcvs?rev=264702&view=rev Log: Fixed some javadoc errors. Modified: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/faces/ClayViewHandler.java struts/shale/trunk/clay-pl

svn commit: r266287 - in /struts/shale/trunk/clay-plugin/src: java/org/apache/shale/clay/config/ java/org/apache/shale/clay/config/beans/ test/org/apache/shale/clay/config/ test/org/apache/shale/clay/parser/

2005-09-01 Thread gvanmatre
Author: gvanmatre Date: Thu Sep 1 22:14:12 2005 New Revision: 266287 URL: http://svn.apache.org/viewcvs?rev=266287&view=rev Log: Added automatic reloading of the Clay configuration files if modified. Added: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/config/b

svn commit: r266288 - /struts/shale/trunk/use-cases/src/web/WEB-INF/chain-config.xml

2005-09-01 Thread gvanmatre
Author: gvanmatre Date: Thu Sep 1 22:18:57 2005 New Revision: 266288 URL: http://svn.apache.org/viewcvs?rev=266288&view=rev Log: Added automatic reloading of the Clay configuration files if modified. Modified: struts/shale/trunk/use-cases/src/web/WEB-INF/chain-config.xml Modified: st

svn commit: r267417 - in /struts/shale/trunk/clay-plugin/src: java/org/apache/shale/clay/parser/Parser.java test/org/apache/shale/clay/parser/ParserTestCase.java

2005-09-02 Thread gvanmatre
Author: gvanmatre Date: Fri Sep 2 21:36:40 2005 New Revision: 267417 URL: http://svn.apache.org/viewcvs?rev=267417&view=rev Log: Bug#: 35839 [shale] Clay processes components inside HTML comments Modified: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/parser/Parser.

svn commit: r267474 - in /struts/shale/trunk/clay-plugin/src: java/org/apache/shale/clay/parser/Parser.java test/org/apache/shale/clay/parser/ParserTestCase.java

2005-09-03 Thread gvanmatre
Author: gvanmatre Date: Sat Sep 3 08:42:54 2005 New Revision: 267474 URL: http://svn.apache.org/viewcvs?rev=267474&view=rev Log: Bug#: 35839 [shale] Clay processes components inside HTML comments Modified: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/parser/Parser.

svn commit: r267521 - in /struts/shale/trunk/clay-plugin/src: java/org/apache/shale/clay/parser/AttributeTokenizer.java java/org/apache/shale/clay/parser/Node.java test/org/apache/shale/clay/parser/Pa

2005-09-03 Thread gvanmatre
Author: gvanmatre Date: Sat Sep 3 17:14:51 2005 New Revision: 267521 URL: http://svn.apache.org/viewcvs?rev=267521&view=rev Log: Bug#: 35839 [shale] Clay processes components inside HTML comments Modified: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/pa

svn commit: r278606 - in /struts/shale/trunk/clay-plugin/src: java/org/apache/shale/clay/parser/AttributeTokenizer.java java/org/apache/shale/clay/parser/Parser.java test/org/apache/shale/clay/parser/

2005-09-04 Thread gvanmatre
Author: gvanmatre Date: Sun Sep 4 09:05:48 2005 New Revision: 278606 URL: http://svn.apache.org/viewcvs?rev=278606&view=rev Log: Bug#: 35839 [shale] Clay processes components inside HTML comments Modified: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/pa

svn commit: r278776 - /struts/shale/trunk/clay-plugin/src/conf/shale-clay.tld

2005-09-05 Thread gvanmatre
Author: gvanmatre Date: Mon Sep 5 08:22:12 2005 New Revision: 278776 URL: http://svn.apache.org/viewcvs?rev=278776&view=rev Log: Added "rendered" attribute to the Clay tag. Modified: struts/shale/trunk/clay-plugin/src/conf/shale-clay.tld Modified: struts/shale/trunk/clay-p

svn commit: r279485 - /struts/shale/trunk/use-cases/src/web/WEB-INF/web.xml

2005-09-07 Thread gvanmatre
Author: gvanmatre Date: Wed Sep 7 19:12:05 2005 New Revision: 279485 URL: http://svn.apache.org/viewcvs?rev=279485&view=rev Log: Removed redundant clay listener registration. Modified: struts/shale/trunk/use-cases/src/web/WEB-INF/web.xml Modified: struts/shale/trunk/use-cases/src/web

svn commit: r280245 - /struts/shale/trunk/core-library/src/java/org/apache/shale/faces/ShaleViewHandler.java

2005-09-11 Thread gvanmatre
Author: gvanmatre Date: Sun Sep 11 20:46:16 2005 New Revision: 280245 URL: http://svn.apache.org/viewcvs?rev=280245&view=rev Log: javadoc param fix Modified: struts/shale/trunk/core-library/src/java/org/apache/shale/faces/ShaleViewHandler.java Modified: struts/shale/trunk/core-library

svn commit: r280512 - in /struts/shale/trunk/clay-plugin/src: java/org/apache/shale/clay/config/ java/org/apache/shale/clay/config/beans/ test/org/apache/shale/clay/config/

2005-09-12 Thread gvanmatre
Author: gvanmatre Date: Mon Sep 12 23:07:30 2005 New Revision: 280512 URL: http://svn.apache.org/viewcvs?rev=280512&view=rev Log: Added HTML template caching sensitive to the last modified date. Added: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/co

svn commit: r280753 - in /struts/shale/trunk/clay-plugin/src: conf/faces-config.xml conf/view-config.xml java/org/apache/shale/clay/component/LoadBundle.java

2005-09-13 Thread gvanmatre
Author: gvanmatre Date: Tue Sep 13 20:25:05 2005 New Revision: 280753 URL: http://svn.apache.org/viewcvs?rev=280753&view=rev Log: Added a loadBundle component for full HTML views. Added: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/component/LoadBundle.java Modi

svn commit: r289140 [2/2] - in /struts/shale/trunk: clay-plugin/src/conf/ clay-plugin/src/java/org/apache/shale/clay/component/ clay-plugin/src/java/org/apache/shale/clay/component/chain/ clay-plugin/src/java/org/apache/shale/clay/config/ clay-plugin/s...

2005-09-14 Thread gvanmatre
Modified: struts/shale/trunk/clay-plugin/src/test/org/apache/shale/clay/config/ConfigTestCase.java URL: http://svn.apache.org/viewcvs/struts/shale/trunk/clay-plugin/src/test/org/apache/shale/clay/config/ConfigTestCase.java?rev=289140&r1=289139&r2=289140&view=diff =

svn commit: r289688 - in /struts/shale/trunk: clay-plugin/src/conf/ clay-plugin/src/java/org/apache/shale/clay/component/ clay-plugin/src/java/org/apache/shale/clay/config/beans/ use-cases/src/java/or

2005-09-16 Thread gvanmatre
Author: gvanmatre Date: Fri Sep 16 19:37:18 2005 New Revision: 289688 URL: http://svn.apache.org/viewcvs?rev=289688&view=rev Log: Bug#: 35935 loadBundle component for clay HTML templates Modified: struts/shale/trunk/clay-plugin/src/conf/view-config.xml struts/shale/trunk/clay-plugin

svn commit: r289709 - in /struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/config/beans: ComponentConfigBean.java ConfigBean.java ConfigBeanFactory.java ConfigDefinitionsWatchdogFilter.ja

2005-09-16 Thread gvanmatre
Author: gvanmatre Date: Fri Sep 16 23:30:58 2005 New Revision: 289709 URL: http://svn.apache.org/viewcvs?rev=289709&view=rev Log: Fix for Bug#: 36661 - Clay template reloading problem Modified: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/config/b

svn commit: r289884 - /struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/parser/builder/Builder.java

2005-09-17 Thread gvanmatre
Author: gvanmatre Date: Sat Sep 17 20:50:31 2005 New Revision: 289884 URL: http://svn.apache.org/viewcvs?rev=289884&view=rev Log: Optimized the loop for moving HTML attributes over the corresponding defined in the XML config files. Modified: struts/shale/trunk/clay-plugin/src/java

svn commit: r289945 - in /struts/shale/trunk: clay-plugin/src/test/org/apache/shale/clay/config/ test-framework/src/java/org/apache/shale/test/mock/ use-cases/src/test/org/apache/shale/usecases/remote

2005-09-18 Thread gvanmatre
Author: gvanmatre Date: Sun Sep 18 09:37:42 2005 New Revision: 289945 URL: http://svn.apache.org/viewcvs?rev=289945&view=rev Log: Extended the Mock ServletContext and Response. Refactored a few test cases to use the new mock implementations. Modified: struts/shale/trunk/clay-plugin

svn commit: r291057 - in /struts/shale/trunk: clay-plugin/src/conf/ clay-plugin/src/java/org/apache/shale/clay/component/ clay-plugin/src/java/org/apache/shale/clay/faces/ clay-plugin/src/java/org/apa

2005-09-22 Thread gvanmatre
Author: gvanmatre Date: Thu Sep 22 18:53:18 2005 New Revision: 291057 URL: http://svn.apache.org/viewcvs?rev=291057&view=rev Log: Added an *extreme* Clay HTML template rolodex example. Added: struts/shale/trunk/use-cases/src/web/rolodex/xhrolodex.html Modified: struts/shale/trunk/

svn commit: r291059 - in /struts/shale/trunk: clay-plugin/src/java/org/apache/shale/clay/component/Clay.java use-cases/src/web/rolodex/xhrolodex.html

2005-09-22 Thread gvanmatre
Author: gvanmatre Date: Thu Sep 22 19:26:43 2005 New Revision: 291059 URL: http://svn.apache.org/viewcvs?rev=291059&view=rev Log: Fixed a few typos. Modified: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/component/Clay.java struts/shale/trunk/use-cases/src/web/rol

svn commit: r291820 - in /struts/shale/trunk: clay-plugin/src/conf/ clay-plugin/src/java/org/apache/shale/clay/ clay-plugin/src/java/org/apache/shale/clay/component/ clay-plugin/src/java/org/apache/shale/clay/config/beans/ clay-plugin/src/java/org/apac...

2005-09-26 Thread gvanmatre
Author: gvanmatre Date: Mon Sep 26 21:33:57 2005 New Revision: 291820 URL: http://svn.apache.org/viewcvs?rev=291820&view=rev Log: Added an assumed ignore jsfid handler for creating a html block that is excluded from further processing. In effect it acts like a comment block. Added a &

svn commit: r292079 - /struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/Bundle.properties

2005-09-27 Thread gvanmatre
Author: gvanmatre Date: Tue Sep 27 18:06:21 2005 New Revision: 292079 URL: http://svn.apache.org/viewcvs?rev=292079&view=rev Log: Fixed Typo. Modified: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/Bundle.properties Modified: struts/shale/trunk/clay-plugin/src/java

svn commit: r293005 - /struts/shale/trunk/test-framework/src/java/org/apache/shale/test/mock/MockExternalContext.java

2005-10-01 Thread gvanmatre
Author: gvanmatre Date: Sat Oct 1 10:40:11 2005 New Revision: 293005 URL: http://svn.apache.org/viewcvs?rev=293005&view=rev Log: Bug#: 36885 patch from Manfred Klug Modified: struts/shale/trunk/test-framework/src/java/org/apache/shale/test/mock/MockExternalContext.java Modified: st

svn commit: r293007 - in /struts/shale/trunk: clay-plugin/src/conf/ clay-plugin/src/java/org/apache/shale/clay/ clay-plugin/src/java/org/apache/shale/clay/component/chain/ clay-plugin/src/java/org/apache/shale/clay/config/beans/ clay-plugin/src/java/or...

2005-10-01 Thread gvanmatre
Author: gvanmatre Date: Sat Oct 1 10:45:24 2005 New Revision: 293007 URL: http://svn.apache.org/viewcvs?rev=293007&view=rev Log: Fix for bug#: 36884, added more unit test coverage and some cleanup. Added: struts/shale/trunk/clay-plugin/src/test/org/apache/shale/clay/u

svn commit: r314751 - in /struts/shale/trunk/clay-plugin: build.xml src/conf/clay-config.xml src/conf/view-config.xml src/java/org/apache/shale/clay/config/Globals.java

2005-10-11 Thread gvanmatre
Author: gvanmatre Date: Tue Oct 11 19:03:39 2005 New Revision: 314751 URL: http://svn.apache.org/viewcvs?rev=314751&view=rev Log: Renamed the base Clay config file to be more descriptive in the event that other JSF component libraries wanted to package in clay meta-component definitions

svn commit: r321287 - /struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/component/chain/AssignChildrenCommand.java

2005-10-14 Thread gvanmatre
Author: gvanmatre Date: Fri Oct 14 21:18:22 2005 New Revision: 321287 URL: http://svn.apache.org/viewcvs?rev=321287&view=rev Log: The managedBeanName property of a nested Clay component was being ignored. Modified: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/compo

svn commit: r321288 - in /struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/parser/builder: SelectManyMenuBuilder.java SelectOneMenuBuilder.java

2005-10-14 Thread gvanmatre
Author: gvanmatre Date: Fri Oct 14 21:22:19 2005 New Revision: 321288 URL: http://svn.apache.org/viewcvs?rev=321288&view=rev Log: Modified menu builders to remove any child HTML "select" nodes that are not an "option" node. Modified: struts/shale/trunk/clay-plugin/s

svn commit: r327264 - in /struts/shale/trunk/clay-plugin/src: java/org/apache/shale/clay/ java/org/apache/shale/clay/config/ java/org/apache/shale/clay/config/beans/ test/org/apache/shale/clay/config/

2005-10-21 Thread gvanmatre
Author: gvanmatre Date: Fri Oct 21 13:30:22 2005 New Revision: 327264 URL: http://svn.apache.org/viewcvs?rev=327264&view=rev Log: Added a check for duplicate component ids within the same naming container. This lifting is done by the JSP tags in the RI. Added: struts/shale/trunk/

svn commit: r328794 - in /struts/shale/trunk/clay-plugin/src: conf/ java/org/apache/shale/clay/component/ java/org/apache/shale/clay/component/chain/ java/org/apache/shale/clay/config/beans/ java/org/

2005-10-26 Thread gvanmatre
Author: gvanmatre Date: Wed Oct 26 22:34:15 2005 New Revision: 328794 URL: http://svn.apache.org/viewcvs?rev=328794&view=rev Log: Added use of replacement symbols within the Clay component attribute definitions. Modified: struts/shale/trunk/clay-plugin/src/conf/clay-config.xml st

svn commit: r329014 - in /struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay: component/Clay.java component/chain/AbstractCommand.java component/chain/CreateComponentCommand.java config/bea

2005-10-27 Thread gvanmatre
Author: gvanmatre Date: Thu Oct 27 17:58:52 2005 New Revision: 329014 URL: http://svn.apache.org/viewcvs?rev=329014&view=rev Log: Fix identified by Ryan Wynn for the new Clay symbol replacement and a few other small optimization changes. Modified: struts/shale/trunk/clay-plugin/src/

svn commit: r329420 - in /struts/shale/trunk/clay-plugin/src: java/org/apache/shale/clay/config/beans/ComponentBean.java java/org/apache/shale/clay/config/beans/ComponentConfigBean.java test/org/apach

2005-10-29 Thread gvanmatre
Author: gvanmatre Date: Sat Oct 29 07:54:24 2005 New Revision: 329420 URL: http://svn.apache.org/viewcvs?rev=329420&view=rev Log: This fix addresses the ComponentBean potentially having two id property states. The id is now stored in the attributes map. Modified: struts/shale/trunk/

svn commit: r330187 - in /struts/shale/trunk/clay-plugin/src: java/org/apache/shale/clay/component/chain/PropertyValueCommand.java test/org/apache/shale/clay/config/ConfigTestCase.java

2005-11-01 Thread gvanmatre
Author: gvanmatre Date: Tue Nov 1 20:07:26 2005 New Revision: 330187 URL: http://svn.apache.org/viewcvs?rev=330187&view=rev Log: Rearranged the processing of the new symbol replacement so that a symbol value containing EL will be evaluated. Modified: struts/shale/trunk/clay-plugin

svn commit: r330423 - in /struts/shale/trunk/clay-plugin/src: conf/ java/org/apache/shale/clay/config/ java/org/apache/shale/clay/config/beans/ test/org/apache/shale/clay/config/

2005-11-02 Thread gvanmatre
Author: gvanmatre Date: Wed Nov 2 19:08:48 2005 New Revision: 330423 URL: http://svn.apache.org/viewcvs?rev=330423&view=rev Log: Added symbols to the clay DTD. The symbols collection supports inheritance similar to the attributes collection. Modified: struts/shale/trunk/clay-plugin

svn commit: r330703 - in /struts/shale/trunk/clay-plugin/src: conf/ java/org/apache/shale/clay/ java/org/apache/shale/clay/component/ java/org/apache/shale/clay/component/chain/ java/org/apache/shale/

2005-11-03 Thread gvanmatre
Author: gvanmatre Date: Thu Nov 3 20:53:21 2005 New Revision: 330703 URL: http://svn.apache.org/viewcvs?rev=330703&view=rev Log: Extended replaceable symbol support to the Clay JSP Tag. Added: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/taglib/SymbolTag.java Modi

svn commit: r330963 - in /struts/shale/trunk: clay-plugin/src/java/org/apache/shale/clay/component/ clay-plugin/src/java/org/apache/shale/clay/component/chain/ clay-plugin/src/java/org/apache/shale/cl

2005-11-04 Thread gvanmatre
Author: gvanmatre Date: Fri Nov 4 19:18:44 2005 New Revision: 330963 URL: http://svn.apache.org/viewcvs?rev=330963&view=rev Log: Bug#: 37366 and 37365 submitted by Rahul Akolkar Modified: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/component/Clay.java struts/s

svn commit: r330972 - /struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/taglib/SymbolTag.java

2005-11-04 Thread gvanmatre
Author: gvanmatre Date: Fri Nov 4 21:02:06 2005 New Revision: 330972 URL: http://svn.apache.org/viewcvs?rev=330972&view=rev Log: Changed svn properties Modified: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/taglib/SymbolTag.java (contents, props changed) Modi

  1   2   >