Re: tag inside the attribute of another tag?

2003-02-17 Thread Ginger Cheng
Hello,
May I know how I may have the scriptlet of ? Thank 
you for help.


At 03:32 PM 2/17/2003 -0700, you wrote:
You can't use tags as input to another tag's attribute.  You can use 
scriptlets or expression language to provide dynamic attribute values.

David



From: Ginger Cheng <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: tag inside the attribute of another tag?
Date: Mon, 17 Feb 2003 17:20:21 -0500

Hello,
I am trying to use the  to include an applet in my 
jsp page. But I want the codebase of my applet and jar file to come from 
the result of . However, the interpretation stops at the 
slash right after 'page', saying that attribute has no value. But the 
slash has to be there for the root of the web application. Can anyone 
tell me what to do in this situation? Thank you. The following is that 
part of my jsp:

  
archive="bfograph.jar" 
jreversion="1.4.1" width="300" height="200"
codebase="" >




Plugin tag OBJECT(IE) or 
EMBED(Netscape) not supported by browser.




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


_
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail


-
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]




Re: tag inside the attribute of another tag?

2003-02-17 Thread David Graham
You can't use tags as input to another tag's attribute.  You can use 
scriptlets or expression language to provide dynamic attribute values.

David



From: Ginger Cheng <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: tag inside the attribute of another tag?
Date: Mon, 17 Feb 2003 17:20:21 -0500

Hello,
	I am trying to use the  to include an applet in my jsp page. 
But I want the codebase of my applet and jar file to come from the result 
of . However, the interpretation stops at the slash right 
after 'page', saying that attribute has no value. But the slash has to be 
there for the root of the web application. Can anyone tell me what to do in 
this situation? Thank you. The following is that part of my jsp:

  
archive="bfograph.jar" 
jreversion="1.4.1" width="300" height="200"
codebase="" >




Plugin tag OBJECT(IE) or 
EMBED(Netscape) not supported by browser.




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


_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail


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