[jboss-jira] [JBoss JIRA] Commented: (JBPORTAL-2326) creationg aliases in coordination config for portal page doesn't work
Viliam Rockai (JIRA)
jira-events at lists.jboss.org
Mon Mar 2 05:04:00 EST 2009
[ https://jira.jboss.org/jira/browse/JBPORTAL-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12454905#action_12454905 ]
Viliam Rockai commented on JBPORTAL-2326:
-----------------------------------------
it seems there still is one issue remaining:
when i pass some parameter which is not in the alias list, all values are set to "null"... or, when i use some alias, the right value is changed, but as it seems all other values are set to "null".
i.e.:
set both values by passing "?zip=10101"
sets both values correctly
then passing "?zipcode=10102"
changes the second value correctly and sets first value to null
and finally passing "?zombieBind=10102"
sets both values to "null"
> creationg aliases in coordination config for portal page doesn't work
> ---------------------------------------------------------------------
>
> Key: JBPORTAL-2326
> URL: https://jira.jboss.org/jira/browse/JBPORTAL-2326
> Project: JBoss Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Portal Core Admin
> Affects Versions: 2.7.1 Final, 2.7.2 Final
> Environment: java 5
> Reporter: Viliam Rockai
> Assignee: Chris Laprun
> Fix For: 2.7.2 Final
>
>
> newly created aliases don't work:
> login as admin, go to admin -> portal objects
> click on default portal
> and on "Coordination Samples" page click on coordination
> select "zipcode" and create new alias for it, name it i.e. "myalias"
> now go to the default portal page and click on "Coordination Samples" page
> pass the parameter "myalias" with the page adress (i.e. type this adress to the browser input "http://localhost:8080/portal/auth/portal/default/Coordination+Samples?myalias=10101" )
> you should see
> "Map for (your_zipcode): null"
> on the page now (in "Coordination Map Portlet" )
> but correct value has to be
> "Map for (your_zipcode):10101"
> it is working if you change value through the zipcode alias ( type this adress to the browser input "http://localhost:8080/portal/auth/portal/default/Coordination+Samples?zipcode=10101")
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list