HTML tags/filter/UTF-8

2003-11-21 Thread Dave Hodson
A question for the list: I have an input form, which is handled via Struts and the input is validated, URLEncoded with UTF-8 and stored in a DB At a later date, the user can modify their input. The input is displayed with an html:text tag, but unfortunately, it does not display

RE: The display:* tag library

2003-01-24 Thread Dave Hodson
I disagree on the sorting feature -- I'd vote to keep it, as we use it heavily Dave -- Dave Hodson MessageCast, inc. Email: [EMAIL PROTECTED] http://www.messagecast.net -Original Message- From: Jerome Jacobsen [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 8:07 AM

Tomcat 4.1.16/Struts 1.1b2/Tiles == BLAM

2002-12-03 Thread Dave Hodson
) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203) --- Dave Hodson MessageCast, inc. Email: [EMAIL PROTECTED] www.messagecast.net

SOLVED -- FW: Tomcat 4.1.16/Struts 1.1b2/Tiles == BLAM

2002-12-03 Thread Dave Hodson
Pls disregard -- problem turned out to be CATALINA_HOME -- I did not modify it to point the new instance (4.1.16) instead of the old instance (4.0.3). Once I modified this, everything works! Dave --- Dave Hodson MessageCast, inc. Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED

java.lang.VerifyError/signature

2002-08-15 Thread Dave Hodson
, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException { --- Dave Hodson MessageCast, inc. Email: [EMAIL PROTECTED] www.messagecast.net

RE: Urgent: Loading message resources from Database

2002-07-25 Thread Dave Hodson
Sounds like a feature request for 1.2 :-) --- Dave Hodson MessageCast, inc. Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] www.messagecast.net -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 8:57 AM To: Struts Users

RE: Problem with session ojects: memory size, updates

2002-07-17 Thread Dave Hodson
or check out http://java.sun.com/blueprints/patterns/j2ee_patterns/value_object/ Dave --- Dave Hodson MessageCast, inc. Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] www.messagecast.net -Original Message- From: Manish_Purang [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15

RE: Problem with session ojects: memory size, updates

2002-07-17 Thread Dave Hodson
the key, which is used to retrieve the data from the Value Object. Dave --- Dave Hodson MessageCast, inc. Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] www.messagecast.net -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 8:37 AM

Display tag library/font size in tables?

2002-07-17 Thread Dave Hodson
size=1strongDate/Time/strong/font/td Dave --- Dave Hodson MessageCast, inc. Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] www.messagecast.net -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Problem with session ojects: memory size, updates

2002-07-15 Thread Dave Hodson
Another possible solution is to create Value Objects and serialize them... Dave --- Dave Hodson MessageCast, inc. Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] www.messagecast.net -Original Message- From: Jesse Alexander (KADA 11) [mailto:[EMAIL PROTECTED]] Sent: Sunday, July

Re: Problem populating form bean with multiple parameters of same name

2002-07-06 Thread Dave Hodson
setPropertyName(String[] propertyName) { ... } It may just work. In general I've found Struts to be amazingly flexible with properties and their types. Kudos to the Struts developers! --Renaud -- Steven Valin [EMAIL PROTECTED] --- Dave Hodson MessageCast, inc. Email: [EMAIL

RE: JBuilder and Struts

2002-07-02 Thread Dave Hodson
click on project properties/build/jsp and uncheck check JSPs for errors at build-time --- Dave Hodson MessageCast, inc. Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] www.messagecast.net -Original Message- From: James Turner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02

RE: Newbie question: Best practices on logging?

2002-06-24 Thread Dave Hodson
On 24 Jun 2002, Craig R. McClanahan wrote: You can configure Log4J or JDK 1.4 logging to send different output to different places if you want something fancier. Not too off topic (I hope) -- anyone know of a good example out there for using Log4J and writing to multiple files? The