Thanks Paul.

Aladin



Paul Benedict wrote:

Aladin,

You cannot nest JSP tags inside JSP tag attributes. Split them up:

JSP 1.2:

<tiles:useAttribute name="crumbTitleKey" id="someid" />
<presentation:crumb key="<%=someid%>" ../>

JSP 2.0:

<tiles:importAttribute name="crumbTitleKey" />
<presentation:crumb key="${crumbTitleKey}" ../>

Paul

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
---------------------------------------------------------------------
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]

Reply via email to