> > > > But one thing I don't understand as of now is how would I render widgets on > > Login page without a proper page being created w/o tabs etc. > > > > I'm not sure it's really possible given the structure of Rave. Maybe > someone else can give you some pointers here if there is a work around. >
Hello, since I have investigated the rendering pipe in depth I think this is currently not possible as is on 0.21. This is because JSP tags are deeply nested and inner ones need the information of the outer ones, and you cannot get the inner ones out of current layout. You also need a layout, but I think this can be taken out of the page.jsp page and transferred to another one. Unfortunately TABS are needed since they define layout, loaded widgets and some other page requirements. Taking this apart will need some work. I'm developing a different frontend based on wicket instead of JSP... I will try to take this requirement on my current wicket frontend. If you handle to get around the need of login to show widget maybe it will work. Hope it helps.
