On Thu, Jan 31, 2008 at 3:30 PM, Brian <[EMAIL PROTECTED]> wrote: > > Thank you but it still does the same thing. It works fine if I run the > applet from webroot but when I try to run it from a model view I get a > incompatable magic number warning and the Java counsol error:
What does "run the applet from webroot" and "run it from a model view" means? Also, you have a typo. Check the line <?php $ur2 = $html->webroot . " ATimePicker.jar"; ?> it should be <?php $url2 = $html->webroot . " ATimePicker.jar"; ?> Regards -- Pablo Viojo [EMAIL PROTECTED] http://pviojo.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
