On 11/7/05, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > >So, are you thinking that "#{shale:managed-bean-name.save}" would be > >something that would evalutated entirely within a custom shale jsf > >VariableResolver or would the symbol replacement be done in the clay > chain ( > >i.e. replaceMnemonic) and then passed to the standard VariableResolvers? > > A custom VariableResolver is what I was thinking. The variable resolver > would use the symbol table cached in thread scope to resolve the symbols. > > I'm hoping that Craig will be able to help out on this one:-)
Ryan's idea is definitely a good one. And it raises a quick question ... is the ClayContext already stored as a request attribute under name "clayContext"? If so, we might not need much help at all. Craig