TEST

2002-04-01 Thread Zsw Zsw
TEST === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST. Some relevant FAQs on JSP/Servlets can be found at:

Re: STOPPING A JSP

2002-04-01 Thread Dmitry Namiot
See for example Skip tag from Coldtags suite: http://www.servletsuite.com/jsp.htm Is there a similar command to break; That allows you to stop the execution of a JSP.? How can I stop the execution of a JSP before it reaches the end? panos -- Coldbeans Software - server-side Java (tm)

Re: SQL syntax

2002-04-01 Thread Peter Dolukhanov
String sql= SELECT * FROM tickets Where Name='+fr.Airline+'; Some database servers are very insistent on that last semicolon. Regards, Peter Dolukhanov -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]] On Behalf Of

[no subject]

2002-04-01 Thread Milind J
Hi Gurus , I need ur help. I need to find out how to clone JSPs on Websphere3.5/4.0 ? Thanx in Advance, Milind === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL

[no subject]

2002-04-01 Thread Panayotou, Michael
First you have to create a model for the application server and after you clone the model. -Original Message- From: Milind J [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 4:10 PM To: [EMAIL PROTECTED] Subject: Hi Gurus , I need ur help. I need to find out how to clone JSPs on

Re: Regarding Hotkey in JSP page

2002-04-01 Thread Dunwiddie, Bruce
buttonspan style=text-decoration:underlineQ/spanuit/button -Original Message- From: vijay [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 4:39 PM To: [EMAIL PROTECTED] Subject: Re: Regarding Hotkey in JSP page hi Dunwiddie, Thanks for ur help. But how to get the Hotkey

Re: Regarding Hotkey in JSP page

2002-04-01 Thread Dunwiddie, Bruce
actually, the whole thing together now is button accesskey=Q onclick=window.close();span style=text-decoration:underlineQ/spanuit/button -Original Message- From: Dunwiddie, Bruce [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 12:04 PM To: [EMAIL PROTECTED] Subject: Re: Regarding

Re: Regarding Hotkey in JSP page

2002-04-01 Thread Chen, Gin
Hi all. I have a button that shows to arrows depicted using gt; or lt;. I wanted to change the height of that button from the default to something shorter. So I used: input type=button style=height:15px value=lt;lt But now the 2 arrows dont show all the way. I have tried setting

Re: Regarding Hotkey in JSP page

2002-04-01 Thread Margaret Fisk
Try changing the font size to smaller. They are probably getting their size from the body or paragraph tag and so reducing the button size just truncates them. Margaret -Original Message- From: Chen, Gin [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 10:34 AM To: [EMAIL

Re: Regarding Hotkey in JSP page

2002-04-01 Thread Chen, Gin
wow! thanx margaret.. didnt even think of that for some reason. why is there so much spacing above the font then? and shouldnt padding or margin get rid of that?? -Tim -Original Message- From: Margaret Fisk [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 1:24 PM To: [EMAIL

Re: Regarding Hotkey in JSP page

2002-04-01 Thread Margaret Fisk
Got me on that. I've had several issues with padding on fonts, especially in headers where no matter what I did, they were determined to be set off...and differently depending on the browser of course. :-) My guess would be that there are some browser defaults that these things call unless

Email attachment

2002-04-01 Thread Alireza Nahavandi
Hi All, Does anybody have the experience of attaching a file to an email in Java ? Thank you. === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body:

Re: Email attachment

2002-04-01 Thread Vikramjit Singh
hi, over here many people have experience of attaching a file in email. What is the problem ur facing. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: Alireza Nahavandi [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 11:48 AM To:

Re: Regarding Hotkey in JSP page

2002-04-01 Thread vijay
wow, thanks very much Dunwiddie. This will solve my problem of showing the HOTKEYS in jsp page. thanks regards vijayanand.R (),,,() ( (. .) .-''-. (o ) ) ('o' ) =(,,)=(,,)=(,,)==(,,)= - Original Message - From: Dunwiddie, Bruce [EMAIL PROTECTED] To: