Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

link dead in production mode?

$
0
0
Hi,

I still have this problem running my app in production mode, but now I discover something new.

I have a password change button (see below). It is responsive in development mode on the live server, but not in production mode. However on my development server it is responsive in production mode?! WTF! I am using the same configs and port settings, same browser only dif I can see is the SSL cert on live server is of course a CA signed one.

Any ideas please?
regards,
John

<t:eventlink t:id="passwordClicker" t:zone="passwordZone">
<button title="change your password" class="skip">${message:button.change}</button>
</t:eventlink>

<div class="lowbar">
<input t:type="submit" value="${message:button.update}" t:mixins="jquery/button"/>
</div>
</form>
</t:zone>

<t:zone t:id="passwordZone" id="passwordZone" t:visible="false">
<t:if t:test="showPasswords">
<div class="modalblock"/>
<div class="passwordform">
<form t:type="form" t:id="passwordForm" t:secure="true" t:zone="passwordZone">
<t:errors />

<t:label for="oldpassword" class="left">${message:label.password}</t:label>
<input t:type="PasswordField" t:id="oldPassword" t:validate="required" size="20"/>
<br/>

<t:label for="newpassword" class="left">${message:label.newpassword}</t:label>
<input t:type="PasswordField" t:id="newPassword" t:validate="required" size="20"/>
<br/>

<t:label for="confirmpassword" class="left">${message:label.confirmpassword}</t:label>
<input t:type="PasswordField" t:id="confirmPassword" t:validate="required" size="20"/>
<br/>

<div class="lowbar">
<t:eventlink t:id="cancelPasswordChangeClicker" t:zone="passwordZone">${message:text.cancel}</t:eventlink>

<input t:type="submit" value="${message:button.change}" t:mixins="jquery/button"/>
</div>
</form>
</div>
</t:if>
</t:zone>

</div>

</html>

This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com

Viewing all articles
Browse latest Browse all 5648

Trending Articles