On 1/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: craigmcc
Date: Mon Jan  8 23:13:55 2007
New Revision: 494333

URL: http://svn.apache.org/viewvc?view=rev&rev=494333
Log:
[SHALE-389] Implement a "dialogScope" pseudo-variable that is equivalent
(in the current implementations) to "dialog.data" but could be specialized
later.  This slightly simplifies binding expressions in JSF views, but (more
importantly) hides an implementation detail and offers the opportunity for
more advanced functionality to be applied later, without having to modify
existing JSF views (or use of binding expressions programmatically in backing
beans).

<snip/>

Modified: 
shale/framework/trunk/shale-dialog/src/main/resources/META-INF/faces-config.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-dialog/src/main/resources/META-INF/faces-config.xml?view=diff&rev=494333&r1=494332&r2=494333
==============================================================================
--- 
shale/framework/trunk/shale-dialog/src/main/resources/META-INF/faces-config.xml 
(original)
+++ 
shale/framework/trunk/shale-dialog/src/main/resources/META-INF/faces-config.xml 
Mon Jan  8 23:13:55 2007
@@ -30,6 +30,7 @@

     <application>
         
<navigation-handler>org.apache.shale.dialog.faces.DialogNavigationHandler</navigation-handler>
+        
<variable-resolver>org.apache.shale.dialog.faces.DialogVariableResolver</variable-resolver>
     </application>

<snap/>

Please svn add+ci DialogVariableResolver.

-Rahul

Reply via email to