|
Element ITEM_TITLE is undefined in FORM.
The error occurred in wwwroot\portal_registration.cfm Line 181
Site Owner: Click to hide extended details.
This error has been recorded in the logs directory for your website.
To display your own content instead of this page, use a file named
cf_custom_error.cfm file in the root directory for buffalolacrosse.com.
(Include <cfdump var="#error#"> to display detailed error information as shown below.)
ColdFusion Documentation (LiveDocs)
| struct |
| Browser |
CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
|
| DateTime |
{ts '2010-09-09 02:09:48'}
|
| Diagnostics |
Element ITEM_TITLE is undefined in FORM. <br>The error occurred on line 181.
|
| GeneratedContent |
<html>
<head><script type="text/javascript" src="/CFIDE/scripts/cfform.js"></script>
<script type="text/javascript" src="/CFIDE/scripts/masks.js"></script>
<title>Buffalolacrosse.com : Register your League on our Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="http://www.buffalolacrosse.com/blastyle4.css">
<script type="text/javascript">
<!--
_CF_checkCFForm_1 = function(_CF_this)
{
//reset on submit
_CF_error_exists = false;
_CF_error_messages = new Array();
_CF_error_fields = new Object();
_CF_FirstErrorField = null;
//display error messages and return success
if( _CF_error_exists )
{
if( _CF_error_messages.length > 0 )
{
// show alert() message
_CF_onErrorAlert(_CF_error_messages);
// set focus to first form error, if the field supports js focus().
if( _CF_this[_CF_FirstErrorField].type == "text" )
{ _CF_this[_CF_FirstErrorField].focus(); }
}
return false;
}else {
return true;
}
}
//-->
</script>
<script type="text/javascript">
if (window.ColdFusion) ColdFusion.required['mailingemail']=true;
</script>
<script type="text/javascript">
<!--
_CF_checkCFForm_2 = function(_CF_this)
{
//reset on submit
_CF_error_exists = false;
_CF_error_messages = new Array();
_CF_error_fields = new Object();
_CF_FirstErrorField = null;
//form element mailingemail required check
if( _CF_hasValue(_CF_this['mailingemail'], "TEXT", false ) )
{
//form element mailingemail 'EMAIL' validation checks
if (!_CF_checkEmail(_CF_this['mailingemail'].value, true))
{
_CF_onError(_CF_this, "mailingemail", _CF_this['mailingemail'].value, "Invalid Email Address. Please try again.");
_CF_error_exists = true;
}
}else {
_CF_onError(_CF_this, "mailingemail", _CF_this['mailingemail'].value, "Invalid Email Address. Please try again.");
_CF_error_exists = true;
}
//display error messages and return success
if( _CF_error_exists )
{
if( _CF_error_messages.length > 0 )
{
// show alert() message
_CF_onErrorAlert(_CF_error_messages);
// set focus to first form error, if the field supports js focus().
if( _CF_this[_CF_FirstErrorField].type == "text" )
{ _CF_this[_CF_FirstErrorField].focus(); }
}
return false;
}else {
return true;
}
}
//-->
</script>
<script type="text/javascript">
if (window.ColdFusion) ColdFusion.required['item_title']=true;
</script>
<script type="text/javascript">
if (window.ColdFusion) ColdFusion.required['indoor_outdoor']=true;
</script>
<script type="text/javascript">
if (window.ColdFusion) ColdFusion.required['indoor_outdoor']=true;
</script>
<script type="text/javascript">
if (window.ColdFusion) ColdFusion.required['age_ranges']=true;
</script>
<script type="text/javascript">
if (window.ColdFusion) ColdFusion.required['location']=true;
</script>
<script type="text/javascript">
if (window.ColdFusion) ColdFusion.required['start_date']=true;
</script>
<script type="text/javascript">
if (window.ColdFusion) ColdFusion.required['end_date']=true;
</script>
<script type="text/javascript">
if (window.ColdFusion) ColdFusion.required['fee']=true;
</script>
<script type="text/javascript">
if (window.ColdFusion) ColdFusion.required['website']=true;
</script>
<script type="text/javascript">
if (window.ColdFusion) ColdFusion.required['contact_name']=true;
</script>
<script type="text/javascript">
if (window.ColdFusion) ColdFusion.required['contact_email']=true;
</script>
<script type="text/javascript">
<!--
_CF_checkCFForm_3 = function(_CF_this)
{
//reset on submit
_CF_error_exists = false;
_CF_error_messages = new Array();
_CF_error_fields = new Object();
_CF_FirstErrorField = null;
//form element item_title required check
if( !_CF_hasValue(_CF_this['item_title'], "TEXT", false ) )
{
_CF_onError(_CF_this, "item_title", _CF_this['item_title'].value, "Invalid Item Name.");
_CF_error_exists = true;
}
//form element indoor_outdoor required check
if( !_CF_hasValue(_CF_this['indoor_outdoor'], "RADIO", false ) )
{
_CF_onError(_CF_this, "indoor_outdoor", _CF_this['indoor_outdoor'].value, "Please choose whether the camp is indoor or outdoor.");
_CF_error_exists = true;
}
//form element indoor_outdoor required check
if( !_CF_hasValue(_CF_this['indoor_outdoor'], "RADIO", false ) )
{
_CF_onError(_CF_this, "indoor_outdoor", _CF_this['indoor_outdoor'].value, "Please choose whether the camp is indoor or outdoor.");
_CF_error_exists = true;
}
//form element age_ranges required check
if( !_CF_hasValue(_CF_this['age_ranges'], "TEXT", false ) )
{
_CF_onError(_CF_this, "age_ranges", _CF_this['age_ranges'].value, "Invalid Age Ranges.");
_CF_error_exists = true;
}
//form element location required check
if( !_CF_hasValue(_CF_this['location'], "TEXT", false ) )
{
_CF_onError(_CF_this, "location", _CF_this['location'].value, "Invalid Location.");
_CF_error_exists = true;
}
//form element start_date required check
if( _CF_hasValue(_CF_this['start_date'], "TEXT", false ) )
{
//form element start_date 'DATE' validation checks
if (!_CF_checkdate(_CF_this['start_date'].value, true))
{
_CF_onError(_CF_this, "start_date", _CF_this['start_date'].value, "Invalid Start Date.");
_CF_error_exists = true;
}
}else {
_CF_onError(_CF_this, "start_date", _CF_this['start_date'].value, "Invalid Start Date.");
_CF_error_exists = true;
}
//form element end_date required check
if( _CF_hasValue(_CF_this['end_date'], "TEXT", false ) )
{
//form element end_date 'DATE' validation checks
if (!_CF_checkdate(_CF_this['end_date'].value, true))
{
_CF_onError(_CF_this, "end_date", _CF_this['end_date'].value, "Invalid End Date (even if it is the same as the start date).");
_CF_error_exists = true;
}
}else {
_CF_onError(_CF_this, "end_date", _CF_this['end_date'].value, "Invalid End Date (even if it is the same as the start date).");
_CF_error_exists = true;
}
//form element fee required check
if( _CF_hasValue(_CF_this['fee'], "TEXT", false ) )
{
//form element fee 'INTEGER' validation checks
if (!_CF_checkinteger(_CF_this['fee'].value, true))
{
_CF_onError(_CF_this, "fee", _CF_this['fee'].value, "Invalid Fee.");
_CF_error_exists = true;
}
}else {
_CF_onError(_CF_this, "fee", _CF_this['fee'].value, "Invalid Fee.");
_CF_error_exists = true;
}
//form element website required check
if( _CF_hasValue(_CF_this['website'], "TEXT", false ) )
{
//form element website 'URL' validation checks
if (!_CF_checkURL(_CF_this['website'].value, true))
{
_CF_onError(_CF_this, "website", _CF_this['website'].value, "Invalid website.");
_CF_error_exists = true;
}
}else {
_CF_onError(_CF_this, "website", _CF_this['website'].value, "Invalid website.");
_CF_error_exists = true;
}
//form element contact_name required check
if( !_CF_hasValue(_CF_this['contact_name'], "TEXT", false ) )
{
_CF_onError(_CF_this, "contact_name", _CF_this['contact_name'].value, "Invalid Contact Name.");
_CF_error_exists = true;
}
//form element contact_email required check
if( _CF_hasValue(_CF_this['contact_email'], "TEXT", false ) )
{
//form element contact_email 'EMAIL' validation checks
if (!_CF_checkEmail(_CF_this['contact_email'].value, true))
{
_CF_onError(_CF_this, "contact_email", _CF_this['contact_email'].value, "Invalid Contact Email.");
_CF_error_exists = true;
}
}else {
_CF_onError(_CF_this, "contact_email", _CF_this['contact_email'].value, "Invalid Contact Email.");
_CF_error_exists = true;
}
//form element contact_phone 'TELEPHONE' validation checks
if (!_CF_checkphone(_CF_this['contact_phone'].value, false))
{
_CF_onError(_CF_this, "contact_phone", _CF_this['contact_phone'].value, "Error in contact_phone text.");
_CF_error_exists = true;
}
//display error messages and return success
if( _CF_error_exists )
{
if( _CF_error_messages.length > 0 )
{
// show alert() message
_CF_onErrorAlert(_CF_error_messages);
// set focus to first form error, if the field supports js focus().
if( _CF_this[_CF_FirstErrorField].type == "text" )
{ _CF_this[_CF_FirstErrorField].focus(); }
}
return false;
}else {
return true;
}
}
//-->
</script>
</head>
<body>
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center" class="otab2">
<tr>
<td colspan="3"><img src="images/blahead_newest.jpg" width="760" height="137" border="0" usemap="#Map" />
<map name="Map" id="Map">
<area shape="rect" coords="0,110,45,136" href="http://www.buffalolacrosse.com" />
<area shape="rect" coords="46,110,86,136" href="http://bla.buffalolacrosse.com" />
<area shape="rect" coords="86,110,125,136" href="http://shop.buffalolacrosse.com" />
<area shape="rect" coords="125,110,173,136" href="teams.cfm" />
<area shape="rect" coords="173,110,280,136" href="camps.cfm" />
<area shape="rect" coords="280,110,336,136" href="leagues.cfm" />
<area shape="rect" coords="336,110,420,136" href="tournaments.cfm" />
<area shape="rect" coords="420,110,495,136" href="businesses.cfm" />
<area shape="rect" coords="495,110,573,136" href="community.cfm" />
<area shape="rect" coords="573,110,638,136" href="recruiting.cfm" />
<area shape="rect" coords="638,110,712,136" href="classroom.cfm" />
<area shape="rect" coords="712,110,759,136" href="scoreboard.cfm" />
</map></td>
</tr>
<tr>
<td valign="top" class="htd"><img src="images/top_registerlisting.jpg"></td>
<td width="160" rowspan="2" valign="top" align="right" class="left2td"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#FFFFFF" class="notify"><div align="center">The BLA.BUFFALOLACROSSE.COM website has Permanently Moved to WWW.BUFFALOLACROSSE.COM. Please update all your bookmarks accordingly. All pages will now be run off of the new website. Thank you.</div></td>
</tr>
</table>
<br><br><table width="100%" border="0" cellspacing="0" cellpadding="0" align="right" class="otab">
<tr>
<td class="ads"><img src="images/transparent.gif" width="4" height="1" /></td>
<td colspan="2" class="ads"><form name="CFForm_1" id="CFForm_1" action="sendpage.cfm" method="post" onsubmit="return _CF_checkCFForm_1(this)"> <input type="hidden" value="http://buffalolacrosse.com/portal_registration.cfm?c=6" name="urltosend"><input type="image" src="images/portal_emailfriend_bl.gif" name="submit" value="submit"></form>
<p><img src="images/left_aboutus.gif" width="150" height="20" /><br />
Buffalolacrosse.com is a user supported online community dedicated to the development of lacrosse in the Western New York region. We need your input to make our website successful. Post your <a href="teams.cfm" class="dk12">team</a>, <a href="camps.cfm" class="dk12">camp</a>, <a href="leagues.cfm" class="dk12">league</a>, <a href="tournaments.cfm" class="dk12">tournament</a>, <a href="businesses.cfm" class="dk12">business</a>, <a href="community.cfm" class="dk12">community event</a>, <a href="submititem.cfm" class="dk12">recruiting idea</a>, <a href="submititem.cfm" class="dk12">classroom idea</a>, or <a href="aboutus.cfm" class="dk12">see other ways you can help.</a></p></td>
</tr>
<tr>
<td class="ads"> </td>
<td colspan="2" class="ads"> </td>
</tr>
<tr>
<td class="ads"> </td>
<td colspan="2" class="ads"><div align="right">
<p><a href="http://bla.buffalolacrosse.com/schools_about.cfm"><img src="images/bla_largead.gif" width="150" height="250" border="0" /></a></p>
<p>
<a href="http://www.bluebisonsports.com/category_s/35.htm"><img src="images/Portal/theshoptop.jpg" border="0"></a></p>
</div></td>
</tr>
<tr><td class="ads"> </td><td class="ads"> <p><br />
<a href="photos.cfm"><img src="images/portal_photos_small.gif" border="0" /></a>
<div align="center">View photos from various Buffalo area lacrosse events<br />
<br />
<a href="album.cfm?anum=35" class="dk12">2010 Syracuse Shootout</a> | <a href="photos.cfm" class="dk12">More</a><br>
<img src="images/transparent.gif" width="5" height="10"><img src="http://www.buffalolacrosse.com/images/photos/camera.jpg" class="albumpic" width="130"><img src="images/transparent.gif" width="5" height="10"></div></td></tr>
<tr><td class="ads"> </td>
<td class="ads"><div align="center">
<p align="left"><img src="images/left_mailinglist.gif" /><br />
Enter your email address here to sign up for periodic updates from the BLA</p>
<form name="CFForm_2" id="CFForm_2" action="mailingjoin.cfm" method="post" onsubmit="return _CF_checkCFForm_2(this)"> <input name="mailingemail" id="mailingemail" type="text" class="sminput" size="14" />
<input type="image" src="images/list_join2.jpg" name="submit" value="submit" />
</form>
</div></td>
</tr><tr>
<td class="ads"> </td>
<td colspan="2" class="ads"><p> </p>
<p><img src="images/left_sponsors.gif" width="150" height="20" /><br />
Please click to support our sponsors. They are the ones that make BuffaloLacrosse.com possible.</p></td>
</tr>
<tr>
<td class="ads"> </td>
<td colspan="2" class="ads"><div align="right"><a href="http://thecoacheseye.com/" target="_blank"><img src="images/Portal/ads/coacheseye.gif" border="0"><br />
</a></div></td>
</tr>
<tr>
<td class="ads"> </td>
<td colspan="2" class="ads"><div align="right"><a href="http://buffalolacrosse.com/lancaster_medical.cfm" target="_blank"><img src="images/Portal/ads/lancaster.gif" border="0"><br />
</a></div></td>
</tr>
<tr>
<td class="ads"> </td>
<td colspan="2" class="ads"><div align="right"><a href="http://www.nickelcitysports.com" target="_blank"><img src="images/Portal/ads/nickelcity.gif" border="0"><br />
</a></div></td>
</tr>
<tr>
<td class="ads"> </td>
<td colspan="2" class="ads"><div align="right"><a href="http://www.hickorylax.com" target="_blank"><img src="images/Portal/ads/hickory.gif" border="0"><br />
</a></div></td>
</tr>
<tr>
<td class="ads"> </td>
<td colspan="2" class="ads"><div align="right"><a href="http://bluebisonsports.com" target="_blank"><img src="images/Portal/ads/bluebison.gif" border="0"><br />
</a></div></td>
</tr>
<tr>
<td class="ads"> </td>
<td colspan="2" class="ads"><div align="right"><a href="http://myplayerssports.com" target="_blank"><img src="images/Portal/ads/playerssports.gif" border="0"><br />
</a></div></td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" class="ntd" height="1000">
<p>Fill out this form to register your League on Buffalolacrosse.com. There is no cost to you for this listing! All listings will be reviewed by our administrative staff before appearing on our website.
<br>
<br>
* indicates a required field </p>
<form name="CFForm_3" id="CFForm_3" action="portal_registration.cfm?c=6" method="post" onsubmit="return _CF_checkCFForm_3(this)">
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td colspan="2" class="htd">League Information</td>
</tr>
<tr>
<td width="50%" class="nntd"><div align="right">Title* </div></td>
<td width="50%" class="nntd"><input name="item_title" id="item_title" type="text" class="sminput2" size="40" /></td>
</tr>
<tr>
<td class="nntd"><div align="right">Choose a category*</div></td>
<td class="nntd">
<select name="item_category" class="sminput2">
<option value="Male">Male</option>
<option value="Female">Female</option>
<option value="Youth Boys">Youth Boys</option>
<option value="Youth Girls">Youth Girls</option>
</select>
</td>
</tr> <tr>
<td class="nntd"><div align="right">Indoor or outdoor?*</div></td>
<td class="nntd"><input name="indoor_outdoor" id="indoor_outdoor" type="radio" value="Indoor" />Indoor<br><input name="indoor_outdoor" id="indoor_outdoor" type="radio" value="Outdoor" />Outdoor</td>
</tr>
<tr>
<td class="nntd"><div align="right"> Age Ranges*</div></td>
<td class="nntd"><input name="age_ranges" id="age_ranges" type="text" class="sminput2" size="40" /></td>
</tr>
<tr>
<td class="nntd"><div align="right"> Location*</div></td>
<td class="nntd"><input name="location" id="location" type="text" class="sminput2" size="40" /></td>
</tr>
<tr>
<td class="nntd"><div align="right">Start Date (mm/dd/yyyy)*</div></td>
<td class="nntd"><input name="start_date" id="start_date" type="text" class="sminput2" size="10" /></td>
</tr>
<tr>
<td class="nntd"><div align="right">End Date (mm/dd/yyyy)*</div></td>
<td class="nntd"><input name="end_date" id="end_date" type="text" class="sminput2" size="10" /></td>
</tr>
<tr>
<td class="nntd"><div align="right">Fee (no dollar sign)*</div></td>
<td class="nntd"><input name="fee" id="fee" type="text" class="sminput2" size="10" /></td>
</tr> <tr>
<td class="nntd"><div align="right">Website*</div></td>
<td class="nntd"><input name="website" id="website" type="text" value="http://" class="sminput2" size="40" /></td>
</tr>
<tr>
<td class="nntd"><div align="right">Description (optional) </div></td>
<td class="nntd"><textarea name="description" id="description" class="sminput2" cols="50" rows="6" ></textarea></td>
</tr>
<tr>
<td colspan="2" class="htd">League Contact Information</td>
</tr>
<tr>
<td class="nntd"><div align="right">Contact Name*</div></td>
<td class="nntd"><input name="contact_name" id="contact_name" type="text" class="sminput2" size="40" /></td>
</tr>
<tr>
<td class="nntd"><div align="right">Contact Email*</div></td>
<td class="nntd"><input name="contact_email" id="contact_email" type="text" class="sminput2" size="40" /></td>
</tr>
<tr>
<td class="nntd"><div align="right">Contact Phone</div></td>
<td class="nntd"><input name="contact_phone" id="contact_phone" type="text" class="sminput2" size="40" /></td>
</tr>
<tr>
<td colspan="2" class="nntd"><div align="right">
<p> </p><input name="registration_code" id="registration_code" type="hidden" value="CGowIpsxBA" /><input name="item_classification" id="item_classification" type="hidden" value="6" /><input name="active" id="active" type="hidden" value="No" /><input name="paid" id="paid" type="hidden" value="No" /><input name="registration_date" id="registration_date" type="hidden" value="9/9/2010" /><input name="exp_date" id="exp_date" type="hidden" value="9/9/2010" /> <input name="submitlisting" id="submitlisting" type="submit" value="Submit Listing >>" class="submit" />
</div></td>
</tr>
</table></form>
|
| HTTPReferer |
[empty string]
|
| Mailto |
[empty string]
|
| Message |
Element ITEM_TITLE is undefined in FORM.
|
| QueryString |
c=6
|
| RemoteAddress |
38.107.191.94
|
| RootCause |
| struct |
| Detail |
[empty string]
|
| ErrNumber |
0
|
| Message |
Element ITEM_TITLE is undefined in FORM.
|
| Resolvedname |
FORM
|
| StackTrace |
coldfusion.runtime.UndefinedElementException: Element ITEM_TITLE is undefined in FORM.
at coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1659)
at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1612)
at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1747)
at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1740)
at cfportal_registration2ecfm1409079296.runPage(E:\webs\buffalolacrosse.com\wwwroot\portal_registration.cfm:181)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:388)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:288)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:175)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
|
| TagContext |
| array
|
| 1 |
| struct |
| COLUMN |
0
|
| ID |
??
|
| LINE |
181
|
| RAW_TRACE |
at cfportal_registration2ecfm1409079296.runPage(E:\webs\buffalolacrosse.com\wwwroot\portal_registration.cfm:181)
|
| TEMPLATE |
E:\webs\buffalolacrosse.com\wwwroot\portal_registration.cfm
|
| TYPE |
CFML
|
|
|
| Type |
Expression
|
| element |
ITEM_TITLE
|
| objectType |
object of java.lang.Class
|
| Class Name |
java.lang.Class |
| Methods |
| Method
|
Return Type
|
| asSubclass(java.lang.Class) |
java.lang.Class |
| cast(java.lang.Object) |
java.lang.Object |
| desiredAssertionStatus() |
boolean |
| forName(java.lang.String, boolean, java.lang.ClassLoader) |
java.lang.Class |
| forName(java.lang.String) |
java.lang.Class |
| getAnnotation(java.lang.Class) |
java.lang.annotation.Annotation |
| getAnnotations() |
java.lang.annotation.Annotation[] |
| getCanonicalName() |
java.lang.String |
| getClassLoader() |
java.lang.ClassLoader |
| getClasses() |
java.lang.Class[] |
| getComponentType() |
java.lang.Class |
| getConstructor(java.lang.Class[]) |
java.lang.reflect.Constructor |
| getConstructors() |
java.lang.reflect.Constructor[] |
| getDeclaredAnnotations() |
java.lang.annotation.Annotation[] |
| getDeclaredClasses() |
java.lang.Class[] |
| getDeclaredConstructor(java.lang.Class[]) |
java.lang.reflect.Constructor |
| getDeclaredConstructors() |
java.lang.reflect.Constructor[] |
| getDeclaredField(java.lang.String) |
java.lang.reflect.Field |
| getDeclaredFields() |
java.lang.reflect.Field[] |
| getDeclaredMethod(java.lang.String, java.lang.Class[]) |
java.lang.reflect.Method |
| getDeclaredMethods() |
java.lang.reflect.Method[] |
| getDeclaringClass() |
java.lang.Class |
| getEnclosingClass() |
java.lang.Class |
| getEnclosingConstructor() |
java.lang.reflect.Constructor |
| getEnclosingMethod() |
java.lang.reflect.Method |
| getEnumConstants() |
java.lang.Object[] |
| getField(java.lang.String) |
java.lang.reflect.Field |
| getFields() |
java.lang.reflect.Field[] |
| getGenericInterfaces() |
java.lang.reflect.Type[] |
| getGenericSuperclass() |
java.lang.reflect.Type |
| getInterfaces() |
java.lang.Class[] |
| getMethod(java.lang.String, java.lang.Class[]) |
java.lang.reflect.Method |
| getMethods() |
java.lang.reflect.Method[] |
| getModifiers() |
int |
| getName() |
java.lang.String |
| getPackage() |
java.lang.Package |
| getProtectionDomain() |
java.security.ProtectionDomain |
| getResource(java.lang.String) |
java.net.URL |
| getResourceAsStream(java.lang.String) |
java.io.InputStream |
| getSigners() |
java.lang.Object[] |
| getSimpleName() |
java.lang.String |
| getSuperclass() |
java.lang.Class |
| getTypeParameters() |
java.lang.reflect.TypeVariable[] |
| isAnnotation() |
boolean |
| isAnnotationPresent(java.lang.Class) |
boolean |
| isAnonymousClass() |
boolean |
| isArray() |
boolean |
| isAssignableFrom(java.lang.Class) |
boolean |
| isEnum() |
boolean |
| isInstance(java.lang.Object) |
boolean |
| isInterface() |
boolean |
| isLocalClass() |
boolean |
| isMemberClass() |
boolean |
| isPrimitive() |
boolean |
| isSynthetic() |
boolean |
| newInstance() |
java.lang.Object |
| toString() |
java.lang.String |
|
|
|
| StackTrace |
coldfusion.runtime.UndefinedElementException: Element ITEM_TITLE is undefined in FORM.
at coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1659)
at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1612)
at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1747)
at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1740)
at cfportal_registration2ecfm1409079296.runPage(E:\webs\buffalolacrosse.com\wwwroot\portal_registration.cfm:181)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:388)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:288)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:175)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
|
| TagContext |
| array
|
| 1 |
| struct |
| COLUMN |
0
|
| ID |
??
|
| LINE |
181
|
| RAW_TRACE |
at cfportal_registration2ecfm1409079296.runPage(E:\webs\buffalolacrosse.com\wwwroot\portal_registration.cfm:181)
|
| TEMPLATE |
E:\webs\buffalolacrosse.com\wwwroot\portal_registration.cfm
|
| TYPE |
CFML
|
|
|
| Template |
/portal_registration.cfm
|
| Type |
coldfusion.runtime.CfErrorWrapper
|
|