Hallo Martin,

In stead of redirecting, I am using this script in the view:

<script type="text/javascript">
    jQuery(document).ready(function() {
                          jQuery($(":input:submit:last").addClass('gaanvoort'));
                          jQuery($("input.gaanvoort").click(
                              function() {
                                  window.location =
"/init/articles/add_article";
                                  }));

                           });
 </script>

and then use session variables on the destination.

Regards
Johann

-- 
Because experiencing your loyal love is better than life itself,
my lips will praise you.  (Psalm 63:3)

-- 



Reply via email to