Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=2938705
By: codarin

Hi,
you could also assign to an HIDDEN type in your current form the value of the
username:

<input type="hidden" name="my_readable_in_next_post_username"
value="<%=CurrentRow_table_name.get("username_field_name_in_dbforms_config")
%>/>

then in the next JSP you could ask for that parameter with:

<%String USERID=request.getParameter("my_readable_in_next_post_username");%>. 

Hope this helps
Cheers
Ivan

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=55829


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to