Update examples/tutorial/step_3.wiki

This commit is contained in:
Jocelyn Fiat
2012-05-26 00:21:31 +03:00
parent 5504175d00
commit fd73af2cf8

View File

@@ -12,9 +12,9 @@ or go to [[step_4.wiki|step 4]]
== "hello" project == == "hello" project ==
* Let's start from the "hello_custom" project * Let's start from the "hello_custom" project
* you will learn how to use the req: WSF_REQUEST argument * you will learn how to use the req: WSF_REQUEST argument
* See the hello project from [[step_3]] folder * See the hello project from [[step_3|step #3]] folder
* The code looks like * You can find code in [[step_3]] folder :
response (req: WSF_REQUEST): WSF_HTML_PAGE_RESPONSE response (req: WSF_REQUEST): WSF_HTML_PAGE_RESPONSE
-- Computed response message. -- Computed response message.