[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1256) Interactive preview is killing conversation and throws ERRORs on the log

Christian Bauer (JIRA) jira-events at lists.jboss.org
Tue May 1 03:09:30 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-1256?page=comments#action_12360979 ] 
            
Christian Bauer commented on JBSEAM-1256:
-----------------------------------------

I don't see a way to configure the queue, I have one defined already:

                                    <a:support event="onkeyup" reRender="preview,attachmentDisplay" requestDelay="3000" eventQueue="editKeyPress"/>

This is what the docs are saying (not much):

The "EventQueue" attribute defines the query name where the requests are saved before their sending to the server. The queue is created for redundant requests deleting during frequent events, which call several requests forming one after another. The queue cuts redundant requests and send only the last one. The queue is created in any case and named on default, the attribute usage only re-defines this name.

> Interactive preview is killing conversation and throws ERRORs on the log
> ------------------------------------------------------------------------
>
>                 Key: JBSEAM-1256
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1256
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Wiki
>            Reporter: Christian Bauer
>         Assigned To: Christian Bauer
>
> Two issues with document editing and the interactive preview feature:
> - Sometimes I get kicked out of the editor with "No conversation or concurrent request", luckily I can still switch back to the editor after that. Gavins guess is that ajax4jsf doesn't queue the events and that the key press event is sometimes processed concurrently. Need to test that, hard to reproduce.
> - The wiki text parser writes anything it doesn't like to STDERR, which fills up the log when you type.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list