There is a bug when searching in one forum, the page send "search_forum=x" whereas the
java code looks for "forum=x".
I'm not sure it's not repared in the cvs since cvs server seems to have some problems now. (the bug is present here also)
The correction is quite simple:
on line 145 of net.jforum.view.forum.SearchAction:
replace
by
I can correct that on my side, should I ask for developper role to make sure the correction stays on further release ?
[originally posted on jforum.net by pala]