Why struts2 and not spring mvc

2007-01-23 Thread Zsolt Koppany
Hi, What are the advantages of struts2 against spring mvc? For me they look very similar but "spring mvc" is pretty well documented. Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Why is struts2 called struts2 and not webworks2?

2007-01-20 Thread Zsolt Koppany
Hi, as far as I see struts2 has very little to do with struts1. Why is it called struts2 at all (and not webworks2)? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Moving from struts-1 to struts-2 or spring mvc

2007-01-10 Thread Zsolt Koppany
ution that struts1 still works but a better MVC can be also used. Zsolt > -Original Message- > From: Asthana, Rahul [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 10, 2007 5:30 PM > To: user@struts.apache.org > Cc: [EMAIL PROTECTED] > Subject: FW: Moving from

Moving from struts-1 to struts-2 or spring mvc

2007-01-10 Thread Zsolt Koppany
Hi, we have a pretty large code in struts-1. What is more complicated moving to struts2 or spring mvc? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE:

2006-03-09 Thread Zsolt
escapeXml="true" is default, thus it is not necessary. My question is why title="" does not automatically do escaping. Zsolt >-Original Message- >From: Jared Blitzstein [mailto:[EMAIL PROTECTED] >Sent: Thursday, March 09, 2006 2:56 PM >To: Struts Users M

user@struts.apache.org

2006-03-09 Thread Zsolt
Hi, I use struts-1.2.8 and wan't to special html patterns (for example >) in title of Is there a better way? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Tabbed panes in struts

2005-12-01 Thread Zsolt
Try http://ditchnet.org/taglibs/. Zsolt >-Original Message- >From: Lintang JP [mailto:[EMAIL PROTECTED] >Sent: Friday, December 02, 2005 5:36 AM >To: Struts Users Mailing List >Subject: Re: Tabbed panes in struts > >U should try struts-menu, cool > >On 12/2/05

How to get the original URI from taglib?

2005-10-30 Thread Zsolt
Hi, How can I figure out the origial URI (from a JSP taglib). I have tried request.getPathInfo() and request.getRequestURI() but I get wrong values. For example if my URI was http://localhost:8080/abcdef.do I would like to get /abcdef.do. I use tc-5.5.12. Zsolt

How to use Email Templates for struts?

2005-10-29 Thread Zsolt
Hi, I want to send my struts-1.2.7 application emails using templates. Which template engine should I use? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Need good tab control for JSP.

2005-10-23 Thread Zsolt
some alternatives? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Free Database Graphical Tool

2005-10-12 Thread Zsolt
At http://squirrelsql.org I cannot see anything about eclipse. Can you help me please where I can find the eclipse plug-in. Zsolt >-Original Message- >From: news [mailto:[EMAIL PROTECTED] On Behalf Of Vic Cekvenich >Sent: Wednesday, October 12, 2005 2:44 PM >To: user@strut

Wanted Struts and Hibernate developers in Hungary and Romania!

2005-08-03 Thread Zsolt
Hi, We are looking for developers with good understanding of Struts and Hibernate in Hungary and Romania. If you are interested in please contact me at: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Upload problem with apache and SSL

2005-07-20 Thread Zsolt
range that I cannot find any exception. Does somebody know such problems? Is it a mod_jk problem? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: Quartz Scheduler with Struts

2005-05-08 Thread Zsolt Koppany
Can you give me a pointer how to monitor with JMX? Zsolt > -Ursprüngliche Nachricht- > Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von Vic Cekvenich > (netsql) > Gesendet: Sonntag, 8. Mai 2005 02:28 > An: user@struts.apache.org > Betreff: Re: Quartz Scheduler w

RE: Which setter do I need in the ActionForm for this example?

2004-12-24 Thread Zsolt Koppany
public String[] getDropDownSelection(String key) { return (String[])dropDownSelection.get(key); } public void setDropDownSelection(String key, String[] v) { log.debug("CALED "); dropDownSelection.put(key, v);

RE: Which setter do I need in the ActionForm for this example?

2004-12-23 Thread Zsolt Koppany
Richard, Thank you, but did you see that I have set multiple="true" ? Zsolt > -Original Message- > From: Richard Yee [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 23, 2004 4:01 PM > To: Struts Users Mailing List > Subject: Re: Which setter do I need i

Which setter do I need in the ActionForm for this example?

2004-12-23 Thread Zsolt Koppany
The setter "setDropDownSelection(String key, Object value)" is never called. Zsolt Koppany Phone: +49-711

RE: Which version is the offcial and stable version?

2004-08-03 Thread Zsolt Koppany
Hi Ted, thank you. Zsolt > -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 03, 2004 2:26 PM > To: Struts Users Mailing List > Subject: Re: Which version is the offcial and stable version? > > > http://struts.apache.org/a

Which version is the offcial and stable version?

2004-08-02 Thread Zsolt Koppany
Hi, I have been using struts-1.1 for a long time but consider to upgrade. Which is the current official and stable version? When comes the next stable version? Should I upgrade know or should I wait? Zsolt - To unsubscribe, e

How to figue out whether a form field is required when redering the JSP output?

2004-07-07 Thread Zsolt Koppany
numbers as mandatory an other customer doesn't). How can I access the form dependent data of validation.xml from JSP (or my form class)? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

RE: Why

2004-07-02 Thread Zsolt Koppany
Yes exactly and this is the reason why I would like to use reanonly and not disabled. Zsolt > Just a note that there are some significant differences between > disabled and > read-only controls, even if a browser renders them with the same visual > appearance. For example, disabled

Why

2004-07-02 Thread Zsolt Koppany
Hi, I would like to use

RE: version confusion

2004-05-27 Thread Zsolt Koppany
Hi Riyad, I used tomcat-4.1.x and struts-1.1 with the contributed JSTL libraries thus I could you use EL expressions also in tomcat-4.1. What is the difference between TC-4.1 and TC-5.0 about the EL expressions? Zsolt > -Original Message- > From: Riyad Kalla [mailto:[EMAIL PRO

RE: JSTL 1.1 + HTML-EL Problem

2004-05-05 Thread Zsolt Koppany
What are "runtime" and "request-time"? Where can I change "runtime"? Zsolt > -Original Message- > From: Kris Schneider [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 05, 2004 7:41 PM > To: Struts Users Mailing List > Subject: Re: JSTL 1.1