Reworked the sidebox implementation to depend less on the database and more
on XML config files...the implementation should now be much more customizable and less klunky. Added a provision for implementing "generic" (JSP-driven) sideboxes. Implemented the sidebox configure button on the front page (finally!). Implemented a random password generator class which will be used in a future implementation of reminder-driven automatic forgotten-password changing. Fixed some minor funnies in SIG menu generation.
This commit is contained in:
@@ -124,6 +124,12 @@ public class DOMElementHelper
|
||||
|
||||
} // end hasChildElement
|
||||
|
||||
public boolean hasAttribute(String name)
|
||||
{
|
||||
return !(StringUtil.isStringEmpty(elt.getAttribute(name)));
|
||||
|
||||
} // end hasAttribute
|
||||
|
||||
public Integer getAttributeInt(String name)
|
||||
{
|
||||
String tmp = elt.getAttribute(name);
|
||||
|
||||
Reference in New Issue
Block a user