Changeset 649
- Timestamp:
- 06/23/06 11:47:20
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/uportal/src/ca/mun/portal/strutsbridge/taglib/CalLinkTag.java
r646 r649 139 139 if (path.endsWith(".rdo")) { 140 140 setRenderURL("true"); 141 } else if (path.endsWith(". rdo")) {141 } else if (path.endsWith(".do")) { 142 142 setActionURL("true"); 143 143 } trunk/calendar3/uportal/src/ca/mun/portal/strutsbridge/taglib/CalRewriteTag.java
r646 r649 143 143 if (path.endsWith(".rdo")) { 144 144 setRenderURL("true"); 145 } else if (path.endsWith(". rdo")) {145 } else if (path.endsWith(".do")) { 146 146 setActionURL("true"); 147 147 }
