[prev in list] [next in list] [prev in thread] [next in thread] 

List:       struts-user
Subject:    RE: Urgent  :  Any Example which will show <htlm:select > <html:option>  tag
From:       "Kent Roylance" <roylance3 () home ! com>
Date:       2001-08-31 14:10:07
[Download RAW message or body]

MessageHere is an example:

<html:link page="/viewDocument.do?action=View" name="document"
property="mapping"></html:link>
  -----Original Message-----
  From: yogesh b [mailto:struts_in@hotmail.com]
  Sent: Sunday, July 01, 2001 2:50 AM
  To: struts-user@jakarta.apache.org
  Subject: Re: Urgent : Any Example which will show <htlm:select >
<html:option> tag


  Hi All,
  Can any on tell me how to call Action class on <html:link> with some
parameters....
  Thanks in advance.
  Yogesh
    ----- Original Message -----
    From: Jay Patel
    To: 'struts-user@jakarta.apache.org'
    Sent: Tuesday, August 28, 2001 10:13 AM
    Subject: RE: Urgent : Any Example which will show <htlm:select >
<html:option> tag


    Yogesh,

    This is straight from one of my JSPs:

    <html:select property="templateId">
        <html:options collection="designs" property="id"
labelProperty="name"/>
    </html:select>

    I have a loaderTag that loads the design objects from the database and
puts them into ArrayList. This array list is then put into the session under
name "designs". Each design object has id and name attribute that I am using
for the options.

    Hope this helps.

          Jay Patel
          972.701.9773
          972.849.0373 Mobile
          jpatel@dexteragroup.com


      -----Original Message-----
      From: yogesh b [mailto:struts_in@hotmail.com]
      Sent: Sunday, June 24, 2001 1:30 PM
      To: struts-user@jakarta.apache.org
      Subject: Urgent : Any Example which will show <htlm:select >
<html:option> tag


      Hi All,

      Any one can send the simple example which will eloborate me  how to
use struts <htlm:select > <html:option> with form and jsp.It's very urgent.
Thanks in Advance.

      regards

      Yogesh Borse

[Attachment #3 (text/html)]

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3315.2870" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=296060814-31082001>Here 
is an example:</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN 
class=296060814-31082001></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000ff face=Arial size=2>&lt;html:link 
page="/viewDocument.do?action=View" name="document" 
property="mapping"&gt;&lt;/html:link&gt;</FONT></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV align=left class=OutlookMessageHeader dir=ltr><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> yogesh b 
  [mailto:struts_in@hotmail.com]<BR><B>Sent:</B> Sunday, July 01, 2001 2:50 
  AM<BR><B>To:</B> struts-user@jakarta.apache.org<BR><B>Subject:</B> Re: Urgent 
  : Any Example which will show &lt;htlm:select &gt; &lt;html:option&gt; 
  tag<BR><BR></DIV></FONT>
  <DIV><FONT face=Arial size=2>Hi All,</FONT></DIV>
  <DIV><FONT face=Arial size=2>Can any on tell me how to call Action class on 
  &lt;html:link&gt; with some parameters....</FONT></DIV>
  <DIV><FONT face=Arial size=2>Thanks in advance.</FONT></DIV>
  <DIV><FONT face=Arial size=2>Yogesh</FONT></DIV>
  <BLOCKQUOTE dir=ltr 
  style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; \
PADDING-LEFT: 5px; PADDING-RIGHT: 0px">  <DIV style="FONT: 10pt arial">----- Original \
Message ----- </DIV>  <DIV 
    style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
    <A href="mailto:jpatel@dexteragroup.com" title=jpatel@dexteragroup.com>Jay 
    Patel</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>To:</B> <A 
    href="mailto:'struts-user@jakarta.apache.org'" 
    title=struts-user@jakarta.apache.org>'struts-user@jakarta.apache.org'</A> 
    </DIV>
    <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, August 28, 2001 10:13 
    AM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> RE: Urgent : Any Example which 
    will show &lt;htlm:select &gt; &lt;html:option&gt; tag</DIV>
    <DIV><BR></DIV>
    <DIV><SPAN class=847353504-28082001><FONT color=#0000ff face=Arial 
    size=2>Yogesh, </FONT></SPAN></DIV>
    <DIV><SPAN class=847353504-28082001><FONT color=#0000ff face=Arial 
    size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN class=847353504-28082001><FONT color=#0000ff face=Arial 
    size=2>This is straight from one of my JSPs:</FONT></SPAN></DIV>
    <DIV><SPAN class=847353504-28082001><FONT color=#0000ff face=Arial 
    size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN class=847353504-28082001>
    <P><FONT size=2>&lt;html:select property="templateId"</FONT><FONT 
    size=2><SPAN class=847353504-28082001>&gt;<BR></SPAN><SPAN 
    class=847353504-28082001>&nbsp;&nbsp;&nbsp; </SPAN>&lt;html:options 
    collection="designs" property="id" 
    labelProperty="name"/&gt;<BR>&lt;/html:select&gt;</FONT></P></SPAN></DIV>
    <DIV><SPAN class=847353504-28082001><FONT color=#0000ff face=Arial size=2>I 
    have a loaderTag that loads the design objects from the database and puts 
    them into ArrayList. This array list is then put into the session under name 
    "designs". Each design object has id and name attribute that I am using for 
    the options.</FONT></SPAN></DIV>
    <DIV><SPAN class=847353504-28082001><FONT color=#0000ff face=Arial 
    size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN class=847353504-28082001><FONT color=#0000ff face=Arial 
    size=2>Hope this helps.</FONT></SPAN></DIV>
    <DIV><FONT color=#0000ff face=Arial size=2></FONT>&nbsp;</DIV>
    <TABLE width="100%">
      <TBODY>
      <TR>
        <TD align=left vAlign=bottom><FONT face="Arial, VARDANA" size=2><B>Jay 
          Patel</B><BR>972.701.9773 <BR>972.849.0373 
          Mobile<BR><I>jpatel@dexteragroup.com</I></FONT></TD>
        <TD align=right vAlign=bottom><A href="http://www.dexteragroup.com/" 
          target=_blank><IMG alt="Dextera Group, Inc." border=0 
          src="http://www.dexteragroup.com/images/Dexteragroup_logo_op.jpg" 
          NOSEND="1"></A></TD></TR>
      <TR>
        <TD bgColor=#339933 colSpan=2 height=1><IMG height=1 
          src="http://www.dexteragroup.com/images/spacer.gif" width=1 
        NOSEND="1"></TD></TR></TBODY></TABLE>
    <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
      <DIV></DIV>
      <DIV align=left class=OutlookMessageHeader dir=ltr lang=en-us><FONT 
      face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> yogesh b 
      [mailto:struts_in@hotmail.com] <BR><B>Sent:</B> Sunday, June 24, 2001 1:30 
      PM<BR><B>To:</B> struts-user@jakarta.apache.org<BR><B>Subject:</B> Urgent 
      : Any Example which will show &lt;htlm:select &gt; &lt;html:option&gt; 
      tag<BR><BR></FONT></DIV>
      <DIV><FONT face=Arial size=2>Hi All,</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT face=Arial size=2>Any one can send the simple example which 
      will eloborate me&nbsp; how to use struts &lt;htlm:select &gt; 
      &lt;html:option&gt; with form and jsp.It's very urgent. Thanks in 
      Advance.</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT face=Arial size=2>regards</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT face=Arial size=2>Yogesh 
  Borse</FONT></DIV></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic