On Mon, 19 Mar 2001, Maya Muchnik wrote:

> Hi,
> 
> Maybe this question was posted already. I am sorry for the repetition.
> Can somebody suggest what is the best case to resolve this expression
> (maybe nested tags are not working):
> 
> <html:hidden property="domainID" value='<%= <bean:message
> key="admin.domaindn"/>>'/>
> 

This is not legal JSP syntax.  You are not allowed to nest custom tag uses
inside an attribute value.

The closest you can come is to use JSP scriptlet expressions to go get the
data you are looking for.

> value of domainID is still  <%= <bean:message key="admin.domaindn"/>>
> 
> Thank you all in advance.
> 
> Maya
> 

Craig McClanahan

Reply via email to