-
Thanks for the reply. However, what stops both the text field + button and the tag content tab from reading data from the same place on the server?
In other words, the button submits data that updates the state on the server and updates the tag content. Once the user clicks on the tab, it fetches the new state and updates accordingly.
Since both snippets of code are using the htmlcontent...
2006-09-10 22:32:41 UTC in Ajax JSP Tag Library
-
Hi,
I've been unable to introduce the content of a form text field into the content of a panel tab. In other words, this isn't working:
...
<ajax:tabPanel
panelStyleId="tabPanel"
contentStyleId="tabContent"
panelStyleClass="tabPanel"
contentStyleClass="tabContent"
currentStyleClass="ajaxCurrentTab">...
2006-09-10 01:27:16 UTC in Ajax JSP Tag Library
-
Got it! Working fine, thanks! Great stuff!
Chrs
j.
2005-08-11 09:21:22 UTC in JWChat - Jabber Web Chat
-
Thanks for the reply. But...how/where do I tell JWChat that my jabber server is running on localhost:5222?.
2005-08-11 08:38:32 UTC in JWChat - Jabber Web Chat
-
Hi all,
Does anyone know how to work OpenIM (http://open-im.net/en/ ) with JWChat? I got the OpenIM server running and working on my localhost:5222, but cannot figure the configuration to get JWChat talking to it.
I deployed the beta2 on tomcat and edited config.js to read:
httpbase:"http://localhost:5222/http-poll"
I'm not sure if I should add the 'http-poll' but if I remove...
2005-08-10 23:29:12 UTC in JWChat - Jabber Web Chat
-
Hi there,
I was wondering if we need to synchronize the produceDataset method even when we dont have any instance variables and all variables I use are local to the method?
Guido's examples had synchronized producers but I noticed the latest versions no longer do that.
Cheers
jorge.
2004-09-23 10:35:07 UTC in Cewolf - Chart TagLib Project
-
I just tried the new version 10a7 with the LongTermSessionStorage implementation and I still get OutOfMemory errors, though it seems tolerance is a bit better than previous versions. I only need to try 4-5 users displaying 5-10 charts simultaneously, each chart with mid-sized datasets. All this both on a XP box and on a Linux RH box both w/ 512Meg RAM.
How are you guys testing the memory...
2004-09-22 21:22:06 UTC in Cewolf - Chart TagLib Project
-
Hello,
Good to hear this brilliant project is not dead yet! I was wondering if the new version solves the memory leak problem. I stopped using Cewolf some months ago but I remember the problem occurred even when not using the Session storage implementation, which indicates it might not only be related to resource management at the session level. Try replacing the session implementation with...
2004-09-22 10:03:51 UTC in Cewolf - Chart TagLib Project
-
Hi Matthew,
Thanks for your quick reply. I have an idea which I will implement and let you have it. Since you are using Spring already, it is very easy to simply refer to Spring's collaborating beans including the messages bundle one.
Your abstract class is indeed a good idea, and since I already go nowhere without Spring, I'll get it working this way :)
Cheers
jorge.
2004-06-29 15:28:44 UTC in ValueList
-
Hiya,
Being a DisplayTag user not entirely satisfied with its performance and scalability, I luckily bumped into this superb project of yours! I have just one question prior to the download and subsequent replacement of displaytag: is it possible to use localized Strings as the titles for the columns, preferebly with JSTL, ie, title="<fmt:message key='userid.title'/>" ?...
2004-06-28 17:01:31 UTC in ValueList