On Sun, May 13, 2012 at 1:27 PM, Amine Sadry <[email protected]> wrote:
> === SECOND TEST ==== > <listener name="SampleListener" > type="listeners.SampleListener"> > <!--<parameters> > <parameter name="yourParameterName" > value="yourParameterValue" /> > </parameters>--> > </listener> > Well, you shouldn't get a blank screen even if this is the case, but does that listener exist and is its syntax valid? Also this shouldn't matter but try deleting the parameters block altogether as well as the closing listener tag and see if just this works: <listener name="SampleListener" type="listeners.SampleListener" /> And again just to eliminate this possibility, make sure the listener exists. The only other thing I can think to check is your application name in Application.cfc in the skeleton. Change that to something unique, and restart everything (your entire servlet container) after you do that to make sure everything's cleared out. Kinda grasping at straws here without knowing more about your setup but see if any of these suggestions get you any further. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- To post to this group, send email to [email protected] For more options and to unsubscribe, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en SVN: http://svn.mach-ii.com/machii/ Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/
