search for: testvari

Displaying 4 results from an estimated 4 matches for "testvari".

Did you mean: testvar
2006 Jun 09
2
blank division after update
...my website. I have a division that is updated using a link_to_remote call. Now, inside the view I can put plain text and everything is fine. However, if I try to pass a variable from the controller to the view it does not work. For example I can have this as the controller: def show_news @testvariable = "shizzlenitboo" end And inside the view I can put <%= @shizzlenitboo %> Yet nothing will display. Does anyone know what is causing this? -- Posted via http://www.ruby-forum.com/.
2006 Jun 09
0
Re: Rails Digest, Vol 21, Issue 195
...my website. I have a division that is updated using a link_to_remote call. Now, inside the view I can put plain text and everything is fine. However, if I try to pass a variable from the controller to the view it does not work. For example I can have this as the controller: def show_news @testvariable = "shizzlenitboo" end And inside the view I can put <%= @shizzlenitboo %> Yet nothing will display. Does anyone know what is causing this? -- Posted via http://www.ruby-forum.com/. ------------------------------ Message: 9 Date: Fri, 9 Jun 2006 12:12:17 -0600 From: Curti...
2007 Mar 01
2
How can I use the "GET VARIABLE variablename" in AGI
...AGI Tx >> 520-Invalid command syntax. Proper usage follows: AGI Tx >> Usage: GET VARIABLE <variablename> Returns 0 if <variablename> is not set. Returns 1 if <variablename> is set and returns the variable in parentheses. example return code: 200 result=1 (testvariable) AGI Tx >> 520 End of proper usage. ------------------------------------------------------------------------------------------ I couldn't get the global variable ${EXTEN}, who can told me where is the wrong? Thanks a lot, Amy ??? ?????????? ????????lijun820311@163.com ??????...
2019 Dec 27
2
AGI: "Get variable" returns variable VALUE vs "Get full variable" returns variable NAME - bug or my misunderstanding?
...000 at default-0000001f;2>AGI Tx >> 200 result=1 (myVar) Is this a bug, poor documentation, or my poor understanding of them? https://wiki.asterisk.org/wiki/display/AST/Asterisk+17+AGICommand_get+full+variable GET FULL VARIABLE VARIABLENAME CHANNEL NAME Example return code: 200 result=1 (testvariable) https://wiki.asterisk.org/wiki/display/AST/Asterisk+17+AGICommand_get+variable GET VARIABLE VARIABLENAME Example return code: 200 result=1 (testvariable) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attach...