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