Hello, I have another problem with my dialog:
org.apache.tapestry.BindingException: Binding for parameter hidden default value (ExpressionBinding[... true]) may not be updated. [classpath:/org/apache/tapestry/dojo/html/Dialog.jwc, line 29, column 53] at org.apache.tapestry.binding.AbstractBinding.createReadOnlyBindingException(AbstractBinding.java:114) at org.apache.tapestry.binding.ExpressionBinding.setObject(ExpressionBinding.java:166) at $Dialog_1030.setHidden($Dialog_1030.java) at org.apache.tapestry.dojo.html.Dialog.show(Dialog.java:43) ... In .page file: <component id="aDialog" type="Dialog"/> I want to show the dialog by clicking an async. DirectLink. Listener: public void listen() { Dialog dialog = ((Dialog)getComponent("aDialog")); dialog.show(); } After dialog.show() I get the exception. Can anyone help me please? Regards, Tine Norbert Sándor wrote: > > Sorry, I wanted to send this to the user list instead the developer: > > Hi, > > The dojo dialog has problems in the latest svn version: on long pages, > if I scroll down the page, the dialog is displayed incorrectly and it is > not modal: the element which is displayed behind the dialog to hide the > page's content is displayed incorrectly. > See this screenshot: http://www.erinors.com/temp/dojo_dialog.jpg > > The same error is reproducable at > http://archive.dojotoolkit.org/nightly/tests/widget/test_Dialog.html > > The dialog worked correctly with 4.1.1's previous dojo version. > > What do you recommend? > Can I switch to the official 3.1 release without breaking tapestry > client side functionality? > > Regards, > Norbi > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/dialog-problem-in-the-latest-4.1.1-snapshot-tf2371912.html#a7355371 Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]