Hello all, I'm on T4.0.
I'm using a property selection drop down to choose the size of a table
page. 'submitOnChange' is true so it fires some javascript to make the
submit happens on choice. When I choose a selection from the drop down
I get a javascript error in the browser 'this.form.events' is null or
not an object.
Anybody have a clue as to what I'm doing wrong?
My html template code is:
<form jwcid="@Form" listener="ognl:listeners.changePageSize"
direct="false">
<td align="right" bgcolor="#F4F4F4" valign="bottom">
Showing lines <span jwcid="@Insert"
value="ognl:startingRow + 1">99</span>
-
<span jwcid="pageSizeSelection" style="font-size:10px;"
/>
of <span jwcid="@Insert"
value="ognl:rowCount">100</span>
</td>
</form>
My jwc code is
<component id="pageSizeSelection" type="PropertySelection">
<binding name="model" value="pageSizeModel" />
<binding name="value" value="currentPageSize" />
<binding name="submitOnChange" value="true" />
</component>
I don't think the property selection model (pageSizeModel) has a bearing
on the issue because the drop down has the correct data and if I view
source the page it looks right.
Thanks,
David Harvey
Ingenix, Inc.
"Secure Server BSK" made the following
annotations on 04/09/2006 03:02:49 PM
------------------------------"This e-mail, including attachments, may include
confidential and/or proprietary information, and may be used only by the person
or entity to which it is addressed. If the reader of this e-mail is not the
intended recipient or his or her authorized agent, the reader is hereby
notified that any dissemination, distribution or copying of this e-mail is
prohibited. If you have received this e-mail in error, please notify the sender
by replying to this message and delete this e-mail immediately."
==============================
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]