Re: Theme problem after update to 2.3.16 -- loading parent theme templates?

2013-12-12 Thread Chris
Hi, struts-2.3.16-all.zip 65,6 Mo (only ) struts-2.3.15.3-all.zip 83,2 Mo Chris One more thing: everything editable will be moved to struts-site (i.e. the new plugin.md) to don't mess with things generated by Maven So the project source code will contain only source code and JavaDocs, the

In which action, do i write boolean tests ( SGBD or LDAP )

2013-12-12 Thread Chris
Hello, How to organize the actions, when you just want check the password and the user, on a LDAP or SGBD system . For a  boolean response only. ( authorised / or not ) You do write all the command in the only same action , don't you ?

struts-jquery-tree-tags issues

2013-12-12 Thread Giuliano Catrambone
Hi, I'm trying to manage a tree using struts-jquery-tree. In my jsp I have: s:url var=menuTreeDataUrl action=menuTreeData/ sjt:tree id=jsonTree href=%{menuTreeDataUrl} onClickTopics=treeClicked onClick=managenode() / I implemented using java the menuTreeDataUrl

Diagnosing problem loading theme.properties on JBoss 7 with Struts 2.3.16

2013-12-12 Thread rgm
I'm trying to figure out why theme.properties isn't loaded from the filesystem on my JBoss 7 system and believe that this is a useful change to BaseTemplateEngine.java: private InputStream createFileInputStream(File propFile) throws FileNotFoundException { InputStream is = null;