Ajax div autoStart = false doesnt work

2008-12-20 Thread Mel Rosenberg
I have the following: The href returns the some.ftl component. What I intended is when the whole page is displayed, the href does not fire. Did I understand autostart correctly? Thanks Mel

RE: I'm stuck

2008-12-20 Thread Martin Gainty
I agree with Saul as these problems go away when compiling JDK5 (and deploy to TC5)(compiling with JDK6 and deploying to TC6) I would make sure you can compile the jsp page (and it produces the java file) you should see the java file in Catalina's work folder e.g. %TOMCAT_HOME%\work\Catalina\l

Re: I'm stuck

2008-12-20 Thread Saul Qunming Yuan
You may want to recompile your app using jdk 1.5.0 and re-deploy the new war or ear file on your live server. HTH, Saul Dai Le wrote: Hi, I'm new to the list and this is my first time posting a question. Well here it is. I'm a new web developer and this is my very first site. I'm devel

I'm stuck

2008-12-20 Thread Dai Le
Hi, I'm new to the list and this is my first time posting a question. Well here it is. I'm a new web developer and this is my very first site. I'm developing a new site with the struts framework, specifically Struts 1.2.9 and I'm running into a bit of trouble. The site works fine on my works

Re: Jasper Struts2 plugin

2008-12-20 Thread Dave Newton
--- On Fri, 12/19/08, Mel Rosenberg wrote: > Does anyone know where I can get the plugin?  The link from Struts2 > guide doesn’t go there. It's in the distro. Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org

Re: Christmas Riddle

2008-12-20 Thread Nils-Helge Garli Hegvik
I know that it is not recommended, but since you couldn't get it working the other way, I figured that was the closest out of the box use case that could work. The proposed dispatcher values did work for me. At least the action was found. Got some other problems, but don't know if it's related. Hav