Michael, Since you've specified a stylesheet you've likely triggered a special feature. This is known as a PSX Module. It makes a separate request that is cache-able separately from the content including it. This is an optimization feature for a personalized region of content so you can cache the content of the include separate from the larger container. If you are just trying to encapsulate some logic separately it is better not to use the PSX module syntax.
PSX will also stop you from being able to share request variables with called and included contents. If this is a form handling html page its probably best to use request variables without PSX and persist all request variables to session/user at the end. Also be aware there are quirks with other scopes such as users as to when values are flushed to DB. If its form processing page mixed with design it may be best to offload processing to a separate handler file, post/get to that handler then redirect with the process DynaMent so you don't have to worry about caching the handling just any error/success messages. Best, Tim Davis -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/reddot-cms-users/-/iMuK7c8jvUYJ. To post to this group, send email to reddot-cms-users@googlegroups.com. To unsubscribe from this group, send email to reddot-cms-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.