[studs-user] Resource property bundle
Status: Beta
Brought to you by:
mojavelinux
|
From: Earnie B. <ea...@us...> - 2006-06-13 17:39:26
|
List, I've defined multiple message-resources tags in my struts-config.xml file with a unique key value for each. However, when I specify the bundle in the fmt:message tag I get an "Call to a member function on a non-object" error in "studs/taglib/TagUtils.php" on line 50. This is most likely caused by the $request->getAttribute($bundleKey) returning a null reference. The question is, where should the object attributes array have been written to save the values from struts-config? I'm thinking this may be caused by the php "by reference" anomilies. I'm looking for a work around. Earnie Boyd http://shop.siebunlimited.com |