Re: showing data

2005-04-19 Thread Michael J.
On 4/19/05, Rafael Taboada <[EMAIL PROTECTED]> wrote: > yeap. i have that... But i want to know what i have to do in the > detail jsp. I mean, how can i populate in the detail jsp using that > id. > > i have an lstCustomer object in my actionform. when i'm in detail jsp, > is it still populated? o

Re: showing data

2005-04-19 Thread Rafael Taboada
yeap. i have that... But i want to know what i have to do in the detail jsp. I mean, how can i populate in the detail jsp using that id. i have an lstCustomer object in my actionform. when i'm in detail jsp, is it still populated? or it depends on the scope?. thanks -- Rafael Taboada ---

Re: showing data

2005-04-19 Thread Michael J.
On 4/19/05, Rafael Taboada <[EMAIL PROTECTED]> wrote: > Hi folks. I have a problem. i don't really know how to do that.. > > i have a jsp it shows a list of customers. but for each costumer there > is a link to another jsp called detail. > > my problem is i don't know how to connect both jsp. i p

showing data

2005-04-19 Thread Rafael Taboada
Hi folks. I have a problem. i don't really know how to do that.. i have a jsp it shows a list of customers. but for each costumer there is a link to another jsp called detail. my problem is i don't know how to connect both jsp. i populate the list jsp with my actionform. that's ok. but if the use

Re: showing data

2005-02-16 Thread Robert Taylor
Have a look at DisplayTag http://sourceforge.net/projects/displaytag/ /robert Rafael Taboada wrote: Hi guys. I'm developing a web site using struts. I want to know if there is a tool that help me showing data, i mean, i have a database where there is a table user. I have a query with a s

showing data

2005-02-16 Thread Rafael Taboada
Hi guys. I'm developing a web site using struts. I want to know if there is a tool that help me showing data, i mean, i have a database where there is a table user. I have a query with a set of records about this table and i want to show in a table. But I want to know if there is a tool