Recommended technology for pages layout in Struts2

2010-11-25 Thread webmeiker
Hi, Based on your experience, what do you consider the “best” technology for layout in Struts2? Do you recommend me Sitemesh, Tiles2 or what? (Personally, I think the latest should be the “best”, because it’s developed with improvement over similar/current technologies in mind. But this is a d

Re: javax.servlet.ServletException: BeanUtils.populate

2010-11-25 Thread Lukasz Lenart
2010/11/25 Dominique JUSTE : > Although I have used Struts for five years, I have been facing a trouble > since Monday and I don't understand what's happening... "Monday, monday ... manic monday..." http://www.youtube.com/watch?v=lAZgLcK5LzI Kind regards ;-) -- Łukasz + 48 606 323 122 http://

Re: javax.servlet.ServletException: BeanUtils.populate

2010-11-25 Thread Dave Newton
If it's Struts-related, sure. Dave On Thu, Nov 25, 2010 at 4:05 PM, Dominique JUSTE wrote: > Hello all, > > Although I have used Struts for five years, I have been facing a trouble > since Monday and I don't understand what's happening... > > So may I ask for some help in this mailing list ?...

javax.servlet.ServletException: BeanUtils.populate

2010-11-25 Thread Dominique JUSTE
Hello all, Although I have used Struts for five years, I have been facing a trouble since Monday and I don't understand what's happening... So may I ask for some help in this mailing list ?... I rather prefer asking before drafting a long mail. :) Sincerly, Dominique French Web developper

Re: HTML escaping in form input fields in Struts2

2010-11-25 Thread webmeiker
(Looks great, thanks) 2010/11/25 Maurizio Cucchiara > What about hdiv plugin? > https://cwiki.apache.org/S2PLUGINS/hdiv-plugin.html > > 2010/11/25 webmeiker > > > Hi, > > > > > > > > I want to ask the community for the best recommended way to achieve HTML > > escaping in form input fields in St

Re: HTML escaping in form input fields in Struts2

2010-11-25 Thread Maurizio Cucchiara
What about hdiv plugin? https://cwiki.apache.org/S2PLUGINS/hdiv-plugin.html 2010/11/25 webmeiker > Hi, > > > > I want to ask the community for the best recommended way to achieve HTML > escaping in form input fields in Struts2… > > > > For output I know about escapeHtml attribute in s:property t

HTML escaping in form input fields in Struts2

2010-11-25 Thread webmeiker
Hi, I want to ask the community for the best recommended way to achieve HTML escaping in form input fields in Struts2… For output I know about escapeHtml attribute in s:property tag, but I don’t know if there is something like that ‘implemented’ for the input (some interceptor, validator type

Re: Spring context for package

2010-11-25 Thread Josep María Formentí Serra
Well, the project that we are building have a common part (now only user administration) and then we have two independent modules (with some links between theirs). In this case, it would be a good solution use an ear, but some clients are working in tomcat, then we are working with a war. Really,

Re: How to download a file without creating it on a server

2010-11-25 Thread lunch716
Hi, I found the following the thread, and now I apply that method. I think it is the best solution for this issue.(namely create custom Result class) http://www.mail-archive.com/user@struts.apache.org/msg79822.html Thanks. Ken --- lunch...@yahoo.co.jp wrote: > Hi Dale, > > Thank you for yo