Re: Vector as a bean property

2002-12-03 Thread Roland Dong
On 11/26/02 1:12 PM, "Hans Bergsten" <[EMAIL PROTECTED]> wrote: > Deepak wrote: >> Hi folks >> >> Can I have a vector as a bean property? >> If so how can i set the property using >> >> for example the property "csvorders" is a vector. >> How can I pass a vector as the value of this property? >>

Re: Optimizing an image

2002-12-03 Thread Amit Wadhwa
use gifencoder/jpgencoder for making thumbnails, specifying size of image etc. * Amit Wadhwa Technical Support Representative, Dell International Services, Bangalore * -Original Message- From: Vibha Jindal

correct tag for jre 1.4 download

2002-12-03 Thread Partha Ranjan Das
Hi Everybody, Can any one pl. give me the correct tag and the tag that will automatically load jre1.4 from the internet before an jre1.4 compliant applet is being displayed. the following does not seem seem to be working if(document.layers) { doc

[no subject]

2002-12-03 Thread Sanjika Abeyratna
Hey How to transfer VoiceXML tag values into JSP variables?? regards Sanjika ==To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST D

Re: Tree Structure in JSP

2002-12-03 Thread Vikramjit Singh
I have used it, and its very good and easy :). > -Original Message- > From: Borislav Iordanov [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 03, 2002 11:27 PM > To: [EMAIL PROTECTED] > Subject: Re: Tree Structure in JSP > > > Amit, > > There is a TreeView JSP/Servlet control in our p

Re: Tree Structure in JSP

2002-12-03 Thread Grant Sayer
Came across this whilst doing some work on Tree structures for use in modelling the navigation and breadcrumb trail on a site - http://orgwis.gmd.de/~koch/Java/Applets/TreeTool/ grant --- Grant Sayer Hothouse Interactive http://www.hothouse.com.au Ph +61-2-9906-4299 "Example isn't another way to

Re: Best and Worst Development Practices -- Training in NYC and DC

2002-12-03 Thread Branden Root
I was under the impression that this list was not an advertising billboard, but a JSP help forum. Was I mistaken? -- Branden Root Web Developer Portent Interactive === To unsubscribe: mailto [EMAIL PROTECTED] with bod

Best and Worst Development Practices -- Training in NYC and DC

2002-12-03 Thread John Menke
Increase Your Struts Productivity - Attend the BaseBeans Public Struts Training We have a 11 hour public class in DC and in NYC in January. If you sign up soon the price is $145. The regular price is $275 and it goes up as we approach the date due to capacity planning. This class is taught by

Re: Tree Structure in JSP

2002-12-03 Thread Borislav Iordanov
Amit, There is a TreeView JSP/Servlet control in our product TICL - you can construct it with a Swing tree model and you can have the user interaction (node expand/collapse, select etc.) be handled both with JavaScript or with a refresh (server-side). Best, Boris

Tree Structure in JSP

2002-12-03 Thread Amit Gupta
Hi, I want to code for tree directory structure like windows explorer. Anybody know how to code tree structure (like Swing tree), that can be supported in JSP/EJB ? If anybody know if these can be done in some other way like html please let me know code or link.(Not Javascript) Thanks Amit

Tag in tag?

2002-12-03 Thread Mattias Jiderhamn
I have run into the situation where I want one custom tag to include the behaivior of another. I could solve this problem by using But since I always want to include the behaviour - and not least the output - of the inner tag I wanted to include that inside the outer tag. So I wrote code loo

Problem porting app from Tomcat 3.31 to 3.23

2002-12-03 Thread Deepak
Hi all I have a jsp application running on Tomcat 3.3.1 in one linux machine. ( Machine1) This jsp app uses Internationalization to deal with the Japanese language. The backend db used is mysql and I frequently insert, update and retireve japanese data to/from the db. I moved the application in