Sorry, caught one error in my question:

1. I guessed on the last method [addQueryData("name","eventSubmit_doSetCourseID")] - will this work to set the method name for my action to Admin.setCourseID()?
(changed "admin" to "Admin"... Admin is the name of my action (as seen in the setAction method), "admin" is the name of my template and screen directories for the link destination :).



On Wednesday, July 9, 2003, at 07:24 AM, Keith Seim wrote:


I think I've got most of the details on a href turbine links figured out, but I'm not sure on a couple things. Here's my example code:

<a href = "$link.setScreen("admin,CourseMain").setPage("admin,CourseMain.vm").addQueryData(
"courseID",$courseData.courseid).setAction("Admin").addQueryData("name","eventSubmit_doSetCourseID"
)> stuff </a>

Two Questions:
1. I guessed on the last method [addQueryData("name","eventSubmit_doSetCourseID")] - will this work to set the method name for my action to admin.setCourseID()?


2. Is it possible to write this on separate lines? As you can see - it gets a bit long.

Thanks
___________________________________
Keith Seim • http://kjsdesigns.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to