Thx Eric,
This is when using spark for the input builder templates BTW.
When using the webforms input templates that come out of the box
within a spark view, the inputs are rendered at the start of the
output instead of at the location of the Html.Input() call.
I figured this was due to the webforms engine writing directly to the
response before spark does it thing, so I rewrote a handful of the
input templates in spark. This fixed the output location issue, but
then I ran into the content duplication issue with the spark layouts
previously discussed.
It seems like spark layouts are not expecting to be called multiple
times within a single request and are not cleaning up their internal
state.
-Craig
> > </html>- Hide quoted text -
>
> - Show quoted text -