--- [EMAIL PROTECTED] wrote:
> 
> Is it a limitation of HTML or struts tag implementation?
> Does struts 1.1 solve this issue (JSTL or otherwise).

It has nothing to do with HTML or Struts.  This is a syntax error
according to the JSP spec which means that no tag library can use a tag as
another tag's attribute value.

David

> 
> Kishan
> 
> 
> 
> 
> 
> "Benjamin Stewart" <[EMAIL PROTECTED]> on 09/07/2003 11:39:09
> 
> Please respond to "Struts Users Mailing List"
>        <[EMAIL PROTECTED]>
> 
> To:    "Struts Users Mailing List" <[EMAIL PROTECTED]>
> cc:
> 
> Subject:    Re: Tag inside a tag
> 
> you cant use tags inside tags... I discovered this recently :-( There
> are
> ways around it using jstl etc.
> 
> [EMAIL PROTECTED] writes:
> 
> > Hi,
> >
> > Can I specify a disabled attribute of a text tag using another tag.
> >
> > For example:
> > <html:text property="name" size="40" maxlength="40" <logic:equal
> > name="form" property="textDisabled" value="yes">disabled</logic:equal>
> > />
> >
> > Here I have to disable the text depending upon the property
> > "textDisabaled". The above thing is not working.
> >
> > Has anyone tried this thing before. I am using struts 1.02.
> >
> > Thanks in advance,
> >
> > Kishan
> >
> >
> >
> >
> > ****************************************************************
> > NOTICE - This message is intended only for the use of the
> > addressee named above and may contain privileged and
> > confidential information.  If you are not the intended recipient
> > of this message you are hereby notified that you must not
> > disseminate, copy or take any action based upon it.  If you
> > received this message in error please notify HIC immediately.
> > Any views expressed in this message are those of the individual
> > sender, except where the sender specifically states them to be
> > the views of HIC.
> > ****************************************************************
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to