mackmislang
Programmer
Is there anybody knows howto use the equivalent of eval in JSP?
Example: in PHP i can say that eval("\$$x = _POST['\$var']);
where $x is a representation of another variable equivalent to $var variable.
Example: in PHP i can say that eval("\$$x = _POST['\$var']);
where $x is a representation of another variable equivalent to $var variable.