posted 17 years ago
Hi,
I am new to both xwiki and jforum.
I wanted to pass username and password from xwiki to jforum.
i tried to
xwiki:
<FORM ACTION="http://localhost:8888/jforum/forums/list.page" METHOD="post">
<INPUT TYPE="hidden" NAME="username" VALUE="$context.getPassword()">
<INPUT TYPE="hidden" NAME="password" VALUE="$context.getUsername()">
<INPUT TYPE=submit>
</FORM>
jforum: in jforum.java
request.getParameter("username")....
it gives me
-----------------------------------------------------------------
HTTP Status 404 -
description The requested resource () is not available.
-----------------------------------------------------------------
Thanks in advance.
[originally posted on jforum.net by jinoy]