How To Submit A Propery/Value Pair That Is Not Selected/Filled-Out By Visitors of the Website?

2003-10-30 Thread Caroline Jen
In the welcome page, all visitors of the web site can choose to view any article that is available in the database. But, visitors will not be able to delete or update any of those articles (DELETE, UPDATE, etc. buttons are not provided). This part of my struts application works well. I have a

Re: How To Submit A Propery/Value Pair That Is Not Selected/Filled-Out By Visitors of the Website?

2003-10-30 Thread Ruth, Brice
Can you just use hidden form variables? Check out the Struts-HTML html:hidden tag - that might get you through this. Caroline Jen wrote: In the welcome page, all visitors of the web site can choose to view any article that is available in the database. But, visitors will not be able to delete