Datagrid using struts

2003-01-16 Thread Harinath DP
Hi, I need to implement Data grid using Struts. Can anybody guide me to how about doing this? Do we have any taglib, which can do this? -Hari

RE: Scriptlet not executed

2003-01-16 Thread Harinath DP
Try this onclick='%= marcaMaximoCheckbox(0,, + pos + ) %' -Original Message- From: Míguel Ángel Mulero Martínez [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 4:27 PM To: Lista Struts Subject: Scriptlet not executed Hi all! I've seen in a example of the Struts

Struts taglibs - Is data grid possible

2003-01-16 Thread Harinath DP
Hi, I need to implement Data grid using Struts. Can anybody guide me to how about doing this? Do we have any taglib, which can do this? -Hari

Comparing values of variables

2003-01-16 Thread Harinath DP
Is there a taglib in struts which would allow me to compare a value of a variable with a value of another variable. I went thru struts docs and found only constants can be compared with logic:equal tag -Hari

RE: Struts taglibs - Is data grid possible

2003-01-16 Thread Harinath DP
talking about some kind of matrix in an HTML table or AWT/Swing grid? Mark -Original Message- From: Harinath DP [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 7:02 AM To: Struts-User Subject: Struts taglibs - Is data grid possible Hi, I need to implement Data grid using Struts

Custom tag for If condition

2002-07-23 Thread Harinath
Hi , Do we have any equivalent custom tag for IF.statement -Hari -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Cannot find ActionMappings or ActionFormBeans collection

2002-05-28 Thread Harinath
and included in CLASSPATH you will probably receive this error. cheers, Gilson - Mensagem original - De: Harinath [SMTP:[EMAIL PROTECTED]] Enviada em: terça-feira, 28 de maio de 2002 00:34 Para: struts Assunto: Cannot find ActionMappings

JSP + struts taglibs

2002-05-28 Thread Harinath
Can a JSP access data in a action form without using struts taglibs. Regards, Hari -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Cannot find ActionMappings or ActionFormBeans collection

2002-05-28 Thread Harinath
hi , check whether the action that you are using for the form tag in jsp matches with the path attribute of the action tag in strutsconfig.xml. it may be one of the reasons for error. regards abhishek. Harinath wrote: When the Exception javax.servlet.jsp.JspException: Cannot find ActionMappings

RE: JSP + struts taglibs

2002-05-28 Thread Harinath
it as you would without any taglibs. Although, your code will by much cleaner if you stick to the struts taglibs. James Mitchell -Original Message- From: Harinath [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 28, 2002 8:55 AM To: struts Subject: JSP + struts taglibs Can a JSP access

Cannot find ActionMappings or ActionFormBeans collection

2002-05-27 Thread Harinath
Can somebody, tell me the cause of this exception. I think there is something wrong with my configurations in my struts-config.xml. But i am unable to figure out. javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans collection at

RE: Do we have struts custom tag for success messages.

2002-05-24 Thread Harinath
=message property=statusTrans message=true bean:write name=message/br /html:messages /p --- end that's should be enough to show the 'trans.generic_read.ok' message when it's time. bye, d.rizzi -Messaggio originale- Da: Harinath [mailto:[EMAIL PROTECTED

Do we have struts custom tag for success messages.

2002-05-23 Thread Harinath
Hi, As we have html:errors/ for displaying error messages, do we have any custom tag in struts for success messages ? I need to display a success message to the user, when the request is processed successfully by the Action class. Regards, Hari -- To unsubscribe, e-mail: mailto:[EMAIL