[Trinidad] Portlet configuration

2007-06-15 Thread Innes, Chris
Hi all, I understand there are a number of issues/limitations around portletization and Trinidad and that these issues will be resolved with JSR301. However, from what I've been reading it seems possible to expose a Trinidad portlet at this time if one accepts these limitations. I've been trying

Re: [Trinidad] how to trigger PPR manually

2007-06-15 Thread Adam Winer
One way is: var theForm = ... find my form through the DOM ... var clientId = ... the client ID of the component; TrPage.getInstance().sendFormPost(theForm, {source:clientId}); Then, on the server, in your decode, you'd just need to check if the "source" param was component.getClientId(), and y

Re: [Trinidad] how to trigger PPR manually

2007-06-15 Thread Adam Winer
On 6/15/07, noah <[EMAIL PROTECTED]> wrote: On 6/15/07, Adam Winer <[EMAIL PROTECTED]> wrote: > The XmlHttpRequest code has landed! Give the > latest 1.0.2-SNAPSHOT a try. The method > you want is currently: > > TrPage.getInstance().sendFormPost(theForm, params, headerParams); > > ... though

Re: Help With Tomahawk and web.xml

2007-06-15 Thread weull
Here is what is the source of my JSP (generated by the ): http://localhost:8080/webcore.base/";>