RE: how to show data on jsp from bean

2005-09-17 Thread Wojciech Ciesielski
And one more thing - get yourself some good book/manual/tutorial on Struts. There's plenty of them on o'reilly/amazon/direct connect/emule etc... It's gonna be much easier ;-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

RE: how to show data on jsp from bean

2005-09-17 Thread Wojciech Ciesielski
> I am new to struts and have a basic question regarding bean > > I am collecting some data(its a plain java bean) in an 'Action' > from database and want to show that data on a jsp page from where > it can be edited and submitted to some other 'Action' in the form > of 'ActionForm' > > I