Re: [Stripes-users] Stripes and Sitemesh... again

2008-04-04 Thread Samuel Santos
dispatcherREQUEST/dispatcher dispatcherINCLUDE/dispatcher dispatcherERROR/dispatcher /filter-mapping Regards, Iwao Samuel Santos wrote on 08.3.28 9:56 AM: I detected that some issues still persist in the last Stripes version (trunk) when working with Sitemesh. The best

Re: [Stripes-users] Localization in JavaScripts

2008-04-05 Thread Samuel Santos
priority code J8TLD2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone ___ Stripes-users mailing list Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users -- Samuel Santos http

[Stripes-users] JAAS forward problem

2008-05-13 Thread Samuel Santos
dispatcherFORWARD/dispatcher /filter-mapping -- Samuel Santos http://www.samaxes.com/ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go

[Stripes-users] FileUploadLimitExceededException and Flashscope

2008-05-17 Thread Samuel Santos
new RedirectResolution(path).flash(actionBean); } still crashes when flashing the action bean! Isn't there a better way to handle this exception with Stripes 1.5? Cheers, Samuel -- Samuel Santos http://www.samaxes.com

Re: [Stripes-users] FileUploadLimitExceededException and Flashscope

2008-05-19 Thread Samuel Santos
Any on this issue? I'm working with revision 910. On Sun, May 18, 2008 at 3:17 AM, Samuel Santos [EMAIL PROTECTED] wrote: I use Stripes 1.5beta and the bug http://stripesframework.org/jira/browse/STS-402 still happens. Using Ben hack to handle the FileUploadLimitExceededException: public

Re: [Stripes-users] FileUploadLimitExceededException and Flashscope

2008-05-20 Thread Samuel Santos
Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users -- Samuel Santos http://www.samaxes.com/ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual

Re: [Stripes-users] FileUploadLimitExceededException and Flashscope

2008-05-30 Thread Samuel Santos
that handles FULEE, then it will be handled by my code. If you do either of those things, then your exception handler will be responsible for FULEE. -Ben On Fri, May 23, 2008 at 11:29 PM, Samuel Santos [EMAIL PROTECTED] wrote: Hi Ben, Do you need more info on this? It still doesn't work for me

Re: [Stripes-users] Minor typo in website docs

2008-07-04 Thread Samuel Santos
and boredom. Vote Now at http://www.sourceforge.net/community/cca08 ___ Stripes-users mailing list Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users -- Samuel Santos http://www.samaxes.com

[Stripes-users] Stripes and jQuery: AJAX forms and HTTP Session Validation

2008-10-23 Thread Samuel Santos
/links/stripes_and_jquery_ajax_forms_and_http_session_va.html . I hope you can find it useful. -- Samuel Santos http://www.samaxes.com/ - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build

Re: [Stripes-users] Ajax Form Submit and validation

2008-10-28 Thread Samuel Santos
of the site, I'm again too lazy to change the Wordpress theme I use :p -- Samuel Santos http://www.samaxes.com/ On Tue, Oct 28, 2008 at 11:17 PM, Gregg Bolinger [EMAIL PROTECTED] wrote: Samuel. Thanks for the link. You aren't really doing the same thing I am doing though. Your entire page

Re: [Stripes-users] Error pages

2008-10-30 Thread Samuel Santos
I will.Thanks Ben! -- Samuel Santos http://www.samaxes.com/ On Thu, Oct 30, 2008 at 5:37 PM, Ben Gunter [EMAIL PROTECTED] wrote: I think we got all those problems worked out with release 1.5. Let us know if you encounter any other issues like that. -Ben On Thu, Oct 30, 2008 at 1:25 PM

[Stripes-users] stripes:errors/

2008-11-05 Thread Samuel Santos
.* properties) for the different type of errors (global vs validation). Can this be included in the next 1.5.1 release? Have I another way of doing this? Cheers, -- Samuel Santos http://www.samaxes.com/ - This SF.Net email

Re: [Stripes-users] stripes.tld has problem with WebLogic 9.2 (bug?)

2008-11-11 Thread Samuel Santos
http://moblin-contest.org/redirect.php?banner_id=100url=/ ___ Stripes-users mailing list Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users -- Samuel Santos http://www.samaxes.com

Re: [Stripes-users] Plus in Links

2009-04-01 Thread Samuel Santos
Just use URLDecoder if you need to decode parameters. -- Samuel Santos http://www.samaxes.com/ On Tue, Mar 31, 2009 at 3:17 PM, samyem sam...@gmail.com wrote: AK ama-l...@... writes: Héctor López hector.lo...@... writes: Link tag uses a java.net.URLEncoder, to encode the resulting

Re: [Stripes-users] Problems with commons-fileupload

2009-04-01 Thread Samuel Santos
HTML forms with file submission should always have the MIME media type defined as enctype=multipart/form-data. See http://www.faqs.org/rfcs/rfc1867.html. -- Samuel Santos http://www.samaxes.com/ On Wed, Apr 1, 2009 at 1:55 AM, CN Yee yeec...@gmail.com wrote: I discovered that I can get

Re: [Stripes-users] Reading a properties file

2009-04-01 Thread Samuel Santos
ResourceBundle rb = ResourceBundle.getBundle(myApp.properties, new Locale(en, EN)); Of course, you should use the same locale as your request. -- Samuel Santos http://www.samaxes.com/ On Wed, Apr 1, 2009 at 2:24 AM, Philip Constantinou pconstanti...@evernote.com wrote: Apache Commons

Re: [Stripes-users] Confused about _sourcePage

2009-04-02 Thread Samuel Santos
, but it shows that's possible to only return the submitted form and its validation messages. -- Samuel Santos http://www.samaxes.com/ On Thu, Apr 2, 2009 at 11:20 PM, Ben Gunter gunter...@gmail.com wrote: Please take a look at this thread from a few weeks ago and let us know if it helps or if you

Re: [Stripes-users] Whether there is another way to vaildate field via ajax.

2009-04-14 Thread Samuel Santos
You can find an example at my blog: http://www.samaxes.com/2008/10/23/stripes-and-jquery-ajax-forms-and-http-session-validation/ -- Samuel Santos http://www.samaxes.com/ On Wed, Apr 15, 2009 at 1:58 AM, ziscloud ziscl...@gmail.com wrote: Hi all, In normal way, we can use the annotation

[Stripes-users] Stripes logos site down

2009-08-27 Thread Samuel Santos
It seems that the site containing Stripes logos [1] is down. Does anyone have a backup of those logos? [1] http://www.stripesframework.org/display/stripes/Website+Furniture -- Samuel Santos http://www.samaxes.com

Re: [Stripes-users] 1.5.2

2009-10-14 Thread Samuel Santos
Hi Ben, Have you roll back this change for 1.5.2? http://www.nabble.com/Re%3A-Confused-about-_sourcePage-p22859465.html -- Samuel Santos http://www.samaxes.com/ On Wed, Oct 14, 2009 at 1:27 PM, Ben Gunter gunter...@gmail.com wrote: That issue is a duplicate of STS-632, which was a bug fix

[Stripes-users] Stripes presentation for the Portuguese JUG

2009-11-12 Thread Samuel Santos
Cheers, -- Samuel Santos http://www.samaxes.com/ -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do

Re: [Stripes-users] stripesframework.org domain parked?

2009-11-18 Thread Samuel Santos
Hi Brandon, use http://www.stripesframework.com/ for now. Ben, haven't you already renew the stripesframework.org domain? -- Samuel Santos http://www.samaxes.com/ On Wed, Nov 18, 2009 at 8:52 PM, Brandon Atkinson brandon.n.atkin...@gmail.com wrote: Anyone know what's going

Re: [Stripes-users] Stripes on Glassfish 3 - continued

2010-09-03 Thread Samuel Santos
Strange, I never had a problem with the Stripes EJB3 Interceptor, but I solely use JBoss. Which version are you using? -- Samuel Santos http://www.samaxes.com/ 2010/9/3 Grzegorz Krugły g...@karko.net Mystery solved - or at least bypassed for now. I've been using Samaxes EJB3 Interceptor

Re: [Stripes-users] Stripes Cage Rattling

2010-09-04 Thread Samuel Santos
(it was introduced by Microsoft with Internet Explorer 5 in 1999). For that reason it has been included in the HTML5 spec ( http://dev.w3.org/html5/spec/common-input-element-attributes.html#the-autocomplete-attribute) and should be included in our Standard Tag Library. -- Samuel Santos http://www.samaxes.com

Re: [Stripes-users] Validation settings changed at runtime

2010-09-07 Thread Samuel Santos
int MAX_VALUE = ; @Validate(required = true, minvalue = 1900, maxvalue = MAX_VALUE) private int birthyear; public BaseActionBean() { MAX_VALUE = Calendar.getInstance().get(Calendar.YEAR); } Cheers, -- Samuel Santos http://www.samaxes.com/ 2010/9/7 Grzegorz Krugły g...@karko.net

Re: [Stripes-users] Validation settings changed at runtime

2010-09-07 Thread Samuel Santos
True, it does not work. Sorry, I should have tested in advance. -- Samuel Santos http://www.samaxes.com/ On Tue, Sep 7, 2010 at 3:47 PM, Gerardo Corro rob_gar_...@hotmail.comwrote: Hi, No, it does not work, you cannot change a final value. BR -- Date: Tue

Re: [Stripes-users] Using language specific displaytag.properties files

2010-10-08 Thread Samuel Santos
. You may also need to change your StripesResources files accordingly. -- Samuel Santos http://www.samaxes.com/ On Fri, Oct 8, 2010 at 10:26 PM, Rick Accountius accountiusric...@qwest.net wrote: Freddy, Thanks for the quick reply. I really appreciate that. By the way, love your book. I

Re: [Stripes-users] Using language specific displaytag.properties files

2010-10-11 Thread Samuel Santos
on the same JVM. Cheers, -- Samuel Santos http://www.samaxes.com/ On Mon, Oct 11, 2010 at 5:31 AM, Rick Accountius accountiusric...@qwest.net wrote: Samuel, Thanks for the input. So I'm clear, I need to have my application set the locale before displaytag knows which file to pull my language

Re: [Stripes-users] How to get JSP output as a HTML stream for AJAX?

2010-10-11 Thread Samuel Santos
Session timeouts can be easily handled with custom HTTP response headers. I've an old post about this on my blog: http://www.samaxes.com/2008/10/stripes-and-jquery-ajax-forms-and-http-session-validation/ . Cheers, -- Samuel Santos http://www.samaxes.com/ On Mon, Oct 11, 2010 at 7:17 PM, Mike

Re: [Stripes-users] Jboss 6.0 M5 Stripes 1.5.2

2010-10-12 Thread Samuel Santos
Can you start a Stripes application on it? It's even worse for me - http://www.stripesframework.org/jira/browse/STS-773 *. *JBoss 6.0M5 is probably full of fail! -- Samuel Santos http://www.samaxes.com/ On Tue, Oct 12, 2010 at 8:47 PM, Aparna Rallabandi aparna_ra...@yahoo.comwrote: Hi

Re: [Stripes-users] HTML5 support?

2010-10-13 Thread Samuel Santos
Just a note. HTML4 can really led to disastrous results on mobile web applications. We find it to be really important to always use the content-type application/xhtml+xml, which is supported by HTML5 but not HTML4, to minimize possible issues. -- Samuel Santos http://www.samaxes.com/ On Wed

Re: [Stripes-users] HTML5 support?

2010-10-13 Thread Samuel Santos
Hi Tim, Comments inline... Cheers, -- Samuel Santos http://www.samaxes.com/ On Wed, Oct 13, 2010 at 6:16 PM, Stone, Timothy tst...@barclaycardus.comwrote: Samuel, In regards to Stripes, the discussion is about the syntax used in the HTML response by the Tag Library. STS-751

Re: [Stripes-users] Odd Clean URL Binding??? (1.5.4 Snapshot)

2010-10-28 Thread Samuel Santos
+1 for {_eventName} -- Samuel Santos http://www.samaxes.com/ On Fri, Oct 29, 2010 at 1:14 AM, Joaquin Valdez joaquinfval...@gmail.comwrote: I have always been partial to the ~ Joaquin On Oct 28, 2010, at 5:11 PM, Freddy Daoud wrote: You are both correct. Indeed perhaps something like

Re: [Stripes-users] Maven convention

2010-11-07 Thread Samuel Santos
Hi Nikolaos, Please don't get me wrong, I agree with both of you. I'm all in favor of Maven ...but only after the release of 1.5.4. Cheers, -- Samuel Santos http://www.samaxes.com/ On Mon, Nov 8, 2010 at 2:09 AM, Nikolaos Giannopoulos nikol...@brightminds.org wrote: Samuel, I am very

Re: [Stripes-users] Maven convention

2010-11-09 Thread Samuel Santos
, -- Samuel Santos http://www.samaxes.com/ On Mon, Nov 8, 2010 at 7:07 AM, dimension123 dimension123 dimension...@gmail.com wrote: I am curious if there are any things related to security that are going into 1.5.4. I think the only thing lacking with stripes is security and while i understand

Re: [Stripes-users] [JIRA] Created: (STS-779) Release 1.5.4 (also to Maven Repo)]

2010-11-09 Thread Samuel Santos
-775 and STS-776. Cheers, -- Samuel Santos http://www.samaxes.com/ On Wed, Nov 10, 2010 at 12:20 AM, Nikolaos Giannopoulos nikol...@brightminds.org wrote: Remi, Man... why couldn't you have just said: I agree that 1.5.4 should be released as I have no issues with it or just OK. It would

Re: [Stripes-users] Maven convention

2010-11-12 Thread Samuel Santos
of calling getRequest().isUserInRole(role) each time you need to authorize a user. Also, I do not understand why you should have to override the Java EE authentication mechanism in order to have it propagated to the EJB tier. Can you explain further? -- Samuel Santos http://www.samaxes.com/ On Fri, Nov

Re: [Stripes-users] Form Validation: Stripes and MooTools (field-metadata Tag)

2010-11-16 Thread Samuel Santos
. Cheers, -- Samuel Santos http://www.samaxes.com/ On Tue, Nov 16, 2010 at 3:03 PM, Nikolaos Giannopoulos nikol...@brightminds.org wrote: Andrey, Clearly the choice of JS framework is not the issue here. However, what I was looking for was a MooTools version of the jQuery script that Aaron

Re: [Stripes-users] Preventing multiple form submission

2010-11-16 Thread Samuel Santos
to re-enable the submit button. Cheers, -- Samuel Santos http://www.samaxes.com/ On Tue, Nov 16, 2010 at 3:34 PM, Oscar Westra van Holthe - Kind os...@westravanholthe.nl wrote: On 16-11-2010 at 10:17, Nikolaos Giannopoulos wrote: Just wondering how others elegantly solve this situation: 1

[Stripes-users] Matt Raible's JVM Web Framework matrix

2010-11-30 Thread Samuel Santos
quoteAfter updating my JVM Web Framework matrix based on community feedback, Tapestry Vaadin tied for 5th. http://bit.ly/jvm-frameworks-matrix/quote Is he joking? -- Samuel Santos http://www.samaxes.com/ -- Increase

Re: [Stripes-users] extensions to stripes

2010-12-31 Thread Samuel Santos
Hi Daniil, Place an enhancement request on Stripes bug tracking tool - http://www.stripesframework.org/jira. Cheers, -- Samuel Santos http://www.samaxes.com/ On Thu, Dec 30, 2010 at 7:27 PM, Daniil Sosonkin dan...@orbisfn.com wrote: Question. I asked some time ago regarding HTML5 support

Re: [Stripes-users] Stripes 1.5.5 released

2011-01-04 Thread Samuel Santos
Thanks Ben for all your hard work! -- Samuel Santos http://www.samaxes.com/ On Tue, Jan 4, 2011 at 7:55 PM, Ben Gunter gunter...@gmail.com wrote: That's great to hear! You can thank David Dundua and Nick Stuart for helping with that. They gave me quite a workout in STS-788. http

Re: [Stripes-users] lost information after Validation error

2011-01-30 Thread Samuel Santos
Hi, You can also use @Before methods to pre-populate domain objects http://www.stripesframework.org/display/stripes/Best+Practices. Cheers, -- Samuel Santos http://www.samaxes.com/ On Sat, Jan 29, 2011 at 2:00 PM, Freddy Daoud xf2...@fastmail.fm wrote: Hi, The table on the jsp page gets

Re: [Stripes-users] valication error cannot find the proper localized message for label

2011-01-31 Thread Samuel Santos
Hi again, Take a look at the link that Ben shared and change your resource declaration to: primaryAddress.streetName=Street name Cheers, -- Samuel Santos http://www.samaxes.com/ On Mon, Jan 31, 2011 at 10:55 PM, hairinwind robin@gmail.com wrote: Hi, Samuel Based on your suggestion

Re: [Stripes-users] IndexedProperty + Map + validate key

2011-02-05 Thread Samuel Santos
Hi Thomas, You can validate your keys using a @ValidationMethod: http://www.stripesframework.org/display/stripes/Validation+Reference#ValidationReference-CustomValidation . Cheers, -- Samuel Santos http://www.samaxes.com/ On Sat, Feb 5, 2011 at 11:55 PM, Thomas Menke stripe...@cipher

Re: [Stripes-users] UTF8 from form to mySQL

2011-02-05 Thread Samuel Santos
Hi Daniil, I've an old post about this topic at http://www.samaxes.com/2006/12/java-and-utf-8-encoding/. Hope it helps, -- Samuel Santos http://www.samaxes.com/ On Sat, Feb 5, 2011 at 8:16 AM, Janne Jalkanen janne.jalka...@ecyrd.comwrote: Really??? A filter just to set character encoding

Re: [Stripes-users] UTF8 from form to mySQL

2011-02-05 Thread Samuel Santos
Hi Nikolaos, My post was about Java EE in general and not about Stripes. With Stripes, a custom LocalePicker implementation will correctly encode POST parameters, but you still need to add the URIEncoding=UTF-8 attribute to your connector configuration. Cheers, -- Samuel Santos http

Re: [Stripes-users] UTF8 from form to mySQL

2011-02-08 Thread Samuel Santos
) { return (UTF-8); } } 1. Add the parameter URIEncoding=UTF-8 to your HTTP connector in server.xml. 2. Finally, add the following line to your JSPs: %@ page language=java pageEncoding=UTF-8 contentType=text/html;charset=UTF-8 % Cheers, -- Samuel Santos http://www.samaxes.com

Re: [Stripes-users] Still seeing ConcurrentModificationException

2011-02-10 Thread Samuel Santos
happens when you open multiple tabs at once as Yee pointed out. -- Samuel Santos http://www.samaxes.com/ On Thu, Feb 10, 2011 at 3:00 PM, Nikolaos Giannopoulos nikol...@brightminds.org wrote: Yee, Well then... turn off JRebel and attempt to reproduce the bug... if you can't then it isn't Stripes

Re: [Stripes-users] plugin strategies?

2011-04-19 Thread Samuel Santos
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users -- Samuel Santos http://www.samaxes.com/ -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server

Re: [Stripes-users] plugin strategies?

2011-04-20 Thread Samuel Santos
about GitHub if no one, apart from me, sees the advantages in using it, but please think about it for a second before shooting arguments like the one I quoted above. Cheers, -- Samuel Santos http://www.samaxes.com/ On Wed, Apr 20, 2011 at 10:09 AM, VANKEISBELCK Remi r...@rvkb.com wrote: Hi

Re: [Stripes-users] how to find action bean in jar package

2011-04-29 Thread Samuel Santos
I suspect that this issue may be related with Stripes VFS. I still have some issues with it, when creating @Deployment archives with ShrinkWrap and Arquillian. -- Samuel Santos http://www.samaxes.com/ On Fri, Apr 29, 2011 at 6:45 AM, Nikolaos Giannopoulos nikol...@brightminds.org wrote

Re: [Stripes-users] Strange introspection issue after upgrade to 1.5.2

2011-05-04 Thread Samuel Santos
Hi John, Do you use any Stripes extension/plugin? Cheers, -- Samuel Santos http://www.samaxes.com/ On Wed, May 4, 2011 at 3:24 PM, Newman, John W newma...@d3onc.com wrote: All, We’ve been using jdk5 / jboss4.22 / stripes 1.5 in production, stable for a long time now. We’ve decided

Re: [Stripes-users] How to include css within Stripes app

2011-09-13 Thread Samuel Santos
which will lead to security issues*. Cheers, -- Samuel Santos http://www.samaxes.com/ On Tue, Sep 13, 2011 at 10:42 PM, Enrico Iorio writetoenr...@gmail.comwrote: Hi everybody I'm trying to include some an external css file on a page which comes from a ForwardResolution, but it seems

Re: [Stripes-users] What is the proper empty resolution for an ajax update?

2011-09-29 Thread Samuel Santos
Are you expecting a JSON object? If so, you can return a JavaScriptResolution(null) or a StreamingResolution(application/json, ). -- Samuel Santos http://www.samaxes.com/ On Fri, Sep 30, 2011 at 2:23 AM, fatefree fatef...@gmail.com wrote: Just curious, in the event of some ajax update which

Re: [Stripes-users] Eclipse plugin for Stripes developers

2011-10-25 Thread Samuel Santos
Hi Grzegorz, Intellij Idea and Netbeans already have a Stripes plugin: http://www.stripesframework.org/display/stripes/Stripes+Around+The+Web. -- Samuel Santos http://www.samaxes.com/ 2011/10/25 Grzegorz Krugły g...@karko.net W dniu 2011-10-25 16:10, Iwao AVE pisze: For my daily Stripes

Re: [Stripes-users] Stripes state management probelm

2011-12-17 Thread Samuel Santos
record normally from the DB: // Runs before binding and validation are executed @Before(stages = LifecycleStage.BindingAndValidation) public void doPreValidationStuff() { // get the inserted record here... } Cheers, -- Samuel Santos http://www.samaxes.com/ On Sat, Dec 17, 2011 at 6:14 AM

Re: [Stripes-users] File inputs with the new multiple attribute

2012-01-12 Thread Samuel Santos
Does it also work with an array (does not need an index)? In the ActionBean: @Validate public FileBean[] files; In the JSP: stripes-dynamic:file id=files name=files[] multiple=multiple/ Cheers, -- Samuel Santos http://www.samaxes.com/ On Thu, Jan 12, 2012 at 7:57 PM, Mike McNally

Re: [Stripes-users] actiona name without .action suffix

2012-01-13 Thread Samuel Santos
It is possible using clean URLs. See slide #16 at http://www.slideshare.net/samaxes/java-web-development-with-stripes. Cheers, -- Samuel Santos http://www.samaxes.com/ On Fri, Jan 13, 2012 at 9:26 AM, ted_smith2...@comcast.net wrote: I am using freemarker servlet-mapping

Re: [Stripes-users] New CDI Extension brewing...

2012-02-06 Thread Samuel Santos
Hi Nick, You can use Stripes Injection Enricher which supports @EJB, @Inject (CDI) and @Resource standard Java EE annotations: http://www.stripesframework.org/display/stripes/Stripes+Injection+Enricher Cheers, -- Samuel Santos http://www.samaxes.com/ On Mon, Feb 6, 2012 at 4:29 PM, Nick

Re: [Stripes-users] auto

2012-03-09 Thread Samuel Santos
some great examples of sites using it. Cheers, -- Samuel Santos http://www.samaxes.com/ 2012/3/9 VANKEISBELCK Remi r...@rvkb.com Yeah they've been busy apparently ! Last time I checked it wasn't that advanced. Nope I haven't really used that myself, I only took it for a spin quite a while

Re: [Stripes-users] auto

2012-03-09 Thread Samuel Santos
Hi Joaquim, Stripes does not have such thing. Cheers, -- Samuel Santos http://www.samaxes.com/ On Fri, Mar 9, 2012 at 2:49 PM, Joaquin Valdez joaquinfval...@gmail.comwrote: Hi Remi! I was thinking more along the lines of a full stack thing that worked with Stripes. Joaquin On Mar 9

Re: [Stripes-users] Proposal: Page Scope

2012-04-08 Thread Samuel Santos
Hi all, I find that the name @PageScope can be easily confused with JSP pageScope[1], which is very different from what we are trying to do here. Can you think of a better name for this? [1] http://docs.oracle.com/javaee/5/tutorial/doc/bnahq.html#bnaij Cheers, -- Samuel Santos http

Re: [Stripes-users] Page Scope - Implementation

2012-04-11 Thread Samuel Santos
Hi Chut, If the goal is to mimic ASP.NET VIEWSTATE why not just call it @ViewState? Sorry if I'm missing something. Cheers, -- Samuel Santos http://www.samaxes.com/ On Thu, Apr 12, 2012 at 4:08 AM, Chut Yee yeec...@gmail.com wrote: Here it is. I think the name BrowserScope is better. What

Re: [Stripes-users] Page Scope - Implementation

2012-04-11 Thread Samuel Santos
or in a cache store on the server? Best, -- Samuel Santos http://www.samaxes.com/ On Thu, Apr 12, 2012 at 4:45 AM, Chut Yee yeec...@gmail.com wrote: Samuel Santos samaxes@... writes: Hi Chut,If the goal is to mimic ASP.NET VIEWSTATE why not just call it at ViewState?Sorry if I'm missing

Re: [Stripes-users] Create a session-less page

2012-07-09 Thread Samuel Santos
Hi Joe, It's the application server that creates automatically a session on the first request, not Stripes. You should look at your application server documentation to check if an option for disabling this is available. Cheers, -- Samuel Santos http://www.samaxes.com/ On Mon, Jul 9, 2012 at 9

Re: [Stripes-users] Validation question

2012-08-15 Thread Samuel Santos
will not execute any further validations until all the @Validate(required=true) are passing. Cheers, -- Samuel Santos http://www.samaxes.com/ On Wed, Aug 15, 2012 at 6:05 AM, Iwao AVE! haraw...@gmail.com wrote: Hi, when = ValidationState.ALWAYS should work as you expect. Is your validation method

Re: [Stripes-users] Stripes and Angular.js

2013-02-19 Thread Samuel Santos
at samaxes.comhttp://www.samaxes.com/2013/01/beanvalidation-with-jaxrs-in-javaee6/for server input validations. Best, -- Samuel Santos http://www.samaxes.com/ On Tue, Feb 19, 2013 at 5:08 PM, Marcus Kraßmann m...@syn-online.de wrote: Am 19.02.2013 15:55, schrieb gshegosh: Let me ressurect

Re: [Stripes-users] Page refresh on second page

2013-02-25 Thread Samuel Santos
) { event.preventDefault(); this.disabled = true; this.form.submit(); }; Best, -- Samuel Santos http://www.samaxes.com/ On Mon, Feb 25, 2013 at 11:42 PM, Venkat Ravuri ravuri.ven...@gmail.comwrote: I have a question regarding page refresh. I have a jsp page ( some registration

Re: [Stripes-users] how to check if error collections not empty

2013-07-31 Thread Samuel Santos
Hi, You can also check for errors using: c:if test=${not empty actionBean.context.validationErrors} s:errors / /c:if Similarly using the following code may also work for messages (not tested): c:if test=${not empty actionBean.context.messages} s:messages / /c:if -- Samuel Santos http

Re: [Stripes-users] Twilio API and capitalized parameters

2013-11-06 Thread Samuel Santos
You will probably need to get them directly from the request: request.getParameter() -- Samuel Santos http://www.samaxes.com/ On Wed, Nov 6, 2013 at 11:09 PM, Adam Stokar ajsto...@gmail.com wrote: Hi everyone, I'm having a binding issue using the Twilio api (SMS sending service

Re: [Stripes-users] Stripes Wiki, JIRA, and Build have moved!

2014-10-06 Thread Samuel Santos
Awesome job Rick! Thank you for all the time and effort you put into this. -- Samuel Santos http://www.samaxes.com/ On Tue, Oct 7, 2014 at 12:15 AM, Rick Grashel rgras...@gmail.com wrote: Stripes Users, I wanted to send a note out to everyone on the mailing list to inform you that due