Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Struts - A MVC web framework
Tomcat - JSP/Servlet container
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
JSP - A mailing list about Java Server Pages specification and reference
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
(Some elaboration)Re: Html question (eventhough it relates ot her mailing li

(Some elaboration)Re: Html question (eventhough it relates ot her mailing li

2003-09-05       - By Raghava Krishna (CTC)

 Back
I suggest u to have a Textbox and a Gif beside it.On click of the Gif open a
page just like a list box..

-- --Original Message-- --
From: K R Viju [mailto:krviju@(protected)]
Sent: Friday, September 05, 2003 11:14 AM
To: SERVLET-INTEREST@(protected)
Subject: Re: (Some elaboration)Re: Html question (eventhough it relates
other mailing lists)


Text box, List box cannot be combined into 1 component.
Maybe you have a textbox, a button, a listbox.
Enter in textbox, value u wanted to add to list box, on click of button, add
the value entered in textbox to the listbox.
can remove the button and replace the button click with keypress of
"enterkey" in textbox.

Vj


Friends,

Actually in the webpage i want to have
1. a text box type control, we it with the following code <input type='text'
name='t1' value=''>
2. A selection box which can be done with
       <select name='s1'><option value='1'></select>

I need a box which can simulate both above scenarios.

Any help is appriciated.

Madhu

> Hi,
>
> Here i am posting a uqestion which may not relates to JSP, but relates to
> web.
> So, if anybody have any suggestion pour in.
>
> Actaully i want to have a drop down list, in which i may enter my own
value
> (like input type of text) or i can select a value from the drop down list
> (which
> should work as selection box). Is there anyway to do that?
>
> Thanks,
> --
> V Madhu.

__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __
To unsubscribe, send email to listserv@(protected)
<mailto:listserv@(protected)>  and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
<http://archives.java.sun.com/archives/servlet-interest.html>
Resources: http://java.sun.com/products/servlet/external-resources.html
<http://java.sun.com/products/servlet/external-resources.html>
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
<http://www.lsoft.com/manuals/user/user.html>

__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __
To unsubscribe, send email to listserv@(protected) and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html





__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __
To unsubscribe, send email to listserv@(protected) and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859 (See http://ISO-8859.ora-code.com)-1">


<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><SPAN class=318172306-05092003><FONT face=Arial color=#0000ff size=2>I
suggest u to have a Textbox and a Gif beside it.On click of the Gif open&nbsp;a
page just&nbsp;like a&nbsp;list box..&nbsp;</FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
 <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
 size=2>-- --Original Message-- --<BR><B>From:</B> K R Viju
 [mailto:krviju@(protected)]<BR><B>Sent:</B> Friday, September 05, 2003
 11:14 AM<BR><B>To:</B> SERVLET-INTEREST@(protected)<BR><B>Subject:</B> Re:
 (Some elaboration)Re: Html question (eventhough it relates other mailing
 lists)<BR><BR></FONT></DIV>
 <DIV><FONT size=2>Text box, List box cannot be combined into 1
 component.</FONT></DIV>
 <DIV><FONT size=2>Maybe you have a textbox, a button, a listbox.</FONT></DIV>
 <DIV><FONT size=2>Enter in textbox,&nbsp;value u wanted to add to list box,
on
 click of button, add the value entered in textbox to the listbox.</FONT></DIV>
 <DIV><FONT size=2>can remove the button and replace the button click with
 keypress of "enterkey" in textbox.</FONT></DIV>
 <DIV><FONT size=2></FONT>&nbsp;</DIV>
 <DIV><FONT size=2>Vj</FONT></DIV>
 <DIV><BR></DIV>
 <BLOCKQUOTE
 style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT:
#000000 2px solid; MARGIN-RIGHT: 0px">Friends,<BR><BR>Actually
   in the webpage i want to have<BR>1. a text box type control, we it with the
   following code &lt;input type='text'<BR>name='t1' value=''&gt;<BR>2. A
   selection box which can be done
   with<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;select
   name='s1'&gt;&lt;option value='1'&gt;&lt;/select&gt;<BR><BR>I need a box
   which can simulate both above scenarios.<BR><BR>Any help is
   appriciated.<BR><BR>Madhu<BR><BR>&gt; Hi,<BR>&gt;<BR>&gt; Here i am posting
   a uqestion which may not relates to JSP, but relates to<BR>&gt; web.<BR>&gt
;
   So, if anybody have any suggestion pour in.<BR>&gt;<BR>&gt; Actaully i want
   to have a drop down list, in which i may enter my own value<BR>&gt; (like
   input type of text) or i can select a value from the drop down list<BR>&gt;
   (which<BR>&gt; should work as selection box). Is there anyway to do
   that?<BR>&gt;<BR>&gt; Thanks,<BR>&gt; --<BR>&gt; V
   Madhu.<BR><BR>__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ___
__ ____ ______<BR>To
   unsubscribe, send email to <A
   href="mailto:listserv@(protected)">listserv@(protected)</A> and include
in
   the body<BR>of the message "signoff SERVLET-INTEREST".<BR><BR>Archives: <A
   href="http://archives.java.sun.com/archives/servlet-interest.html">http:/
/archives.java.sun.com/archives/servlet-interest.html</A><BR>Resources:
   <A
   href="http://java.sun.com/products/servlet/external-resources.html">http:/
/java.sun.com/products/servlet/external-resources.html</A><BR>LISTSERV
   Help: <A
   href="http://www.lsoft.com/manuals/user/user.html">http://www.lsoft.com
/manuals/user/user.html</A></BLOCKQUOTE>__ ____ ____ ____ ____ ____ ____ ____ __
__ ____ ____ ____ ____ ____ ____ __
 To unsubscribe, send email to listserv@(protected) and include in the body
of
 the message "signoff SERVLET-INTEREST".
 <P>Archives: http://archives.java.sun.com/archives/servlet-interest.html
 Resources: http://java.sun.com/products/servlet/external-resources.html
 LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
 <P></P></BLOCKQUOTE></BODY></HTML>
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __
To unsubscribe, send email to listserv@(protected) and include in the body
of the message "signoff SERVLET-INTEREST".
<p>
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
<p>

©2008 junlu.com - Jax Systems, LLC, U.S.A.