You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2006/01/17 09:17:25 UTC

DO NOT REPLY [Bug 38298] New: - Enhancement to Shale Dialogs

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38298>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38298

           Summary: Enhancement to Shale Dialogs
           Product: Struts
           Version: Nightly Build
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Shale
        AssignedTo: dev@struts.apache.org
        ReportedBy: mailings@matthias-wessendorf.de


As discussed on struts-dev list, here is an enhancement request to init dialogs
by a programmatic way.

Here is my email to struts-dev:

Is it possible to a login page (w/ j_security) and after sucessfull login do
*forward* to my "Go" dialog?

Or do I have to provide a "hello press that button" pages  (e.g.
<h:commandButton action="dialog:Go" .../>)
*after* a user logs into that application?

-Matthias

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


DO NOT REPLY [Bug 38298] - Enhancement to Shale Dialogs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38298>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38298





------- Additional Comments From mailings@matthias-wessendorf.de  2006-01-31 18:51 -------
Created an attachment (id=17549)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17549&action=view)
phaselistener to invoke a dialog, without clicking on a button/link

A phaselistener is attached, which allows you to invoke the dialog stuff,
without clicking on a commandbutton or a commandLink.

You simply configure this listener inside of your faces-confg.xml and create a
jsp, which contains jsf:forward Tag.

For page attribute you are using the *special* mapping for this listener and
the name of your dialog

eg.
page="initdialog/MyDialog.faces"

This is similar to the remoting phaselistener

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


DO NOT REPLY [Bug 38298] - Enhancement to Shale Dialogs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38298>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38298





------- Additional Comments From mailings@matthias-wessendorf.de  2006-01-17 09:20 -------
Here is the archived email thread

http://www.mail-archive.com/dev@struts.apache.org/msg16942.html



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org