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.
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
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
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.
--
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();
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-%
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
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
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
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
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
11 matches
Mail list logo