>
>File f = (File)request.getAttribute("my_class_file");
>
>But it does not work. It compiles if I change to:
>
>Object obj = request.getAttribute("my_class_file");
>
>But then, how do I transform an Object to a File, and then, as the file is a
>compiled class, how do I create an instantiate this class to call some
>methods of it?

completely on the wrong track here.

please check the servlet api docs to see what getAttribute is for. You'll 
be surprised ;-).

>Thanks again!
>[]s
>Guilherme Ceschiatti
>[EMAIL PROTECTED]

(-) Robert Kr�ger
(-) SIGNAL 7 Gesellschaft f�r Informationstechnologie mbH
(-) Br�der-Knau�-Str. 79 - 64285 Darmstadt,
(-) Tel: 06151 665401, Fax: 06151 665373
(-) [EMAIL PROTECTED], www.signal7.de


Reply via email to