I will take a patch. ;-) On Friday, 27 July 2012 16:54:51 UTC-5, mweissen wrote: > > Hallo Johann, > > I have tried your proposal - yes, this "workaround" does the job and I > think I will use it. > But I am surprised that there is not simple solution. Or does nobody else > want to get rid the "load"? > > 2012/7/27 Johann Spies <[email protected]> > >> 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) >> >> >>
--

