Re: clay and support for jsf 1.2

2007-11-11 Thread Gary VanMatre
From: Tomasz Pasierb [EMAIL PROTECTED] 

 Hi guys, 
 
 does clay support jsf 1.2, I mean should it be working when used with 
 jsf 1.2 implementation? 
 
 I've been playing with it and I'm not sure whether it's my fault or 
 framework's. The problem is that in the rendered view I have a string 
 . I guess this should be replaced with 
 the actual state information somewhere around the render-response phase 
 but isn't in my case. I placed the form component in the layout 
 (template) file. 


It sounds like this issue is related to a RI API change [1].  They removed the 
class that I was using to determine the version of the runtime.  We'll have to 
find another way.  

[1] https://issues.apache.org/struts/browse/SHALE-472

 
 Any help appreciated :-) 
 
 Regards, 
 Tom 

Re: clay and support for jsf 1.2

2007-11-11 Thread Ryan Lubke

Gary VanMatre wrote:
From: Tomasz Pasierb [EMAIL PROTECTED] 

  
Hi guys, 

does clay support jsf 1.2, I mean should it be working when used with 
jsf 1.2 implementation? 

I've been playing with it and I'm not sure whether it's my fault or 
framework's. The problem is that in the rendered view I have a string 
. I guess this should be replaced with 
the actual state information somewhere around the render-response phase 
but isn't in my case. I placed the form component in the layout 
(template) file. 




It sounds like this issue is related to a RI API change [1].  They removed the class that I was using to determine the version of the runtime.  We'll have to find another way.  
  
Actually, the class is still package, but isn't used.  I left it in 
there so that shale wouldn't break.

[1] https://issues.apache.org/struts/browse/SHALE-472

 
  
Any help appreciated :-) 

Regards, 
Tom