Topic: 请教: jsp中关于注册页面的写法 |
Print this page |
1.请教: jsp中关于注册页面的写法 | Copy to clipboard |
Posted by: nothing Posted on: 2004-01-11 15:07 在注册过程,可能要一步一步进行几个页面,如何做到一点回退,或是上一步,前面输入的信息仍在页面上,而没有丢失了呢? 如果丢失了,就要让客户重复,很是不方便. 求救啊~~~~ HELP !!! |
2.Re:请教: jsp中关于注册页面的写法 [Re: nothing] | Copy to clipboard |
Posted by: menzy Posted on: 2004-01-12 08:24 好像只能通过Bean:properties来订制,以前是这样,现在不知道有没有改进 |
3.Re:请教: jsp中关于注册页面的写法 [Re: menzy] | Copy to clipboard |
Posted by: mazalet Posted on: 2004-01-12 10:02 menzy wrote: 能不能详细一点呢??? 小弟十分着急此事! |
4.Re:请教: jsp中关于注册页面的写法 [Re: nothing] | Copy to clipboard |
Posted by: nsd Posted on: 2004-01-12 11:38 首先把数据存放到session里面,采用类似struts的bean方式; 然后就是强制页面刷新,在浏览器回退的时候。这样应该就可以了。 ie6就可以自动保存用户输入,能不能强制用户使用ie6啊。ie5的话在 internet选项/内容/自动完成 中钩上"表单"一项好像也可以,我以前试过, 但是也需要用户自己改设置。呵呵 |
5.Re:请教: jsp中关于注册页面的写法 [Re: nothing] | Copy to clipboard |
Posted by: hitaco Posted on: 2004-01-12 21:41 1) 使用http session 2) 如果要求step by step,也就是wizard-like UI, 可以考虑struts workflow plugin |
6.Re:请教: jsp中关于注册页面的写法 [Re: nothing] | Copy to clipboard |
Posted by: 123 Posted on: 2004-02-06 15:59 调用onclick事件找一下js,网上很多的 |
7.Re:请教: jsp中关于注册页面的写法 [Re: nothing] | Copy to clipboard |
Posted by: jefferykim Posted on: 2004-02-16 16:06 Noramlly, what I do is to use stateful session bean to remember the data inputted by the user, if the user want to go back, then it will fill the form of that page only. |
8.Re:请教: jsp中关于注册页面的写法 [Re: nothing] | Copy to clipboard |
Posted by: mrhuangxq Posted on: 2004-02-21 01:20 “First they ignore you Then they laugh at you Then they fight you Then you win” -- Mahatma Gandhi 很经典哦~~~~! |
9.Re:请教: jsp中关于注册页面的写法 [Re: nothing] | Copy to clipboard |
Posted by: floater Posted on: 2004-02-21 02:23 nothing wrote: You may not want this feature at all because: 1. security reason. 2. A post is a post, a step is a step. |
10.Re:请教: jsp中关于注册页面的写法 [Re: nothing] | Copy to clipboard |
Posted by: tintin365 Posted on: 2004-02-26 09:28 客户永远有着无聊的需求,而程序员实现起来可能比较累,我印象中struts是可以的吧 |
11.Re:请教: jsp中关于注册页面的写法 [Re: nothing] | Copy to clipboard |
Posted by: sys53 Posted on: 2004-03-02 19:21 我用php已经实现了这功能,就是用js+一大堆hidden表单,但我想用java应该会有更好的方法!想法把form表单的值都持久在一个BEAN里,我想应该会更简单! |
12.Re:请教: jsp中关于注册页面的写法 [Re: nothing] | Copy to clipboard |
Posted by: hitaco Posted on: 2004-03-02 19:51 http://www.livinglogic.de/Struts/ |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |