Re: Shale web page

2008-04-16 Thread Greg Reddin
On Tue, Apr 15, 2008 at 5:19 PM, Rahul Akolkar [EMAIL PROTECTED] wrote:
  Since Greg mentioned he'd be away, I've tried to rectify it. Waiting
  for the sync.

Thanks, sorry about that. I guess the mvn release:perform did that.

Greg


RE: NullPointerException in UIComponentBase decode using Shale test framework

2008-04-16 Thread Zhen, Jane
I figured that problem out, I needed to setRendererType, although just need to 
be null. Could anyone tell me why a component needs a null renderer?

I have a general question though. I am trying to create a view from a jsp page, 
normally you would do it in a backing bean in running environment where request 
and everything are set. All you need to do is to call ViewHandler.createView. 
But in shale framework, how would i set up everything in order to make it work? 
Is it even possible?
thanks
Jane