Menu

#12 Notequal rule fails with select

open
nobody
None
1
2010-02-24
2010-02-24
No

Notequal rule fails when used with a SELECT component on the browser side. It works properly on the server side.

Example code:

<select name="n1">
<option value="1">1</option>
<option value="2">2</option>
</select>
<select name="n2">
<option value="1">1</option>
<option value="2">2</option>
</select>
<yav:rule value="n1|notequal|$n2" />

It is a bug of YAV javascript library (http://yav.sourceforge.net/), it could be patched.

Discussion


Log in to post a comment.