Am Dienstag, 18. September 2007 20:22:41 schrieb Sairam01:
> I'm unable to include a jsp dynamically. The include tag doesn't evaluate
> VALUE of the expression.
>
> <s:include value="%{someName}".jsp/>
>
> someName is a attribute on my action code. Should this work..?

<s:include value="%{someName}".jsp/>

is this a typo in the email? it should read
<s:include value="%{someName}.jsp"/>

if there is a proper getSomeName() method in your action, this should work.. 

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

Reply via email to