Re: datetimepicker tag

2007-12-10 Thread Peng Tuck Kwok
- From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 11:13 AM To: Struts Users Mailing List Subject: Re: datetimepicker tag If you have firefox you can actually check out the javascript console for errors, might give you a clue as to what's going on if it is a js

Re: datetimepicker tag

2007-12-09 Thread Peng Tuck Kwok
If you have firefox you can actually check out the javascript console for errors, might give you a clue as to what's going on if it is a js problem. HIH On Dec 10, 2007 12:54 PM, Rajagopal_Yendluri [EMAIL PROTECTED] wrote: Hi.. I am using 2.0.9, but for the nothing is displaying in jsp

Re: Display Tag Help

2007-07-17 Thread Peng Tuck Kwok
There's a in depth tutorial somewhere on the displaytag home page some examples that you can play around with. http://displaytag.sourceforge.net/11/ On 7/18/07, naseer mohammed [EMAIL PROTECTED] wrote: Can any one explain me step by step method to use display tags

Re: S2 and JFreeChart (showing images)

2007-07-06 Thread Peng Tuck Kwok
hmm page not updated in a while. Maybe not worth if that's the case. On 7/6/07, Peng Tuck Kwok [EMAIL PROTECTED] wrote: You could possibly use Cewolf, which provides a set of tag libraries that you can you to display a chart in your jsp page. Link is herehttp://cewolf.sourceforge.net/new

Re: S2 and JFreeChart (showing images)

2007-07-06 Thread Peng Tuck Kwok
You could possibly use Cewolf, which provides a set of tag libraries that you can you to display a chart in your jsp page. Link is herehttp://cewolf.sourceforge.net/new/index.html. I've played with it a while back and it did seem easy to get a simple chart up. Worth a look if you ask me. On

Re: S2 and JFreeChart (showing images)

2007-07-06 Thread Peng Tuck Kwok
Message - From: Peng Tuck Kwok To: Struts Users Mailing List Subject: Re: S2 and JFreeChart (showing images) Date: Fri, 6 Jul 2007 17:30:23 +0800 hmm page not updated in a while. Maybe not worth if that's the case. On 7/6/07, Peng Tuck Kwok wrote: You could possibly use Cewolf

Re: [OT] SQL in XML file

2004-10-28 Thread Peng Tuck Kwok
I don't think hibernate does sql in a xml file . I think it's more of a mapping of objects. Ashish, you are probably looking for a ORM right ? You could look at hibernate, Cayenne and there's one from apache as well. On Thu, 28 Oct 2004 08:41:15 +0100, Marco Mistroni [EMAIL PROTECTED]

Re: iterate paging

2004-10-08 Thread Peng Tuck Kwok
Or you coud use displaytag. http://displaytag.sf.net It's pretty ok from what I can see. On Fri, 8 Oct 2004 14:32:58 +0530, Viral_Thakkar [EMAIL PROTECTED] wrote: Use ValueListHandler design pattern .. -Original Message- From: Sebastian Ho [mailto:[EMAIL PROTECTED] Sent:

Re: [FRIDAY] GMail invites

2004-09-21 Thread Peng Tuck Kwok
I've three to give, pls send me mail directly. On Tue, 21 Sep 2004 09:21:03 -0400, Shailesh Patel [EMAIL PROTECTED] wrote: I've got several more if anyone needs em. - Shailesh - To unsubscribe, e-mail: [EMAIL PROTECTED]

[OT] Gmail invites, 2 available.

2004-09-13 Thread Peng Tuck Kwok
Hi list, I have 2 invites to give away to ppl on the list, so if anybody needs a Gmail account, just drop me a line. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] Gmail invites, 2 available.

2004-09-13 Thread Peng Tuck Kwok
Hi list, The 2 invites have already been given away to ppl on the list. On Tue, 14 Sep 2004 08:34:25 +0800, Peng Tuck Kwok [EMAIL PROTECTED] wrote: Hi list, I have 2 invites to give away to ppl on the list, so if anybody needs a Gmail account, just drop me a line. Thanks

Re: [OT] someone using Outlook 2003, please tell me it can't be this LAME...

2004-09-02 Thread Peng Tuck Kwok
I think what he wanted was to sort threads in a group, you see the original thread, then you see all the repiles to the thread, in a hirearchy fashion. It does make it easy to group and distinguish when browsing through the list. On Thu, 2 Sep 2004 15:53:48 +0100, Robert Shields [EMAIL PROTECTED]

Re: R: How to render html embedded in a text-area?

2004-08-03 Thread Peng Tuck Kwok
Yeah, it looks great. Something to keep in mind when building webapps which need some text editing :D On Wed, 4 Aug 2004 14:24:49 +1200, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've just shown these rich-text editors to our users and they are ecstatic. Thanks to everybody who responded

Re: Newbie - DataBase

2004-07-30 Thread Peng Tuck Kwok
On Fri, 30 Jul 2004 09:07:36 -0400, Bussie, Andre D [EMAIL PROTECTED] wrote: Is there a way in the Jakarta Struts framework to perform a database query in an Action class w/o using a Action Form Class? It sure is. The next question would be: why would you want to do that in the action ? :D

Re: debugging prepared statements...view built SQl...Newbe?

2004-07-25 Thread Peng Tuck Kwok
Nope, don't think so. If you are preparing your own sql statements you can print them out through a logger (tedious I know but still workable). Some database drivers do support jdbc logging, where statements executed against the database will be logged to a text file. You'll probably need to look

Re: DBCP Connection full

2004-07-23 Thread Peng Tuck Kwok
You are getting that problem possibly due to the fact that maybe you are not freeing them in your application. Also make your you are using a recent version of DBCP. On Fri, 23 Jul 2004 13:25:11 +0800, Ding Lei [EMAIL PROTECTED] wrote: Hi list, I know that it's little off-topic ... but

Re: About Struts + JBoss preference issue

2004-07-23 Thread Peng Tuck Kwok
I think there should be an Ant task for this. As for actually compiling this, didn't really have to do that since the speed was acceptable. I think pre-compiling jsp was also a way to avoid javac memory leakage if memory serves. Jboss does support clustering, there should be some document

Re: About Struts + JBoss preference issue

2004-07-22 Thread Peng Tuck Kwok
Well just a shot in the dark but maybe a slight speed up maybe achieved by pre-compiling jsps possibly. On Fri, 23 Jul 2004 10:05:30 +0800, Koon Yue Lam [EMAIL PROTECTED] wrote: Oh! thanks for all of these help ! I don't expect over 10 mails in one night to this issue~~ Maybe becasue the

Re: OT: Problems with classpath under tomcat 5

2004-07-21 Thread Peng Tuck Kwok
Are you sure if it is not looking your properties file in the classpath of the webapp ? When you say everything works fine until tomcat 5 is used , does the console print out any error ? Also how do you know it is searching in shared classes ? On Wed, 21 Jul 2004 15:45:01 +0200, Rosenberg, Leon

Re: OT: Problems with classpath under tomcat 5

2004-07-21 Thread Peng Tuck Kwok
(); props.load(in); .. Quoting Rosenberg, Leon [EMAIL PROTECTED]: -Ursprüngliche Nachricht- Von: Peng Tuck Kwok [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 21. Juli 2004 16:10 An: Struts Users Mailing List Betreff: Re: OT: Problems

Re: Datasource problem again..

2004-07-20 Thread Peng Tuck Kwok
Great, that's always good to hear. Also consider providing your own context xml for each app with the war file, might save you some time in server restarts. Unless you changed server.xml through the administrative interface. On Wed, 21 Jul 2004 10:24:21 +0800, Koon Yue Lam [EMAIL PROTECTED]

Re: Datasource problem again..

2004-07-19 Thread Peng Tuck Kwok
You can still have a context regardless of whether you auto deploy or not. See that snippet that jthopmson sent? You can deploy that with your war file, I think the name of the xml has to match the war file name if I'm not mistaken. Then you will have a context properly setup with the datasource.

Re: Testing for con.close()

2004-07-10 Thread Peng Tuck Kwok
Hi, Usually I call con.close() in the final block. There is a mention of this here : http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html#Common%20Problems On Sat, 10 Jul 2004 10:54:31 +0530, Shailender Jain [EMAIL PROTECTED] wrote: Hi, I have implemented the

Re: EXTERNALIZE SQL QUERIES

2004-07-07 Thread Peng Tuck Kwok
Or use hibernate :D . On Wed, 07 Jul 2004 09:56:06 +0300, Andrew Stepanenko [EMAIL PROTECTED] wrote: , 2004-07-07 06:48, Shailender Jain : Hi, I am using struts framework for the development of my application. I want to externalize the sql queries written in my application to an

Re: http 405 error

2004-06-18 Thread Peng Tuck Kwok
Hi Navot, Is there lots of complaints comming out of the log file (JBoss console) ? Don't recall having such an error with struts tomcat + jboss combo. On Fri, 18 Jun 2004 18:50:35 +0530, Navjot Singh [EMAIL PROTECTED] wrote: hi, I have deployed my app on Jboss 3.2.3(with Tomcat