hey everybody i have a problem in my final year project:
<category>
<pattern>JANIS</pattern>
<template>
<random>
<li>Yes?</li>
<li>At your service</li>
<li>Thats me name.</li>
<li>Im here </li>
<if exists="true" name="username" ><li><get name="username"/></li></if>
</random>
</template>
</category>
now, when i insert “JANIS” it picks one of the <li>s there but not the one with the <if> even though it has the username. i tried to delete every other option, so that it will have to pick it, and its just blank. please help me guys! Thanks ahead