Struts taglibs - Is data grid possible

2003-01-16 Thread Harinath DP
Hi, I need to implement Data grid using Struts. Can anybody guide me to how about doing this? Do we have any taglib, which can do this? -Hari

RE: Struts taglibs - Is data grid possible

2003-01-16 Thread Mark Galbreath
What do you mean by data grid? Are you talking about some kind of matrix in an HTML table or AWT/Swing grid? Mark -Original Message- From: Harinath DP [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 7:02 AM To: Struts-User Subject: Struts taglibs - Is data grid possible

RE: Struts taglibs - Is data grid possible

2003-01-16 Thread Harinath DP
in ActionForm for further processing by my business tier Hari -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 5:38 PM To: 'Struts Users Mailing List' Subject: RE: Struts taglibs - Is data grid possible What do you mean by data grid? Are you

RE: Struts taglibs - Is data grid possible

2003-01-16 Thread Mark Galbreath
I haven't done this stuff since Java 1.1 and AWT GridBagLayout, but it looks like you may want to check out Chapter 10 of John Zukowski's Definitive Guide to Swing for Java 2 (Apress 1999). Mark -Original Message- From: Harinath DP [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16,

RE: Struts taglibs - Is data grid possible

2003-01-16 Thread Haseltine, Celeste
16, 2003 6:02 AM To: Struts-User Subject: Struts taglibs - Is data grid possible Hi, I need to implement Data grid using Struts. Can anybody guide me to how about doing this? Do we have any taglib, which can do this? -Hari -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: Struts taglibs - Is data grid possible

2003-01-16 Thread James Mitchell
- Original Message - From: Haseltine, Celeste [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 10:40 AM Subject: RE: Struts taglibs - Is data grid possible You must be coming from a VB background, as a DataGrid and a MSFlexGrid are both

RE: Struts taglibs - Is data grid possible

2003-01-16 Thread Mark Galbreath
I come from a VB/ASP b -Original Message- From: Haseltine, Celeste [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 10:41 AM To: 'Struts Users Mailing List' Subject: RE: Struts taglibs - Is data grid possible You must be coming from a VB background, as a DataGrid

RE: Struts taglibs - Is data grid possible

2003-01-16 Thread Mark Galbreath
I come from a VB/ASP background and COM has no similarity to an applet. COM is server-side technology and applets are client-side technology. The closest similarity between Java and M$ would be JSP = ASP/VB Script. Also, it is easy to auto-download the correct JVM to IE if an appropriate JVM is

RE: Struts taglibs - Is data grid possible

2003-01-16 Thread pqin
' Subject: RE: Struts taglibs - Is data grid possible I come from a VB/ASP background and COM has no similarity to an applet. COM is server-side technology and applets are client-side technology. The closest similarity between Java and M$ would be JSP = ASP/VB Script. Also, it is easy to auto-download

RE: Struts taglibs - Is data grid possible

2003-01-16 Thread Aileen Cardenas
-Original Message- From: Haseltine, Celeste [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 7:41 AM To: 'Struts Users Mailing List' Subject: RE: Struts taglibs - Is data grid possible You must be coming from a VB background, as a DataGrid and a MSFlexGrid are both MS COM

Re: Struts taglibs - Is data grid possible

2003-01-16 Thread Vincent Stoessel
info on DBForms at http://jdbforms.sourceforge.net/. Celeste -Original Message- From: Harinath DP [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 6:02 AM To: Struts-User Subject: Struts taglibs - Is data grid possible Hi, I need to implement Data grid using Struts. Can

RE: Struts taglibs - Is data grid possible

2003-01-16 Thread Haseltine, Celeste
: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 10:06 AM To: Struts Users Mailing List Subject: Re: Struts taglibs - Is data grid possible The equivalent of a COM component in Java is an applet. Where did you get that idea? The Java version of a COM component is like

Re: Struts taglibs - Is data grid possible

2003-01-16 Thread James Mitchell
: Haseltine, Celeste [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 11:53 AM Subject: RE: Struts taglibs - Is data grid possible James, There are two type of COM components in the MS library, those with a visual interface, and those without

RE: Struts taglibs - Is data grid possible

2003-01-16 Thread Haseltine, Celeste
on that. Celeste -Original Message- From: Vincent Stoessel [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 10:55 AM To: Struts Users Mailing List Subject: Re: Struts taglibs - Is data grid possible -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wow, I learn something new every day

Re: Struts taglibs - Is data grid possible

2003-01-16 Thread Robert Leland
From: Harinath DP [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 6:02 AM To: Struts-User Subject: Struts taglibs - Is data grid possible Hi, I need to implement Data grid using Struts. Can anybody guide me to how about doing this? Do we have any taglib, which can do