Re: insertion problem view

2006-09-12 Thread pramod
Hai, Here You can use Synchronizer - Token Design Pattern. Thanks & Regards Pramod. - Original Message - From: "Gomathi" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, September 13, 2006 10:03 AM Subject: insertion problem vie

Problem with Html File Object

2005-08-16 Thread Pramod
Hi All, I am facing a problem with html file object. Can we assign value to file object externally ?. Thanks in Advance Pramod.

JSF Articel

2005-04-22 Thread Pramod
Hi All, Could any one can refer the best articles for JSF ? Regards Pramod

unable to compile JSP File

2005-02-01 Thread Pramod
Hai Ii am unable to comile a JSP File becuase, the code is too large. If any one having the solution, plz let me know. Thanks in Advance pramod

about html:form tag

2004-12-20 Thread Pramod
How can we set a bean value to a checkbox(using tags) ? I have doubt in setting the value plz get me a solution.

Re: about logic tag

2004-12-13 Thread Pramod
This is the code in the model class's method if(result!=null || result.size()>0) { objectVector = new Vector(); for(int i=0;i

Re: about logic tag

2004-12-13 Thread Pramod
i didnt get u - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

logic tag

2004-12-13 Thread Pramod
I am having a vector object in jsp. An ActionForm's two instances are stored in that vector. Action form contains only one variable. How can i produce the results using logic & bean tags

Re: about logic tag

2004-12-13 Thread Pramod
I have done the steps but i didn't get results - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: about logic tag

2004-12-12 Thread Pramod
I can't produce the result. The bean tag creating new instance of ActionForm.Get me a solution. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: about logic tag

2004-12-12 Thread Pramod
It is not displaying the results. The code producing new instances of ActionForm. i will send my code - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

about logic tag

2004-12-12 Thread Pramod
I have a vector object in a jsp page. An ActionForm's two instances are stored in that vector. How can i display the values using bean & logic tag?

logic tag

2004-12-10 Thread Pramod
I have a bean object in the jsp page. How can i use the logic:iterate tag to producing the result?