DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7610>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7610 Order page sample has port number hard-wired Summary: Order page sample has port number hard-wired Product: Cocoon 2 Version: 2.0.2 Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other Component: sitemap components AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The sample at cocoon/Order has the port number hardwired to 8080. Since I changed my port to 80, this broke the sample. You should probably remove the directory name as well, since that is subject to change (I had changed my to cocoon2.0.2). The file is: docs/samples/stream/OrderPage.xml. Change: <FORM action="http://localhost:8080/cocoon/request1" id="FORM1" method="post" name="FORM1"> To: <FORM action="request1" id="FORM1" method="post" name="FORM1"> Thanks, Stephen Ng --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]