[
https://issues.apache.org/struts/browse/SHALE-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41336
]
mario buonopane commented on SHALE-454:
---------------------------------------
I don't know if is the same problem, but overriding onStart() method in
this way:
public void onStart() {
super.onStart();
DialogContext dialogContext =
DialogHelper.getDialogContext();
dialogContext.setData(new ContextData());
i receive the following exception:
[03/07/07 9.38.15:310 CEST] 00000028 ActionListene E
it.accenture.web.myfaces.application.ActionListenerImpl processAction
error
java.lang.IllegalStateException: Cannot
set data when no positions are stacked
at
org.apache.shale.dialog.basic.BasicDialogContext.setData(BasicDialogCont
ext.java:230)
> extending AbstractDialogContextListener getDialogContext().getName() returns
> null in onStart() method
> -----------------------------------------------------------------------------------------------------
>
> Key: SHALE-454
> URL: https://issues.apache.org/struts/browse/SHALE-454
> Project: Shale
> Issue Type: Bug
> Components: Dialog
> Affects Versions: 1.1.0-SNAPSHOT
> Reporter: mario buonopane
>
> i'm using Shale Basic Dialog 1.1.0 and I have a my DialogContextListener
> extending AbstractDialogContextListener. In onStart() and onStop() methods,
> getDialogContext().getName() returns null.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.