Re: Select row from a Table

2006-10-28 Thread Yujun Liang
if your named the parameter the way you name your html input feild(html:text), struts can populate the form bean automatically. Regards On 10/25/06, Vijay Venkataraman <[EMAIL PROTECTED]> wrote: I believe you will specify action/href or forward attribute - which will identify the action. So in

Re: Select row from a Table

2006-10-25 Thread Vijay Venkataraman
I believe you will specify action/href or forward attribute - which will identify the action. So in the appropriate action class you should be able to pull the value from the HttpServletRequest (request ) object. request.getParameter("orderNum"), plain servlet code. Thanks, Vijay Venkataraman

Re: Select row from a Table

2006-10-23 Thread grifoxx
o unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Select-row-from-a-Table-tf2496157.html#a6961729 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Select row from a Table

2006-10-23 Thread Laurie Harper
grifoxx wrote: Hi, I created a table using the iterate tag from struts. What I want to do is to select a row from that table so I have an extra column that has a link called Detail. If the user click on that link I want to display in other page the detail of that row. To do that I need to get th

Select row from a Table

2006-10-23 Thread grifoxx
which is one of the columns, so How can I get that parameter when the user click on the link. Thanks a lot -- View this message in context: http://www.nabble.com/Select-row-from-a-Table-tf2496157.html#a6958531 Sent from the Struts - User mailing list archive at Nabble.com