[jira] [Created] (PLUTO-693) PortletURLImpl.setBeanParameter(PortletSerializable bean) does not attempt to determine the name of the specified bean
"Neil Griffin (JIRA)" <[email protected]>
| Newsgroups | gmane.comp.jakarta.pluto.devel |
|---|---|
| Message-ID | <[email protected]> |
Neil Griffin created PLUTO-693:
----------------------------------
Summary: PortletURLImpl.setBeanParameter(PortletSerializable bean) does not attempt to determine the name of the specified bean
Key: PLUTO-693
URL: https://issues.apache.org/jira/browse/PLUTO-693
Project: Pluto
Issue Type: Bug
Components: portlet container
Affects Versions: 3.0.0
Reporter: Neil Griffin
Assignee: Scott Nicklous
The {{PortletURLImpl.setBeanParameter(PortletSerializable bean)}} method has the following commented-out code:
{code:java|title=PortletURLImpl.java}
// TODO: must be fixed when the bean implementation is integrated!!
//String name = PortletStateScopedBeanHolder.getParameterName(bean.getClass());
{code}
Because of this, it does not attempt to determine the name of the specified bean and fails to set the associated render parameter. Since the method is not yet tested by the TCK (see PLUTO-692) there are no associated TCK failures.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)