Micheal:

Could you show me how to build the "one action"?

Thanks,



--- Michael Jouravlev <[EMAIL PROTECTED]> wrote:

> If you want some kind of automation to build an HTML
> form or JSP for
> an arbitrary object on the fly, then Struts does not
> provide this
> service. You need to design pages yourself. Maybe
> there are some
> third-party libraries to do this.
> 
> I might implement something like this as an example
> for Struts Dialogs
> library, your requirement seems to make a good use
> case. But even then
> I will need to create different pages for user list,
> user edit, user
> view, etc. I will use one action per each CRUD
> operation, though.
> 
> Micahel.
> 
> On 6/7/05, Tony Smith <[EMAIL PROTECTED]> wrote:
> > 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...
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search. 
http://info.mail.yahoo.com/mail_250

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

Reply via email to