sorry my bad...ofcourse, i see the error ... boolean vs Boolean ... pardon my spam :(

From: "Dan  " <[EMAIL PROTECTED]>
Reply-To: "Tapestry users" <[email protected]>
To: [email protected]
Subject: FireFox Vs IE property initial-value issue
Date: Thu, 04 Aug 2005 15:39:10 +0000

Hello all,

Me using Firefox 1.0.6 build. Testing the simplest thing of all.

.page:

<property-specification name="register" type="boolean" initial-value="@[EMAIL PROTECTED]"/>

.java:

public void pageBeginRender(PageEvent event) {
                System.out.println("init value = " + isRegister());
}

thats it...no components ... nothing.. just that one "register" property.

When i hit the page via firefox, isRegister prints true while IE prints false. Ofcourse IE is doing the right thing. But why is a request from firefox sent an incorrect init-value response? I cleared the caches...restarted the jboss container..but the same results :(
please enlighten me. i m very very confused.

cheers!
Dan

_________________________________________________________________
DonÂ’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to