Friday, 15 February 2013

xpages - Disable ClientSide Validation -



xpages - Disable ClientSide Validation -

in posting: how disable client-side validation xpage?

sven demonstrated setting property disable client side validation.

<xp:this.properties> <xp:parameter name="xsp.client.validation" value="false" /> </xp:this.properties>

i tried in test xpage , works great, tried in application , error when submit button clicked rich text field undefined. have custom command contains input , validation , called ext lib application layout control. have removed can app layout when submit right validation gives message:

--------------------------- xpwfsdemoinput --------------------------- error occurred while updating of page. dijit.byid("view:_id1:_id2:_id3:_id4:callback1:_id145:callback1:_id148:inputrichtext1") undefined --------------------------- ok ---------------------------

i place input custom command within new xpage, set parameter on xpage , run , works fine, sees richtext , processes correctly. there appear in app layout causing problems. seek putting ext lib applayout xpage , see happens.

some farther info -- found problem code client side script periodic time check. no thought why hates rtf though.

if want disable client-side validation application, can in xsp properties in application. can in xsp.properties file on server. check out xpages portable command guide more details on , xsp.properties settings

xpages xpages-extlib

No comments:

Post a Comment