<div><font face="courier new,monospace">I think this may be worth a note in the documentation, as WSRP support may grow more important in the future. </font><font face="Courier New">Is there any plan to upgrade to WSRP 2.0? Thanks.</font><br>
</div>
<div class="gmail_quote">On Mon, Jan 19, 2009 at 5:16 PM, uiterlix <span dir="ltr">&lt;<a href="mailto:do-not-reply@jboss.com">do-not-reply@jboss.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">We finally found the error.<br><br>If you look at the following URL, you&#39;ll find it contains a small mistake:<br>
<br><br>&nbsp;| ?WSRPProducer=Application WSRP producer&amp;WSRPPortletHandle=/Application.InboxPortlet&amp;WSRPPortletState=&amp;WSRPRegistrationHandle=11&amp;WSRPRegistrationState=&amp;WSRPMode=wsrp:view&amp;WSRPWindowState=wsrp:normal&amp;WSRPQualifiedName=g_9bcea8ab_df1d_4ced_b0f1_453faf9f2c10&amp;WSRPIsAnonymous=False&amp;WSRPAction=wsrp%5Frewrite%3Fwsrp%2DurlType%3DblockingAction%26amp%3Bwsrp%2DinteractionState%3DJBPNS%<br>
&nbsp;| 5F%2Fwsrp%5Frewrite<br>&nbsp;|<br><br>It contains &quot;%26amp%3B&quot; which is an encoded &quot;&amp;&quot;. This happend because when you obtain the render/action url from the PortletResponse, JBoss returns:<br><br><br>&nbsp;| wsrp_rewrite?wsrp-urlType=blockingAction&amp;wsrp-interactionState=JBPNS_<br>
&nbsp;|<br><br>I don&#39;t quite understand why the url obtained from the PortletResponse contains an URL that has already escaped the &quot;&amp;&quot;, but undoing this escaping by replacing the &quot;&amp;&quot; with just &quot;&amp;&quot; solves the problem.<br>
<br>View the original post : <a href="http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;p=4203003#4203003" target="_blank">http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;p=4203003#4203003</a><br>
<br>Reply to the post : <a href="http://www.jboss.com/index.html?module=bb&amp;op=posting&amp;mode=reply&amp;p=4203003" target="_blank">http://www.jboss.com/index.html?module=bb&amp;op=posting&amp;mode=reply&amp;p=4203003</a><br>
_______________________________________________<br>jboss-user mailing list<br><a href="mailto:jboss-user@lists.jboss.org">jboss-user@lists.jboss.org</a><br><a href="https://lists.jboss.org/mailman/listinfo/jboss-user" target="_blank">https://lists.jboss.org/mailman/listinfo/jboss-user</a><br>
</blockquote></div><br>