Re: NoClassDefFoundError in latest snaphot!

2006-11-19 Thread kit
Argh... I am having the same problem too wit the tapestry-framework-4.1.1-20061119.014600-43.jar .. :'( -- View this message in context: http://www.nabble.com/NoClassDefFoundError-in-latest-snaphot%21-tf2663035.html#a7428486 Sent from the Tapestry - User mailing list archive at Nabble.com.

uncaught exception: [object Object] when using EventListener

2006-12-03 Thread kit
I encountered a problem with the new snapshot, well it was working previously in the older snapshots. I am trying to use this EventListener annotation... I am pretty sure it work very well in the 2 snapshots back code snippet as follow @EventListener(targets="chapterChooser",events="onch

Node not found

2006-12-05 Thread kit
FATAL exception raised: createWidget() Node not found with specified id of 'dob'. I encounter this problem when I try to use a selectionproperty with Eventlistener annotation to populate the 2nd propertyselection

Re: Node not found... any1 :( ? helpp

2006-12-06 Thread kit
Any clue !? is this a bug or I missed out anything ? -- View this message in context: http://www.nabble.com/Node-not-found...-any1-%3A%28---helpp-tf2762493.html#a7731133 Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: Node not found... any1 :( ? helpp

2006-12-07 Thread kit
Hi, Ok it is actually quite ez to reproduce... @EventListener(targets="chapterChooser",events="onchange",submitForm="f1",async=true) public void getDistricts(IRequestCycle cycle){ String a = this.getFormA().getChapter(); ArrayList t = new ArrayList();

Re: Node not found... any1 :( ? helpp

2006-12-08 Thread kit
In IE this error appear.. not sure if its ERROR: 11:10:07 PM: Error received in IO response. : XMLHttpTransport.watchInFlight Error: [object Error] DEBUG: XMLHttpTransport error callback failed: [object Object] -- View this message in context: http://www.nabble.com/Node-not-found...-any1-%

Re: Node not found... any1 :( ? helpp

2006-12-11 Thread kit
help ? kit wrote: > > FATAL exception raised: createWidget() Node not found with specified id of > 'dob'. > > I encounter this problem when I try to use a selectionproperty with > Eventlistener annotation to popula

Re: Node not found... any1 :( ? helpp

2006-12-13 Thread kit
same thing, and there's no telling how long that may be. > > On 12/6/06, kit <[EMAIL PROTECTED]> wrote: >> >> Any clue !? is this a bug or I missed out anything ? >> -- >> View this message in context: >> http://www.nabble.com/Node-not-found...-any

PageTester and HttpServletRequest error.

2008-09-17 Thread Kit Yeung
the test in src/test/java and execute mvn test, and it has the error I attached. I tried to ran a even simpler test like assertEqual without PageTester, and it ran fine. Any idea? If you want more detail, please reply.. Thanks! Kit I am using: Maven version: 2.0.9 Java version: 1.6.0_07 OS

Re: PageTester and HttpServletRequest error.

2008-09-17 Thread Kit Yeung
Hi Hilcon, On Wed, Sep 17, 2008 at 01:19, Kit Yeung <[EMAIL PROTECTED]> wrote: I am doing a evaluation on Tapestry, I am very new to Tapestry as well as Java and its frameworks. Don't you think you're taking on slightly more than you can handle? If you're really

T5: Get remote IP address without Request/GlobalRequest?

2009-01-08 Thread Kit Yeung
Hi all, I have some utilities classes (that is not in Page nor Component so I can't @Inject request) and I want to get remote IP from those classes, is there any way to get IP address directly without passing the request/globalrequest object from the Page/Component? Thanks