So here is the situation:

All data is in database. 

I have a user table with Fields like First Name, Last
Name, Address, SSN, EMAIL, Telephone...

I have Account table with fields like ID, Date,
Balance,... Each user can have one or more Accounts.

I have Transaction table with fields like ID, Date,
Title, Status ... Each user account have one or more
Transactions.

...


I would like to have pages that can create user,
display all users or individual users, edit user
information, and delete user.

I would like to have pages that can create account,
display account, edit account information, and delete
account...

I would like to have pages that can create
transaction, display transaction, edit transaction,
and delete transaction...

...

Thanks,
--- Larry Meadors <[EMAIL PROTECTED]> wrote:

> Give us some more info Tony.
> 
> Are you talking about a relational database with 20
> tables, or is this
> user information just a few bits in an xml file?
> 
> Larry
> 
> 
> On 6/6/05, Tony Smith <[EMAIL PROTECTED]> wrote:
> > Hi, I am using struts to develop a webapp. One
> piece
> > of work is the user information. I will allow user
> to
> > create, view, and update his personal information.
> > Usually, the three pages are very similar. What is
> the
> > best way to do this with Struts? Is there any
> > "Pattern" for this? I checked the Struts
> > DispatchAction, but
> > not sure how to do it...
> > 
> > 
> > Thanks,
> > 
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam
> protection around
> > http://mail.yahoo.com
> > 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > 
> >
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to