I could not understand how to define public render parameters.
I looked at the spec, read the blog post and took a look at the reference but 
it still is foggy.

My Page is called default, my windows are called: TestPortlet and 
TestPortletLeft

I want to be able to use a global foo parameter, for example in an url like:
http://localhost:8080/portal/portal/default?foo=you

I tried putting the following code into the ...-object.xml between the page 
/page tags:


  | <coordination>
  |                 <bindings>
  |                     <implicit-mode>FALSE</implicit-mode>
  |                     <parameter-binding>
  |                         <id>parameterBinding1</id>
  |                         <window-coordination>
  |                             <window-name>TestPortlet</window-name>
  |                             <qname>foo</qname>
  |                         </window-coordination>
  |                     </parameter-binding> 
  |                 </bindings>
  |             </coordination>
  | 


But I am still unable to access the foo parameter from my TestPortlet code 
doView() method.


Could you help me, what am I doing wrong?

Do I always have to explicitly set all parameters that I want to use and access 
(page-) globally?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184681#4184681

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184681
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to