Re: Weird NoClassDefFoundError

2006-05-03 Thread Istvan Zakar
Hi! I have a somolar problem few weeks ago. Are you using the same version of Java for compiling and running? brg, Istvan On 5/3/06, Rob Dennett <[EMAIL PROTECTED]> wrote: Thanks. Here is the stack trace * model.daos.SessionCreatorImpl.(SessionCreatorImpl.java:14) * sun.reflect.Na

Re: moving tapestry applications winXP->fedora

2006-04-10 Thread Istvan Zakar
deployment - i had developed in > 1.5 and forgot to change the prod Java VM from 1.4.2 to 1.5 and got this > error > > Regards, > > Korbinian > > > > -----Ursprüngliche Nachricht- > > Von: Istvan Zakar [mailto:[EMAIL PROTECTED] > > Gesendet: Montag, 10.

moving tapestry applications winXP->fedora

2006-04-09 Thread Istvan Zakar
Hi All! I have problem with deploying applications in Fedora. My applications work fine under winXP, but when I try to run, the simpler are working, but some of the throws a java.lang.NoClassDefFoundError, but the class is there, so I think I missed something during the configuration. Thanks for

DynamicForm with validator

2006-03-18 Thread Istvan Zakar
Hi! I have tried Kent's DynamicForm example. Home.html: User name  Home.page: If I submit the form with an empty field, the field marked with ' ** ' But there is some problem with the label, because the next label becomes red. If I place the label after the textbox, everything

Re: Clinets IP

2005-12-08 Thread Istvan Zakar
> 2. IP might be unavailable if Tomcat is a worker > behind Apache. But I can see the correct IP address, but not when the page loaded, only after the first refresh... (And sometimes the refresh does not help, for example in Firefox...) BRG, Istvan --

Re: Clinets IP

2005-12-08 Thread Istvan Zakar
address? BRG, Istvan 2005/12/8, Istvan Zakar <[EMAIL PROTECTED]>: > I have this function for an insert component to display the ip fot test: > > public String getIp(){ > > System.out.println(getRequestCycle().getRequestContext().getRe

Re: Clinets IP

2005-12-08 Thread Istvan Zakar
atrick Casey [mailto:[EMAIL PROTECTED] > > Sent: Thursday, December 08, 2005 3:26 PM > > To: 'Tapestry users' > > Subject: RE: Clinets IP > > > > > > > > cycle.getRequestContext().getRequest().getRemoteAddr(); > > > > > -Origina

Clinets IP

2005-12-08 Thread Istvan Zakar
Hello! My application should display a littlebit different content depending on the client's IP. Is there an easy way to figure out the IP address? BRG, Istvan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Fwd: Contrib:tree render problem

2005-12-05 Thread Istvan Zakar
Hello! On the dev list suggested me to ask this question here. Can somebody help me, how the contrib:tree works? If somebody was able to render a contrib:tree properly pls tell me what I am doing wrong. > I've tried to > figure out how to use contrib:tree in tapestry 4. I've managed to > display