> 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
> 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
-- 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
-- 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
I guess that this is slightly off the subject but Ive 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
Ive been playing with. I wish I could say that it was ori
Matthias,
It is similar and I will add that I own a copy of the book and have read it
cover to cover. Its 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,
> 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
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
-- 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
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
> 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
> 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
> 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
> 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
> 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
> 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
> > 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
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
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
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
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
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
> 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
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
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
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
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
> 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
> 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
> 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
> 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
> 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
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
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
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
===
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
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 ---
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:
> 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
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
> 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
> 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
> 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,
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> > [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
>
> > [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
>
> >>> [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
> 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
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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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.
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.
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
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
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
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
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
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
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
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
=
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
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
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
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
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/
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
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 &
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
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
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
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
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
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
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/
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
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/
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/
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
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
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
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
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 - 100 of 155 matches
Mail list logo