Struts2 and FTP (php) editors integration

2011-06-14 Thread webmeiker
Hi, Have somebody successfully integrated a Struts2 app with some (web)FTP editor (based in PHP) like ElFinder? I always get responses like ‘Invalid backend configuration’, ‘Invalid XML Response’ or things like that. thanks

Re: Struts2 and FTP (php) editors integration

2011-06-14 Thread webmeiker
:07 PM, Brian Thompson elephant...@gmail.com wrote: You sure that isn't the File FTP Protocol? :P Redundancy FTW! -Brian On Tue, Jun 14, 2011 at 11:01 AM, Dave Newton davelnew...@gmail.com wrote: On Tuesday, June 14, 2011, webmeiker wrote: Have somebody successfully integrated

Free web exploration of folder content with Struts2

2011-05-20 Thread webmeiker
Hi everybody, I want to publish some resources (folders and files) under a folder inside the WebContent folder of my Struts2 application and allow free directory exploration of that folder contents. WebContent/public-folder/*.* Does somebody know how to achieve this? All my attempts

Re: Free web exploration of folder content with Struts2

2011-05-20 Thread webmeiker
in something like url-pattern/*.action/url-pattern On 20 May 2011 10:10, webmeiker i...@webmeiker.com wrote: Hi everybody, I want to publish some resources (folders and files) under a folder inside the WebContent folder of my Struts2 application and allow free directory exploration

Re: Strus2-tiles-plugin-2.2.1

2011-03-29 Thread webmeiker
I recommend you to use *Sitemesh *decorator instead of Tiles. 2011/3/29 Mohamed Rabie Hayoun Ben Maimoun mrhay...@gmail.com Hi! I'm devoloping an aplication with the next version: 1. tiles 2.2.2 2. struts 2.2.1 3. struts2-tiles-plugin-2.2.1 I integrate all the framework and they

Could somebody tell me where can I find struts2 sample maven archetypes?

2011-03-25 Thread webmeiker
Hi, Working with Eclipse m2eclipse maven Eclipse plugin, Could somebody tell me where can I find struts2 sample maven archetypes? For all the Catalog files I found, when I try to add as Remote Archetype Catalog, Eclipse dialog window says that ‘Remote catalog is empty’. Thanks [image: Image

Ajax in Struts2

2011-03-22 Thread webmeiker
Hi, I want to ask the community for advice about the technology/mechanism/plugin/library I should use to AJAX-ize a new Struts2 app I am going to construct? What are the latest tendencies in this area? (Some previous research in Google provides me some confusion) Thanks --

Re: Ajax in Struts2

2011-03-22 Thread webmeiker
://prototypejs.org/learn/introduction-to-ajax Or http://developer.yahoo.com/yui/connection/ Pick whichever one you like. Or look at other libraries. --Tom -Original Message- From: webmeiker [mailto:i...@webmeiker.com] Sent: Tuesday, March 22, 2011 11:44 AM To: Struts Users

use of interceptor stacks in struts2

2010-12-19 Thread webmeiker
Hi, Could you please confirm me next supposition? Having a custom interceptor stack defined like this: interceptor-stack name=*mySampleStack* interceptor-ref name=*sampleInterceptor1*/ interceptor-ref name=*paramsPrepareParamsStack*/ interceptor-ref name=*sampleInterceptor2*/

Struts2 s:form to html form changes id attribute

2010-12-16 Thread webmeiker
Hi, Does somebody know what could be happening here? I have exactly same Struts2 web app deployed in two Tomcats but s:form tag behaves strange in one of them. Lets explain myself… The next line of code in my JSP: s:form id=masAnunciosListar action=anunciosListar namespace=/anuncios

best way to ajaxize a Struts2 application

2010-12-02 Thread webmeiker
Hi, I want to ask to the Struts2 community what technology do you recommend to “ajaxize” a Struts2 web application? (Dojo, Jquery, YUI, …) What do you think are the newest tendencies? Thanks in advance (and sorry if it has been asked thousands of times before –I’am new in the mailing list-)

Re: Re : best way to ajaxize a Struts2 application

2010-12-02 Thread webmeiker
/book/search?searchterm=zammettiact=search) All you could possibly want is here: zammetti.com On Thu, December 2, 2010 3:15 pm, webmeiker wrote: Hi, I want to ask to the Struts2 community what technology do you recommend to “ajaxize” a Struts2 web application? (Dojo, Jquery, YUI

Re: labelizing submit buttons

2010-11-30 Thread webmeiker
It doesn’t work… Neither putting ‘btn.search=Search’ in: my-global-messages.properties, package.properties, my-action.properties ¿?¿? 2010/11/29 M. Rakowski matth...@rakowski.biz i have exactly the same problem: s:text name=event.name/ with event.name set in the package.properties

Re: labelizing submit buttons

2010-11-30 Thread webmeiker
for unimplemented setters as a result of the excludeParams configuration parameter: interceptor-ref name=params param name=excludeParamsdojo\..*,^struts\..*/param /interceptor-ref Hope this helps! 2010/11/30 webmeiker i...@webmeiker.com It doesn’t work… Neither putting ‘btn.search=Search’ in: my

labelizing submit buttons

2010-11-29 Thread webmeiker
Hi all, Could somebody help me with the next issue? In a submit button I want to use a customized label (which is extracted from a .properties file). The problem is that I get the next exception: Error setting expression 'btn.search' with value '[Ljava.lang.String;@1ed56e2'

Re: Recommended technology for pages layout in Struts2

2010-11-26 Thread webmeiker
choice. 2010/11/26 Volker Karlmeier vol...@magiccode.eu: I prefer tiles :) Am 26.11.2010 um 08:55 schrieb webmeiker i...@webmeiker.com: Hi, Based on your experience, what do you consider the “best” technology for layout in Struts2? Do you recommend me Sitemesh

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

Re: HTML escaping in form input fields in Struts2

2010-11-25 Thread webmeiker
(Looks great, thanks) 2010/11/25 Maurizio Cucchiara maurizio.cucchi...@gmail.com What about hdiv plugin? https://cwiki.apache.org/S2PLUGINS/hdiv-plugin.html 2010/11/25 webmeiker i...@webmeiker.com Hi, I want to ask the community for the best recommended way to achieve HTML

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