Custom tags referencing struts tags

2005-11-17 Thread David Whipple
I would like to be able to create a custom tag which is able to use the struts , or fields. I am not able to find a way to create a tag library that can produce/call/reference other tags. I am interested in making a custom tag for our application which will either show a text entry field, a dr

Re: Displaytag reading column titles from application resources file

2005-10-21 Thread David Whipple
8nResourceProvider 2)assuming JSTL is available..JSTL.jar is included in your application.war M- ----- Original Message - From: "David Whipple" <[EMAIL PROTECTED]> To: Sent: Thursday, October 20, 2005 4:30 PM Subject: Displaytag reading column titles from application resources

Re: [OT DisplayTag] Re: Displaytag reading column titles from application resources file

2005-10-21 Thread David Whipple
he.org> David Whipple

Displaytag reading column titles from application resources file

2005-10-20 Thread David Whipple
I am having trouble trying to use Displaytag tag and reading the titles for the columns out of my application resources file. I have tried: ... But it does not seem to read anything. I have tried searching for the answer, but haven't found anything that I can make work. Does anyone ha

Re: [OT] Java as a Daemon

2005-07-14 Thread David Whipple
We use the cron approach as well. Using a simple mechanism and having separate JVMs has proven very good for maintenance, etc. Dave Larry Meadors

[OT] UML class diagrams

2005-07-11 Thread David Whipple
Anyone have any suggestions for an opensource/freeware tool for reverse engineering java code to class diagrams? Thanks, Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Spring

2005-07-08 Thread David Whipple
We use Spring as well, but also not for the MVC portions (we use struts). We use it for the primarily for application assembly and integration with iBATIS. The AOP support seems very interesting, but at this point we are only using that w.r.t transactions. I am thinking about incorporating it in

Re: ensuring valid forwards

2005-06-14 Thread David Whipple
I would really like to see this as well. "Frank W. Zammetti" <[EMAIL PROTE

RE: Toggle Colors between Rows

2005-06-09 Thread David Whipple
We do the following in our jsp. We have two styles defined in our style sheet, tbl1 and tbl2 for the two different row types: " valign="top"> blah...

BaseRequestProcessor extends TilesRequestProcessor error

2005-06-03 Thread David Whipple
We have a BaseRequestProcessor which extends the TilesRequestProcessor defined in the struts-config file. A co-worker is getting the following error when he tries to use it: [6/3/05 10:14:03:327 EDT] 690b690b WebGroup E SRVE0026E: [Servlet Error]-[action]: java.lang.ClassCastException: org/a

[OT] Business Layer Ideas

2005-05-27 Thread David Whipple
This is an off topic post, but there seem to be a lot of people with good opinions here. I am trying to provide a framework (based on Stuts and Spring) for our company to use. I'd like to make a reinforcement of the business layer in applications. We do not use EJBs, so a lot of the patterns tha

RE: HTML:tags in a Tag

2005-04-20 Thread David Whipple
sers Mailing List' ystems.com> cc: (bcc: David Whipple/DTCC) Subject

Re: Validator error messages from different resource files

2005-04-14 Thread David Whipple
| List" | |-+--> >--| | | | To: "Struts Users Mailing List" |

Validator error messages from different resource files

2005-04-13 Thread David Whipple
Does anyone know a way have the Validator read the error messages for failed validation out of a non-default ApplicationResources.properties file? I am trying to separate the error messages out into a file that other developers need not and/or should not touch. Actually it could be a set of files

JSP action form/property names

2004-09-16 Thread David Whipple
If I have a JSP which has a form, I can reference the ActionForm fields like this: This is nice because the JSP does not need to know what the form name it is using. However, if I want to print some plain text, I have not found a way to do it other than: or