RE: Struts with PHP

2005-05-02 Thread Kris Barnhoorn
http://www.phpmvc.net/ is a php port of struts just info. Not used or tested it. Kris. -Oorspronkelijk bericht- Van: Rafael Taboada [mailto:[EMAIL PROTECTED] Verzonden: maandag 2 mei 2005 17:59 Aan: Struts List Onderwerp: Struts with PHP Hi folks... I'm working right now with PHP...

RE: Validation question. Disallow < > characters using regex mask

2004-08-02 Thread Kris Barnhoorn
Correction: ... ... -Oorspronkelijk bericht- Van: Kris Barnhoorn [mailto:[EMAIL PROTECTED] Verzonden: maandag 2 augustus 2004 22:42 Aan: 'Struts Users Mailing List' Onderwerp: RE: Validation question. Disallow < > characters using regex mask Had the same p

RE: Validation question. Disallow < > characters using regex mask

2004-08-02 Thread Kris Barnhoorn
Had the same problem Solution: ... ... kris -Oorspronkelijk bericht- Van: Eric Dahnke [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 18 mei 2004 20:24 Aan: Struts Users Mailing List Onderwerp: Validation question. Disallow < > characters using regex mask Hello List, Validation works

RE: bean:define vs c:set

2004-07-29 Thread Kris Barnhoorn
you still using a scriptlet expression? Why not use an EL expression instead? or, to avoid needing to do the in the first place: The appropriate conversions will happen for you automatically. Craig On Thu, 29 Jul 2004 17:24:35 +0200, Kris Barnhoorn <[EMAIL PROTECTED]> wrote: >

bean:define vs c:set

2004-07-29 Thread Kris Barnhoorn
Hi, First of all I'd like to thank the contributors of this mailinglist. I'm using struts for over 1.5 years now and i always found answers in archives. In this mailinglist and in the contrib/el there is often suggested that the best way to prepare for smooth transition to JSP 2.0 is to use el t