[Stripes-users] Prototype and Ajax submissions with s:button and s:submit

2008-05-16 Thread Ken
version of stripes and/or prototype it was implemented in or the easiest way I can solve it. Thanks in advance. Ken - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http

Re: [Stripes-users] Prototype and Ajax submissions with s :button and s:submit

2008-05-18 Thread Ken
1.4.2 does that matter? - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ __

[Stripes-users] Multiple Filters with Stripes

2008-06-06 Thread Ken
filter so that the jsf's that are marked as jsps go to jsf servlet and other ones go to stripes filter? Ken. - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just abou

[Stripes-users] Stripes and Sun Java appserv/glassfish

2008-06-17 Thread Ken
coming up with the same page. Ive deployed to tomcat and the code works. Anyone else with similiar issues. Thanks for any help. Ken - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell ser

Re: [Stripes-users] Stripes and Sun Java appserv/glassfish

2008-06-17 Thread Ken
Thanks I had two contexts in an ear file and that solved my problem. - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/ser

[Stripes-users] 1.5 and first bean

2008-07-08 Thread Ken
. Meaning no data shows in the select box until a user submits then the bean gets Called. I dont remember this being a problem in 1.43 or is there something unique that i need to do so that when someone goes to the page the bean automatically gets called Ken

Re: [Stripes-users] 1.5 and first bean

2008-07-08 Thread Ken
Thank you gentlemen. Ive always had a login page first so i guess i never had to deal with it. One more thing any portlet support coming? Liferay with stripes has a nice ring to it :) Another great year with Stripes/Stripernate thanks to you two. Cheers Ken

[Stripes-users] Ajax Res and Large datasets

2008-07-21 Thread Ken
want to use stripes. Any help appreciated. Thx Ken. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand p

[Stripes-users] Ajax Submit

2008-07-23 Thread Ken
Hello all, I have a stripes Label with an onclick function that uses prototype to hit my my actionBean. If I use it as and when i click on the label it doesnt sys.out but no error is shown. Any ideas? also the form of the url to hit a function named joe on a bean with url Car.action is http:/

Re: [Stripes-users] Ajax Submit

2008-07-23 Thread Ken
Thanks a lot for the info. I want to do this. I have 10 http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Stripes-users mailing list Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users

[Stripes-users] Redirect to different Url/War

2008-08-08 Thread Ken
in advance. Ken - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Sourc

Re: [Stripes-users] Redirect to different Url/War

2008-08-08 Thread Ken
Ive tried both Redirect and Forward and i get a 404 error and my url is http://localhost:5982/CwssLoginhttp://localhost:5982/Cwss/mapviewer.jsf when i use (new Resolution("/http://localhost:5982/Cwss/mapviewer.jsf";); where my stripes context is CwssLogin any other ideas? ---

Re: [Stripes-users] Redirect to different Url/War

2008-08-08 Thread Ken
Sorry to waste time. Looked at api and get RedirectRes(String,boolean) false not prepend. Is there nothing stripes doesnt think of. Ken - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge

[Stripes-users] Passing parameters to another context

2008-08-11 Thread Ken
ion().getAttribute("userRole"); if(role == null) System.out.println("HELLO"); else System.out.println(role.getWebCOP()); String s = (String) ((HttpServletRequest)pageContext.getRequest()) .getAttribute("ken"); System.out.println(s)

[Stripes-users] Event Handling Quirk

2008-12-04 Thread Ken
and attempt to perform some logic, nothing happens. Is there a limit to the number of submits or another hidden trick that perhaps I am missing? I restarted server and tried a number of things including adding @HandlesEvent("createVessel") to the ActionBean.

[Stripes-users] Ajax and submit

2008-05-23 Thread Ken Barnes
Hey Ben, Awesome work on the prototype change. How am i supposed to submit the form this way? as if i wanted to redirect or forward the user to another page because when if i have two submit buttons one uses ajax the other does not when i click the submit button that does not use ajax it does n

Re: [Stripes-users] Ajax and submit

2008-05-23 Thread Ken Barnes
if i refresh the page and hit the non-ajax button it will submit as many times but if i hit the ajax button then try the non-ajax button it wont send the request. - This SF.net email is sponsored by: Microsoft Defy all chal

[Stripes-users] Stripes link tag and params

2008-10-09 Thread Ken Barnes
Is there any simple way to include all parameters to a request from a link tag. I want to have the user select the link, hit a predefined function and return. I can hit the right function but I dont have any parameter. Thanks in advance --

Re: [Stripes-users] Stripes link tag and params

2008-10-09 Thread Ken Barnes
I have several select and inputs on the page that when user hits link whole page submits with values from these to the event. Or if there is an easier way to just include all of them - This SF.Net email is sponsored by the M

[Stripes-users] Stripes and Event binding???

2009-01-02 Thread Ken Barnes
I have been using stripes for about 2 years now and have finally run into this problem enough to post. Sometimes randomly my stripes bean will not handle submit event from the jsp and always goes right to the default handler. I have avoided this by simply creating another project and copying/past

[Stripes-users] Locale selection within browser

2009-01-16 Thread Ken Barnes
I need to have a web page that support multiple languages, I am right in thinking that I should be able to specify which languages my application supports and if the browser supports that language have my code appear in that language?? I want to set up a simple hello world app that does this using

[Stripes-users] Url handling with Frame sets

2010-02-05 Thread Ken Barnes
Hello all, I have an application in which a page (Main.jsp with no form) contains a frameset and within that frame set i have two jsp's. (these of course are simple names) both go and enter have actionBeans and forms /Go.action and /Enter.action. I have a login page that th