There's an incorrect line of example code in the comments for the
WebMacroLink class. Not exactly earth shattering, I know, but it made me
struggle for a while as a relative newcomer to Turbine and WebMacro ;-)
Here is the diff:

cvs diff WebMacroLink.java
Index: WebMacroLink.java
===================================================================
RCS file:
/products/cvs/turbine/turbine/src/java/org/apache/turbine/util/webmacro/WebM
acroLink.java,v
retrieving revision 1.2
diff -r1.2 WebMacroLink.java
81c81
<  * $link.setPage("index.wm").setPathInfo("hello"="world")
---
>  * $link.setPage("index.wm").addPathInfo("hello","world")


Frank



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to