[JBoss-user] [JBoss Portal] - Re: Apache MyFaces 1.1.0 and 2.2.0-ALPHA don't work any more

2005-10-04 Thread jlaskowski
Hi,

I've just found the answer to the issue with a portlet name being appended to 
the friendly url. 

It turned out that the last URL part referencing a portlet should have been the 
name of a portlet instance rather than a portlet name itself. When I think 
about the change it seems very reasonable since there can be several instances 
of a portlet on a page and using the portlet name would not point to the 
portlet instance to render.

I'm still having troubles with MyFaces and the latest 2.2.0-ALPHA, and no form 
input parameters are passed on.

10:35:09,756 WARN  [HtmlRendererUtils] There should always be a submitted value 
for an input if it is rendered, its form is submitted, and it is not disabled 
or read-only.

Jacek

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3898892#3898892

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898892


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Apache MyFaces 1.1.0 and 2.2.0-ALPHA don't work any more

2005-10-03 Thread jlaskowski
Hi,

I think I have found a partial solution to the issue I reported earlier (which 
resulted in the ClassCastException below). Take a look at 
org.jboss.portal.core.model.portal.PortalObjectCommandMapper:74. Shouldn't it 
look as follows?

   return page.getWindow(name);

instead of

  return page.getPage(name);

I'm not reporting an issue in JIRA because it keeps failing and my portlet 
doesn't show up if it's included in a url. Anyway, worth to take a look at that 
part of the code.

Jacek

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3898794#3898794

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898794


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Apache MyFaces 1.1.0 and 2.2.0-ALPHA don't work any more

2005-10-03 Thread [EMAIL PROTECTED]
makes sense actually, thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3898810#3898810

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898810


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user