Re: [OT] myfaces, a portal, and ajax

2005-12-08 Thread Ryan Wynn
On 12/7/05, Volker Weber [EMAIL PROTECTED] wrote: Hi, Ryan Wynn wrote: Anyway, this works as intended. The span gets updated with the correct html and it looks far better than an entire page refresh. My problem is that setting the innerHtml does not seem to be reinterpreting embedded

Re: [OT] myfaces, a portal, and ajax

2005-12-08 Thread Ryan Wynn
On 12/8/05, Ryan Wynn [EMAIL PROTECTED] wrote: On 12/7/05, Volker Weber [EMAIL PROTECTED] wrote: Hi, Ryan Wynn wrote: Anyway, this works as intended. The span gets updated with the correct html and it looks far better than an entire page refresh. My problem is that setting the

[OT] myfaces, a portal, and ajax

2005-12-07 Thread Ryan Wynn
I have a working myfaces application working inside websphere portal 5.1. I thought it would be cool if I ajaxized my portlet with dojo. This way I don't suffer from the entire page refresh which in a portal can be expensive. So I overwrote the myfaces renderer for forms. My new form renderer

Re: [OT] myfaces, a portal, and ajax

2005-12-07 Thread Volker Weber
Hi, Ryan Wynn wrote: Anyway, this works as intended. The span gets updated with the correct html and it looks far better than an entire page refresh. My problem is that setting the innerHtml does not seem to be reinterpreting embedded javascript and stylesheet references. innerHtml was