Author: bleny Date: 2011-01-09 20:28:52 +0100 (Sun, 09 Jan 2011) New Revision: 45 Url: http://nuiton.org/repositories/revision/nuiton-web/45 Log: deprecate submitContext component (doesn't work with Tapestry 5.2) Modified: trunk/nuiton-tapestry/src/main/java/org/nuiton/web/tapestry5/components/SubmitContext.java Modified: trunk/nuiton-tapestry/src/main/java/org/nuiton/web/tapestry5/components/SubmitContext.java =================================================================== --- trunk/nuiton-tapestry/src/main/java/org/nuiton/web/tapestry5/components/SubmitContext.java 2011-01-07 12:59:52 UTC (rev 44) +++ trunk/nuiton-tapestry/src/main/java/org/nuiton/web/tapestry5/components/SubmitContext.java 2011-01-09 19:28:52 UTC (rev 45) @@ -43,9 +43,15 @@ * String context. The major difference between this component and Tapestry's * Submit component is that this component's context is immutable and can, for * example, be set to different values within a loop. + * + * @link http://wiki.apache.org/tapestry/Tapestry5SubmitContextComponent + * @deprecated was a monkey-patch for a Tapestry 5.0.4 issue. In Tapestry + * 5.2, the bug remains not solved but this workaround is broken. + * (your are f*cked). */ @SupportsInformalParameters @Events(EventConstants.SELECTED + " by default, may be overridden") +@Deprecated public final class SubmitContext implements ClientElement { /**