Hi all,
I would like to use the struts tag libraries to instantiate a String
that is composed of static text as well as multiple other struts
properties, something akin to:

              <s:bean name="java.lang.String" id="anId">
                aProp: '<s:property value="aPropValue"/>', aProp2:
'<s:property value="aPropValue2"/>'
              </s:bean>

However I see no way to set the constructor on the String class using
any of the existing Struts tags. Can anyone enlighten me on an easy
and clean way to do this?

Thanks,
David

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to