• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Passing parameter from xwiki to jforum

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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]
 
moose poop looks like football shaped elk poop. About the size of this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic