Passing Arguments to a dtml menthod
I created ZSQL query and added an argument using the issue_id=<dtml-sqlvar Item_Id type=string> and placing "Item_Id" in the Arguments field. Then Created a Search method (mymethod) which uses the ZSQL query via the standard <dtml-in theZSQLquery>............. Now I can create a hyperlink and pass the argument via adding the "?Item_Id=ABC123" to the end and I get the expected results. However I want to be able to do: <dtml-var "mymethod(_, _.None, Issue_Id=ABC123)"> or <dtml-let Item_Id="ABC123"><dtml-var mymethod></dtml-let> Both of which return Missing Input Variable Item_Id Any Help is most appreciated. I must me missing something basic but I can find anyone else that has writting about this......It should work right?!!!!!! Thanks Rob Disclaimer: The information contained in this transmission, including any attachments, may contain confidential information of Matsushita Avionics Systems Corporation. This transmission is intended only for the use of the addressee(s) listed above. Unauthorized review, dissemination or other use of the information contained in this transmission is strictly prohibited. If you have received this transmission in error or have reason to believe you are not authorized to receive it, please notify the sender by return email and promptly delete the transmission.
participants (1)
-
Rob Senk