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=36150>. 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=36150 ------- Additional Comments From [EMAIL PROTECTED] 2005-08-11 22:48 ------- Created an attachment (id=16015) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=16015&action=view) RAD 6 projects demonstrating this issue. To be run in WAS 6.0.2 test environment Inside this zip there are two RAD 6 projects containing a simple test case showing these symptoms. 1 Web project, and the EAR project required by WebSphere. You should be able to load them into your workspace using File -> Import -> Existing Project into Workspace. I've removed the jars from WEB-INF/lib to make the attachment small enough to submit. There's an image in WEB-INF/lib showing what jars must be in the directory for the application to work properly. There are 2 simple Struts actions, FirstAction and SecondAction, and their JSPs are first.jsp and second.jsp. If you point the voice interpreter to /first-action.do, you will be prompted for a single digit. Upon entering 1 digit, the RDC will forward to first-action.do. FirstAction will then forward to second-action.do, which forwards to second.jsp. It is the rendering of second.jsp that fails for us. To see how redirection changes the symptom, there is a flag in FirstAction called USE_REDIRECTS. Setting this to true uses redirection to transition to the next page. This works for us, and is the way we transition between all of our pages as a workaround to this issue. -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
