There is no stack trace.  It's just that the variable doesn't get translated
in certain circumstances.
For example, my test code is:

<%! String sHeader = "h1"; %>
<<%= sHeader %>>asdf</<%= sHeader %>>

However, if I do:

<input type="button" value="<%= sHeader %>">

it works fine.  It seems to only happen when the variable is the only thing
within the tags.

I'm running JRun 3.0.

-----Original Message-----
From: Scott Stirling [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 12, 2000 9:38 AM
To: JRun-Talk
Subject: RE: tags within tags


If you can't, it's a bug.  Do you get an error?  What's it look like (full
stack dump, please)?  What version of JRun are you using?

Scott Stirling
Allaire Corporation
http://www.allaire.com/developer/jrunreferencedesk/

> -----Original Message-----
> From: Regina Moore [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 12, 2000 9:39 AM
> To: JRun-Talk
> Subject: tags within tags
> 
> 
> Does anyone know why you can't place a jsp tag inside of a 
> regular HTML tag?
> For example, <<%=myjspvariable%>>.  Is this specific to JRun, or is it
> langauge specific?
> 
> Thanks,
> Regina
----------------------------------------------------------------------------
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to