L
Larry White
------=_Part_21298_6174007.1134830999868
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
I'm trying to use the cgi library to generate some html that will later get
run through erb.
The problem i'm having is that if i try to use the cgi.text_field method it
automatically escapes anything passed in as the value. That means an erb
instruction like "<%=3D get_a_value_ here %>" gets escaped and erb ignores =
it.
I looked at the cgi source, but the method that does the work, input(),
isn't defined in the main file.
I have two questions:
1. Where would i find the file where the instance method input is defined?
2. Is there an easier way around this than trying to hack the cgi library?
thanks.
------=_Part_21298_6174007.1134830999868--
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
I'm trying to use the cgi library to generate some html that will later get
run through erb.
The problem i'm having is that if i try to use the cgi.text_field method it
automatically escapes anything passed in as the value. That means an erb
instruction like "<%=3D get_a_value_ here %>" gets escaped and erb ignores =
it.
I looked at the cgi source, but the method that does the work, input(),
isn't defined in the main file.
I have two questions:
1. Where would i find the file where the instance method input is defined?
2. Is there an easier way around this than trying to hack the cgi library?
thanks.
------=_Part_21298_6174007.1134830999868--