Re: Struts2 and FTP (php) editors integration

2011-06-14 Thread webmeiker
n collaborating with you to > enter a new market. > (*Chris*) > > On Tue, Jun 14, 2011 at 12:27 PM, webmeiker wrote: > > > I mean use of CKEditor, CKFinder or ElFinder 3rd party software (based in > > PHP) that allow server file exploration inside a Struts2 application

Re: Struts2 and FTP (php) editors integration

2011-06-14 Thread webmeiker
7 PM, "Brian Thompson" 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 > wrote: > >> On Tuesday, June 14, 2011, webmei

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: Free web exploration of folder content with Struts2

2011-05-20 Thread webmeiker
; /*.action > > On 20 May 2011 10:10, webmeiker 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 > > e

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 fai

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 > 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 working fine

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 1

Re: Ajax in Struts2

2011-03-22 Thread webmeiker
otypejs.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, 20

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 --

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: For all the actions that use that interceptor stack (*mySampleStack*), the interceptors defined both in *paramsPrepareParamsStack* and *defaultStack*will be executed two times f

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 tag behaves strange in one of them. Lets explain myself… The next line of code in my JSP: …generates correct html form code in ‘A’ environment: …BUT generate

Re: Re : best way to ajaxize a Struts2 application

2010-12-02 Thread webmeiker
t; > > -- > > Frank W. Zammetti > > Author of "Practical Palm Pre webOS Projects" > > and "Practical Ext JS Projects with Gears" > > and "Practical Dojo Projects" > > and "Practical DWR 2 Projects" > > and &quo

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: labelizing submit buttons

2010-11-30 Thread webmeiker
unimplemented setters as a result of the excludeParams configuration parameter: dojo\..*,^struts\..* Hope this helps! 2010/11/30 webmeiker > It doesn’t work… > > Neither putting ‘btn.search=Search’ in: my-global-messages.properties, > package.properties, my-actio

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 > > i have exactly the same problem: > > > > with event.name set in the package.properties file: works ok. > > > > with button.creat

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' *ognl.OgnlExcep

Re: Recommended technology for pages layout in Struts2

2010-11-26 Thread webmeiker
or > > even you need to handle big outputs, SM is not the best choice. > > > > 2010/11/26 Volker Karlmeier : > > > I prefer tiles :) > > > > > > Am 26.11.2010 um 08:55 schrieb webmeiker : > > > > > >> Hi, > > >> > >

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: 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 achi

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