[Stripes-users] Security with DynamicMappingFilter

2009-10-29 Thread andres
Hay, i am new on the stripes. I intent to implement security like Securing Stripes With ACLs or Security Interceptor for custom authorization (http://www.stripesframework.org/pages/viewpage.action?pageId=1114194) with DynamicMappingFilter and dont work for me. Please help me implement one of this

[Stripes-users] (no subject)

2009-10-30 Thread andres
-- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and

[Stripes-users] StreamingResolution images

2010-08-29 Thread andres
Hello. Could anyone help me with java Framework - stripes? I try to upload image with stripes:file, resize on server and return with new StreamingResolution return ("image / jpeg"... I dont now exactly how send with StreamingResolution and how can I load image after stripes:fil

Re: [Stripes-users] StreamingResolution images

2010-08-29 Thread andres
Thanks for replying With     File file = new File("C:/"+getNewAttachment().getFileName()); getNewAttachment().save(file); I can save image on file, but i dont need it. With  return new StreamingResolution("image/gif",getNewAttachment().getInputStream());  I can forward and see the image in

Re: [Stripes-users] StreamingResolution images

2010-08-29 Thread andres
 I think have to use ajax for save and view image in the form --- El dom, 29/8/10, Grzegorz Krugły escribió: De: Grzegorz Krugły Asunto: Re: [Stripes-users] StreamingResolution images Para: "Stripes Users List" Fecha: domingo, 29 de agosto, 2010 16:28 It won't be that simple, I guess. After

Re: [Stripes-users] StreamingResolution images

2010-08-29 Thread andres
I want to do something like on upload images http://www.ebayanuncios.es/ns/publicar-anuncio What you think how it's done? --- El dom, 29/8/10, Grzegorz Krugły escribió: De: Grzegorz Krugły Asunto: Re: [Stripes-users] StreamingResolution images Para: "Stripes Users List" Fecha: domingo, 29 d

Re: [Stripes-users] Stripes Development and its Future... (this one is long too)

2010-09-10 Thread andres
Hello everyone. Our Spanish company (400 employees) is looking for new replace Struts Framework. We are about to decide between Stripes and Spring MVC. Descucion is very interesting. Very good idea to create the blog of Stripes to increase user experience and pieces of code that will serve to

[Stripes-users] The best way to separate variabls in a larger form from the action.

2010-09-10 Thread andres
What is the best way to separate variabls in a larger form the action? In Struts 1 you have a separate action (for the logic) and form (to use for fields). In Stripes have all this in action. Hope I explained well. I thought to create a class NameModel with a variabls for a form and extend it

Re: [Stripes-users] The best way to separate variabls in a larger form from the action.

2010-09-10 Thread andres
: "Stripes Users List" Fecha: viernes, 10 de septiembre, 2010 13:44 On 10-09-2010 at 10:52, andres wrote: > What is the best way to separate variabls in a larger form the action? In > Struts 1 you have a separate action (for the logic) and form (to use for > fields). In Stripes have

Re: [Stripes-users] The best way to separate variabls in a larger form from the action.

2010-09-10 Thread andres
nes, 10 de septiembre, 2010 13:40 Hi, what about creating a Pojo holding all the form variables und referencing it in the actionBean and doing validation using @ValidateNestedProperties? Regards, Richard On Fri, Sep 10, 2010 at 12:52 PM, andres wrote: What is the best way to separate variabls i

Re: [Stripes-users] The best way to separate variabls in a larger form from the action.

2010-09-10 Thread andres
iembre, 2010 14:42 On 10-09-2010 at 12:03, andres wrote: > Could you explain more detail how [binding into the domain model, using > Stripersist] work, and how to implement? Stripersist is hosted at the StripesStuff project, and contains an example as well: StipesStuff:     http://sou

[Stripes-users] Stripes Development and its Future...

2010-09-11 Thread andres
I ask about Stripes but I see that is no longer current discussion about future of stripes? I see that there are questions and answers on other issues, maybe someone could answer me this. That's what I ask Our Spanish company (400 employees) is looking for new replace Struts Framework. We are

Re: [Stripes-users] Stripes Development and its Future...

2010-09-12 Thread andres
] Stripes Development and its Future... Para: "Stripes Users List" Fecha: sábado, 11 de septiembre, 2010 19:03 andres wrote: Attention must be paid on Stripes Around The Web, this is without updating a long time and many links are broken and this gives a bad image,

Re: [Stripes-users] Stripes Development and its Future...

2010-09-12 Thread andres
world of Stripes. Greetings. --- El dom, 12/9/10, Nikolaos Giannopoulos escribió: De: Nikolaos Giannopoulos Asunto: Re: [Stripes-users] Stripes Development and its Future... Para: "andres" CC: "Stripes Users List" Fecha: domingo, 12 de septiembre, 2010 18:30 Andres, I im

Re: [Stripes-users] Another beginner's question: setting UrlBinding to the URL of the JSP page

2010-09-14 Thread andres
Here is fairly well explained http://onjava.com/onjava/2007/01/24/java-web-development-with-stripes.html Regards --- El mar, 14/9/10, M.C.S. escribió: De: M.C.S. Asunto: Re: [Stripes-users] Another beginner's question: setting UrlBinding to the URL of the JSP page Para: "Stripes Users List"

Re: [Stripes-users] Another beginner's question: setting UrlBinding to the URL of the JSP page

2010-09-14 Thread andres
) I think not forget anything ) Buy the book "Stripes and Java web development is fun again", it explains many things very well. Regards --- El mar, 14/9/10, andres escribió: De: andres Asunto: Re: [Stripes-users] Another beginner's question: setting UrlBinding to the

[Stripes-users] Bug stripes messages

2010-10-06 Thread andres
Hello,I discovered a bug in the Stripes messages.  If you add in the action, message that does not exist getContext (). getMessages (). add (new LocalizableMessage (miss.message.text ")); and in jsp will fail in the jsp GRAVE: java.util.MissingResourceException: Can not find resource for bundle .

Re: [Stripes-users] Bug stripes messages

2010-10-06 Thread andres
getMessages (). add (new SimpleMessage (resourceBundle.getMessage("miss.message.text")));     From: Frank Pavageau [mailto:frank.pavag...@gmail.com] Sent: Wednesday, October 06, 2010 2:22 PM To: Stripes Users List Subject: Re: [Stripes-users] Bug stripes messages   On Wed, Oct 6, 201

[Stripes-users] Stripes and Portlets

2010-10-18 Thread andres
Hi all, I want to ask, if anyone has used Stripes for portlets (JSR 168, JSR 286) and if there is a way to use it with portal server (websphere). We have one web application done with Stripes and we want run it like a portlet on websphere portal server. if anyone knows the subject or may give c

Re: [Stripes-users] Stripes and Portlets

2010-10-18 Thread andres
I dont want to do restructure of Stripes. I am looking for some layer or interfas for implement work with Stripes. I have application on Stripes, and i am not good about portlets. --- El lun, 18/10/10, Oscar Westra van Holthe - Kind escribió: De: Oscar Westra van Holthe - Kind Asunto: Re:

Re: [Stripes-users] Stripes and Portlets

2010-10-18 Thread andres
... some bridge for portlets ... --- El lun, 18/10/10, andres escribió: De: andres Asunto: Re: [Stripes-users] Stripes and Portlets Para: "Stripes Users List" Fecha: lunes, 18 de octubre, 2010 16:19 I dont want to do restructure of Stripes. I am looking for some layer or in

Re: [Stripes-users] Stripes and Portlets

2010-10-18 Thread andres
Thanks for all. For me I would never use Portlets but is a customer requirement ... We will see the iframe or possibility hook as external application. Greetings --- El lun, 18/10/10, Søren Pedersen escribió: De: Søren Pedersen Asunto: Re: [Stripes-users] Stripes and Portlets Para: "Stripes U

[Stripes-users] Question about Stripes form

2011-01-21 Thread andres
Hello everyone. I have a question about Stripes form. I want to change hidden value in the form from action, but Stripes do not want to do it. My form action="/Test/newSearch" name="item" name="item.filterText" name="item.filterPageIndex" class="buttons" ActionBean . Item

Re: [Stripes-users] Question about Stripes form

2011-01-22 Thread andres
eded. Such a strategy is described here http://www.stripesframework.org/display/stripes/Overriding+PopulationStrategy+per+ActionBean -Ben On Sat, Jan 22, 2011 at 2:54 AM, andres wrote: Hello everyone. I have a question about Stripes form. I want to change hidden value in the form from acti

Re: [Stripes-users] Question about Stripes form

2011-01-22 Thread andres
framework! Thanks to Ben Gunter suggested to me. Greetings to everyone. --- El sáb, 22/1/11, andres escribió: De: andres Asunto: Re: [Stripes-users] Question about Stripes form Para: "Stripes Users List" Fecha: sábado, 22 de enero, 2011 21:27 Thank you very much my friend for

Re: [Stripes-users] Question about Stripes form

2011-01-23 Thread andres
You are right with xml configuration is cleaner. ;) --- El dom, 23/1/11, Nikolaos Giannopoulos escribió: De: Nikolaos Giannopoulos Asunto: Re: [Stripes-users] Question about Stripes form Para: "Stripes Users List" Fecha: domingo, 23 de enero, 2011 15:16 Andres, That

[Stripes-users] A question about the Stripes form variable int

2011-01-26 Thread andres
A question about the Stripes form variable. I have declared price variable as a int in the class. In the jsp form stripes assigned to this field 0. My question is how to avoid it then appears 0 in the field? Thank you very much for answers. --

Re: [Stripes-users] A question about the Stripes form variable int

2011-01-27 Thread andres
Hi, Samuel Many thanks, its work. ) Greetings. --- El mié, 26/1/11, Samuel Santos escribió: De: Samuel Santos Asunto: Re: [Stripes-users] A question about the Stripes form variable int Para: "Stripes Users List" Fecha: miércoles, 26 de enero, 2011 15:31 Hi Andres, Define your

Re: [Stripes-users] A question about the Stripes form variable int

2011-01-28 Thread andres
Muchas gracias por ayuda. Thank you very much for help. ;) --- El mié, 26/1/11, Nikolaos Giannopoulos escribió: De: Nikolaos Giannopoulos Asunto: Re: [Stripes-users] A question about the Stripes form variable int Para: "Stripes Users List" Fecha: miércoles, 26 de enero, 2011 21:

[Stripes-users] Integrate Stripes v1.5.6 and jQuery v1.7.1 attribute name Error

2012-01-29 Thread andres
Hello, I'm developing web with Stripes. I found some problem integrate Stripes v1.5.6 and jQuery v1.7.1. If i declare on jsp Stripes nested properties in attribute name with a dot, like http://api.jquery.com/category/selectors/ If somebody can help me with a solution i appreciate it very much. Tha

Re: [Stripes-users] Integrate Stripes v1.5.6 and jQuery v1.7.1 attribute name Error

2012-01-30 Thread andres
;[​​name = "' + fieldName +'"]'); no longer fails. This would have to change in the plugin. Thank you very much for suggesting. Regards. ____ De: Mike McNally Para: andres ; Stripes Users List Enviado: Domingo 29 de enero de 2012 18:44 As

Re: [Stripes-users] [Stripes-dev] Stripes 1.6 Released!

2015-07-23 Thread Martinez, Andres
Yeah!!! Andres Saludos, Andrés M. Luna www.digiworks.com On Thu, Jul 23, 2015 at 4:11 PM, Joaquin Valdez wrote: > woohoo! > > -Joaquin > > > On Jul 23, 2015, at 3:09 PM, Rick Grashel wrote: > > Hi all, > > I wanted to take this opportunity to announce the fo

Re: [Stripes-users] Stripes framework

2023-02-01 Thread Martinez, Andres
Hi Hemang, Yep, I still have some projects in production that use Stripes Best, Andrés M. Luna [image: Logo DW] www.digiworks.com On Tue, Jan 31, 2023 at 10:20 AM Hemang Vyas wrote: > Is any one still using Stripes framework in the production environment? > > > Best, > > -- > Hemang Vyas >