Friday 04 February 2005 3:22:57 am
Take the tscm example http://www.ez.no/ez_publish/documentation/building_an_ez_publish_site/the_guestbook/adding_an_action_button where a guestbook object is initially created using content/action with the NewButton input. This results in the appearance of an editing template for the user to fill in the various attribute values of the guestbook class. This can be overridden, as demonstrated in the documentation, to provide a bespoke editing form. If I had a variable in the template containing the content/action form, how would I be able to pass this value to the edit template? The normal appending of /(myvariable)/myvalue to the url does not work here.
|