Keith Donald
|
be62feb4ee
|
removed TODO
|
2008-04-24 02:03:12 +00:00 |
|
Jeremy Grelle
|
f465b65e6c
|
- JavaDoc improvements across the whole of Spring Faces.
- General polishing of the ui package.
|
2008-04-24 00:20:51 +00:00 |
|
Jeremy Grelle
|
0949ccbb96
|
SWF-646 - Improve the SelectionTrackingActionListener to work with any iterator type of component that works with a DataModel.
|
2008-04-23 19:27:38 +00:00 |
|
Keith Donald
|
a76e05194b
|
manifests
|
2008-04-23 12:38:01 +00:00 |
|
Jeremy Grelle
|
53622691d1
|
Moved model validation behavior into the FlowActionListener, to only be invoked if an non-immediate ActionEvent has been signaled.
|
2008-04-23 00:02:39 +00:00 |
|
Jeremy Grelle
|
7d3e1d611b
|
-Moving AjaxHandler to spring-js
-Polishing Spring.js API
-Refactoring spring-faces components to match Spring.js API changes.
|
2008-04-22 22:28:11 +00:00 |
|
Jeremy Grelle
|
cffd1889a5
|
SWF-301 - Make JSF managed beans accessible inside a flow definition using EL expressions.
|
2008-04-22 20:45:22 +00:00 |
|
Keith Donald
|
62f6140e22
|
polish
|
2008-04-22 19:58:03 +00:00 |
|
Keith Donald
|
d61b06b972
|
polish
|
2008-04-22 19:57:00 +00:00 |
|
Keith Donald
|
2986352200
|
jsf lifecycle updates
|
2008-04-22 19:53:53 +00:00 |
|
Keith Donald
|
7495aac900
|
docs
|
2008-04-22 19:44:11 +00:00 |
|
Keith Donald
|
6c635c448a
|
jsf lifecycle updates
|
2008-04-22 19:35:41 +00:00 |
|
Keith Donald
|
4035f581d1
|
viewAlreadySet(FacesContext) -- viewId not needed?
|
2008-04-22 04:50:25 +00:00 |
|
Keith Donald
|
688ad73619
|
viewExists -> viewAlreadySet
|
2008-04-22 04:46:18 +00:00 |
|
Keith Donald
|
c5cfc66276
|
override toString
|
2008-04-22 04:05:46 +00:00 |
|
Keith Donald
|
1a384b5f60
|
polish
|
2008-04-22 03:59:33 +00:00 |
|
Keith Donald
|
5cba1e3a6a
|
made renderResponse/responseComplete flags request scope to solve postback lifecycle problem
commented out 3rdparty view-root corner case support - lets review this again if it needs to be in there...
updated tests
|
2008-04-22 03:49:34 +00:00 |
|
Keith Donald
|
2632534861
|
polish
|
2008-04-21 21:46:27 +00:00 |
|
Keith Donald
|
b9f15565da
|
flow EL resolver
|
2008-04-21 15:30:30 +00:00 |
|
Jeremy Grelle
|
9ad2a872a8
|
Getting the locale from ExternalContext.
|
2008-04-18 20:12:16 +00:00 |
|
Jeremy Grelle
|
e2567425c0
|
SWF-583 - View-state programming model needs to be consistent between MVC and JSF
|
2008-04-16 21:34:52 +00:00 |
|
Keith Donald
|
5bbee39211
|
|
2008-04-16 16:11:16 +00:00 |
|
Jeremy Grelle
|
12486677c0
|
SWF-611- Provide easy access to a flow's local MessageSource through EL in JSF templates.
|
2008-04-15 22:04:39 +00:00 |
|
Jeremy Grelle
|
89335e86da
|
SWF-594 - NullPointerException in ProgressiveCommandButton
|
2008-04-15 15:49:11 +00:00 |
|
Jeremy Grelle
|
7d21df52a3
|
Adding up-to-date maven poms for 2.0.0.RC1
|
2008-04-14 21:07:25 +00:00 |
|
Keith Donald
|
5256fd19c1
|
version number of beans schema; typo
|
2008-04-14 15:45:48 +00:00 |
|
Keith Donald
|
1ac69621b5
|
copyright
|
2008-04-13 06:09:08 +00:00 |
|
Keith Donald
|
c257fcb68f
|
flow handler fixes
|
2008-04-11 21:56:22 +00:00 |
|
Keith Donald
|
a1b336d93d
|
null resolution support
|
2008-04-11 15:53:31 +00:00 |
|
Jeremy Grelle
|
ca3543ff66
|
Changed the "resourcePath" attribute to just "path".
|
2008-04-11 14:55:50 +00:00 |
|
Jeremy Grelle
|
2f51405ed5
|
Tag library reference for Spring Faces components.
|
2008-04-11 14:54:33 +00:00 |
|
Keith Donald
|
0d9e9b7f84
|
formatter-registry config
|
2008-04-11 14:18:53 +00:00 |
|
Keith Donald
|
e6a6862698
|
polish
|
2008-04-11 13:54:42 +00:00 |
|
Jeremy Grelle
|
a5ac4fa1bb
|
SWF-571 - Change the spring config namespace for Spring Faces to http://www.springframework.org/schema/faces
|
2008-04-09 20:56:07 +00:00 |
|
Jeremy Grelle
|
b3785cfa77
|
- Removing "djConfig" attribute from Dojo <script> tag rendering since we don't need it for Spring Faces and it violates HTML validation.
- Ensuring that all component-rendered <script> tags include a type="text/javascript" attribute.
|
2008-04-07 15:21:46 +00:00 |
|
Keith Donald
|
01b26ba0d5
|
upgrade to 2.5.3
several fixes to jsf resolvers in faces
|
2008-04-07 10:52:09 +00:00 |
|
Keith Donald
|
f805894dcc
|
upgrade to 2.5.3
|
2008-04-05 18:50:00 +00:00 |
|
Jeremy Grelle
|
4751dcfca4
|
Moving Spring JavaScript into its own module
|
2008-04-05 00:04:07 +00:00 |
|
Jeremy Grelle
|
e9196d57d9
|
Deferring Ext 2.0 integration to SWF 2.1.
|
2008-04-04 22:36:08 +00:00 |
|
Keith Donald
|
ee597b7995
|
|
2008-04-04 22:14:06 +00:00 |
|
Jeremy Grelle
|
05d332dbd3
|
Updating to version 1.1 of css-framework
|
2008-04-04 22:06:04 +00:00 |
|
Jeremy Grelle
|
ea73403412
|
Fixing license headers
|
2008-04-04 21:49:18 +00:00 |
|
Jeremy Grelle
|
dd306bbe36
|
Minified versions built with Dojo's shrinksafe option.
|
2008-04-04 21:47:14 +00:00 |
|
Jeremy Grelle
|
52ea69b0c5
|
To be replaced with minified versions.
|
2008-04-04 21:45:57 +00:00 |
|
Jeremy Grelle
|
cfd45a7774
|
Optimized build of Dojo 1.1
|
2008-04-04 21:42:44 +00:00 |
|
Jeremy Grelle
|
49baa656c4
|
Getting ready to upgrade Dojo to 1.1
|
2008-04-04 21:29:36 +00:00 |
|
Jeremy Grelle
|
33371c83da
|
General bug fixes
|
2008-04-04 21:27:53 +00:00 |
|
Jeremy Grelle
|
b109773655
|
SWF-543 - Add support for calculating immediate attribute value on Spring Faces command buttons from current view-state transition
|
2008-04-03 20:02:01 +00:00 |
|
Keith Donald
|
cb10158602
|
bean factory -> application context
|
2008-04-02 21:23:14 +00:00 |
|
Jeremy Grelle
|
3842ea242c
|
Needed to add a check for Portlet mode before calling ViewHandler.initView
|
2008-04-02 19:52:07 +00:00 |
|