RE: design question

2006-01-31 Thread Myatluk Andrey
Hi! >From here: http://displaytag.sourceforge.net/11/tut_sources.html --- cut --- >From a db? Displaytag will never support retrieving data from a db directly. Displaytag is here to help you in displaying data, not to retrieve them. Anyway, there are a couple of easy methods to get records fr

RE: Dispatch Action Error

2006-01-30 Thread Myatluk Andrey
Hi! As I can see from your trace, you are using DispatchAction and in some moments wrong method name is passed to this action. In the trace you've presented the method name is empty. 1. Action[/notes] does not contain method named 2. java.lang.NoSuchMethodException: com.vrs.crm.actions.NotesActio

RE: using an action form if no input from page

2006-01-30 Thread Myatluk Andrey
Hi! I would say you can use ActionForm as a bean to pass values from your action to your JSP. AFAIK ActionForm is just a bean with some convenience methods. Andrey -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, January 27, 2006 10:50 PM To: user@strut

RE: What JDK version are you using?

2006-01-23 Thread Myatluk Andrey
[X] JDK 1.5 (or JDK 5) + Validator Andrey -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 2:37 PM To: Struts Users Mailing List Subject: What JDK version are you using? What JDK version are you using? - [ ] JDK 1.2 [