I'm having an issue attempting to get the data fields from a form to
process in an XSP page.

This does NOT work:
$dept = <param:dept/>;

While, this does:
my $newrequest = pack ("AAA14A2A6A8A2A2A4A4A3A3", $format, $status,
$instructor, $gen_ed, $day_code, 
$location, $starthr, $stophr, $term, <param:dept/>, $num, $sec);

The second example is how it must eventually be used for formatting a
request to an external socket server which returns XML. But, I would
like to just be able to use $dept after pulling it in previously for
data validation, error checking, etc... prior to submitting the request.

Any ideas? Neither version produces any errors in the logs, even at
Level=10. I tried setting DisableXSLTParams to see if it would help, but
no.

Thanks...

-Dan
-- 
C. Daniel Chase                                [EMAIL PROTECTED]
Web Development Specialist                        (423) 755-4363
The University of Tennessee at Chattanooga   http://www.utc.edu/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to