From: sven.schulz <nu...@jb...> - 2005-05-10 15:55:32
|
"sven.schulz" wrote : I have encountered another problem with using JSF in the JBoss Portal. When using a commandLink tag a href="#" is rendered by the default renderer. When this is encoded as an action URL org.jboss.portal.portlet.impl.PortletResponseImpl.encodeURL comes up with an IllegalArgumentException saying that the url is invalid. Any idea for a quick fix for that? What is a valid URL. I think it should be possible to prepend the portlet URI, but how can this be done? By replacing the #-URI by a simple / things are working again. But I am not quite sure, if the implementation of PortletResponseImpl.encodeURL should really insist on URI being absolute or begin with a /. Is this required by the spec? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877215#3877215 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877215 |