Hello,

I have a custom tag which is called in a jsp page at
diiferent locations as follows.

<B><NameOrder:Prefered_Name_Order
              nameordercodeid="SeFiFa"
              firstName="<%= firstName %>"
              secondName="<%= secondName %>"
              familyName="<%= familyName %>"/></B>

some jsp code

<B><NameOrder:Prefered_Name_Order
              nameordercodeid="SeFiFa"
              firstName="<%= firstName %>"
              secondName="<%= secondName %>"
              familyName="<%= familyName %>"/></B>

my question is how can i store the o/p of tag in a
variable so that i can use the same variable whereever
required.


thanks
Raju



__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL 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

Reply via email to