reset password
Author Message
afetiso
Posts: 84
Posted 11:32 Feb 13, 2015 |

Hello Dr.Sun,

I have hidden <input type='hidden' name='id' value="${list.id}" /> like this

and I want to take this inf and when I open new page it should be taken by Controller, like @RequestParam but something else.

Can somebody help me?

cysun
Posts: 2935
Posted 12:41 Feb 13, 2015 |

I don't quite understand the question. If it's a hidden form field, when you submit the form, the controller will get the field with @RequestParam, so what's the issue here?

afetiso
Posts: 84
Posted 14:42 Feb 13, 2015 |
cysun wrote:

I don't quite understand the question. If it's a hidden form field, when you submit the form, the controller will get the field with @RequestParam, so what's the issue here?

Can you help me fix problem, when I add new stage it appears in db stages, but it not connected to any plans, I have extra db that have stage_id and plan_id

afetiso
Posts: 84
Posted 14:42 Feb 13, 2015 |
cysun wrote:

I don't quite understand the question. If it's a hidden form field, when you submit the form, the controller will get the field with @RequestParam, so what's the issue here?

http://csns.calstatela.edu/department/cs/forum/topic/view?id=4952039