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 and a MSFlexGrid are
both MS COM components.

The equivalent of a COM component in Java is an applet.  But I caution you
on using applets in a web/browser based application UNLESS you are writing
an application for intranet (read: internal company) use.  For internet use,
where the general public will be using your web site, many of your IE users
will have problems running an applet, and will most likely give up on using
your site, rather than trying to figure out whether they have the right
version of the JRE installed on their machine, along with IE, to run your
applet.

You might want to check into using DBForms tag library instead of writing an
applet.  You can get more 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 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]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to