From: sven.schulz <nu...@jb...> - 2005-05-10 15:19:22
|
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? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877200#3877200 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877200 |