Revision: 376
Author:   tfenne
Date:     2006-08-13 20:17:17 -0700 (Sun, 13 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/stripes/?rev=376&view=rev

Log Message:
-----------
Fixed the broken download attachment link.

Modified Paths:
--------------
    trunk/examples/web/bugzooky/AddEditBug.jsp
Modified: trunk/examples/web/bugzooky/AddEditBug.jsp
===================================================================
--- trunk/examples/web/bugzooky/AddEditBug.jsp  2006-08-14 02:41:52 UTC (rev 
375)
+++ trunk/examples/web/bugzooky/AddEditBug.jsp  2006-08-14 03:17:17 UTC (rev 
376)
@@ -85,7 +85,7 @@
                     <td>
                         <c:forEach items="${actionBean.bug.attachments}" 
var="attachment" varStatus="loop">
                             ${attachment.name} (${attachment.size} bytes) -
-                            <stripes:link 
href="/bugzooky/DownloadAttachment.action">
+                            <stripes:link 
href="/examples/bugzooky/DownloadAttachment.action">
                                 <stripes:param name="bugId" 
value="${actionBean.bug.id}"/>
                                 <stripes:param name="attachmentIndex" 
value="${loop.index}"/>
                                 <em>${attachment.preview}...</em>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to