Re: Change form bean properties in JSP

2010-05-20 Thread Manoj Singh
Hi, Thanks for your reply. Please let me know how to do it? Thanks, Manoj On Thu, May 20, 2010 at 4:42 PM, Robert Graf-Waczenski wrote: > Am 20.05.2010 12:50, schrieb Manoj Singh: > > Hi, >> >> Is it possible to change the value of form bean properties in JSP Page? >

Change form bean properties in JSP

2010-05-20 Thread Manoj Singh
Hi, Is it possible to change the value of form bean properties in JSP Page? If yes, then please let me know. Thanks, Manoj

Multiple forms in single action class

2010-04-28 Thread Manoj Singh
Hi, I am a newbie to struts. Please co-operate. I am using the dispatch action to create my action class. Here I am providing the facility the users to add, update and delete the blogs. I want to use two form beans for this single action. One for add and update and another for delete. Is it poss