Re : Re : url question

2011-03-11 Thread François Rouxel
it would be helpfull if you tell how to do it right . it was the purpose of my first mail, I asked for help. :-) Francois Rouxel - Message d'origine De : Dave Newton À : Struts Users Mailing List Cc : François Rouxel Envoyé le

Re : url question

2011-03-11 Thread François Rouxel
great thx so much I'm gonna try it right now that's a pity that a great mvc like struts does not provide that kind of service... :-( Francois Rouxel - Message d'origine De : Aner Perez À : user@struts.apache.org Envoyé le : Ven 11 m

Re : Re : Re : url question

2011-03-10 Thread François Rouxel
ating permaLink? Francois Rouxel - Message d'origine De : Dave Newton À : Struts Users Mailing List Cc : François Rouxel Envoyé le : Jeu 10 mars 2011, 21h 55min 34s Objet : Re: Re : Re : url question On Thu, Mar 10, 2011 at 9:52 PM, François Rouxel wrote: > does struts2 h

Re : Re : url question

2011-03-10 Thread François Rouxel
does struts2 have a type='forward' ? because I use type='redirectAction' Francois Rouxel - Message d'origine De : Dave Newton À : Struts Users Mailing List Cc : François Rouxel Envoyé le : Jeu 10 mars 2011, 21h

Re : url question

2011-03-10 Thread François Rouxel
the main idea is I generate permaLink for businesses ex: mysite.com/abusiness.html and I need to redirect on the detail business page... so I parse the url and do a redirection...but the browser changes the url...and I don't want the user to see something like mysite.com/showBusiness.action?idB

Re : Re : ModelDriven & Hibernate Entities

2011-03-09 Thread François Rouxel
ing INPUT and setting some action field or error messages to be shown to the user, the error exception handler isn't fired, thus your rollback isn't fired either; leaving your entity persisted with likely dirty data. > -Original Message- > From: François Rouxel [mailto:roux

Re : ModelDriven & Hibernate Entities

2011-03-09 Thread François Rouxel
same issue this how I fixed it : (the main idea is to redirect to a jsp if an exception occured, and the jsp rollback) create an error page error.jsp <%@page import="com.rdvcentral.util.persistance.HibernateUtil"%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib pre

Re : best way to ajaxize a Struts2 application

2010-12-02 Thread François Rouxel
without hesitation http://www.weinfreund.de/struts2-jquery-showcase/index.action - Message d'origine De : Frank W. Zammetti À : Struts Users Mailing List Envoyé le : Jeu 2 décembre 2010, 15h 5

Re : s:url tag - multiple params with same name

2010-08-06 Thread François Rouxel
should be working, did you put in s:url tag includeParameters='get' ? - Message d'origine De : Stephen Turner À : user@struts.apache.org Envoyé le : Ven 6 août 2010, 16h 48min 06s Objet : s:url

Re : Re : Disappearing Labels

2010-05-21 Thread François Rouxel
like? Thanks On Fri, May 21, 2010 at 7:11 AM, François Rouxel wrote: > I had the same effect when pushing my model on the valueStack... > I don't know why, but my labels disappeared too... > > if anybody

Re : Disappearing Labels

2010-05-21 Thread François Rouxel
I had the same effect when pushing my model on the valueStack... I don't know why, but my labels disappeared too... if anybody had an idea... fr/ - Message d'origine De : Bhaarat Sharma À : St

Re : jquery plugins

2010-01-17 Thread François Rouxel
I am using the second one because there are many updates (very good). the first one does not seem to change. I have heard that the 2 are going to merge...don't know if it's a urban legend fr/ ps: in any case, it's better than dojo plugin :-) ___

Re : Struts2 - OGNL - access bean property in model object

2009-09-21 Thread François Rouxel
maybe the model is not on the stack...or on the stack but null be sure your prepare() method initialize properly your bean... fr/ - Message d'origine De : Raghuveer.V À : user@struts.apache.o

Re : springOpenEntityManagerInViewFilter (with Hibernate)

2009-03-17 Thread François Rouxel
no but I'm gonna try it I'll tell you   - Message d'origine De : Burton Rhodes À : Struts Users Mailing List Envoyé le : Dimanche, 15 Mars 2009, 18h27mn 56s Objet : Re: springOpenEntityManagerI

Re : How to render fields horizontally.

2009-03-10 Thread François Rouxel
just wrap it like that    - Message d'origine De : "Kra, Aime yao (TEK System)" À : user@struts.apache.org Envoyé le : Mardi, 10 Mars 2009, 9h21mn 02s Objet : How to render fields horizontally

interceptor redirection problem

2009-01-31 Thread François Rouxel
Hi, here's my code. I want to show an error message if it's impossible to commit. But it seems my action still display the 'success' result. can anybody help me? public String intercept(ActionInvocation invocation) throws Exception { String retour = Action.ERROR; try {

Re : struts2: resource bundle messages

2009-01-27 Thread François Rouxel
if you are in a struts tag. title="%{getText('key')}" else you can use title="" - Message d'origine De : Tom Pop À : Struts Users Mailing List Envoyé le : Mardi, 27 Janvier 2009, 17h26mn 25

Re : struts2: resource bundle messages

2009-01-27 Thread François Rouxel
alt="%{getText('key')}" - Message d'origine De : Tom Pop À : Struts Users Mailing List Envoyé le : Mardi, 27 Janvier 2009, 17h26mn 25s Objet : struts2: resource bundle messages Hello, I can

interceptor problem

2009-01-24 Thread François Rouxel
Hi, here's my code. I want to show an error message if it's impossible to commit. and it works, but at the second time I submit. the first time, it seems that it did not take it.. It shows the message that I put in the action before...(inside the invoke...) is it a stack problem? can anybody hel

Re : Struts2 ajaxified autocompleter is shrinking when use back tab

2009-01-09 Thread François Rouxel
I had the same problem with FF3 and IE7.. - Message d'origine De : Sashik À : user@struts.apache.org Envoyé le : Jeudi, 8 Janvier 2009, 22h27mn 48s Objet : Struts2 ajaxified autocompleter is sh

Re : Performance issue

2009-01-07 Thread François Rouxel
Are you using many interceptors? - Message d'origine De : Pierre Thibaudeau À : Struts Users Mailing List Envoyé le : Mardi, 6 Janvier 2009, 16h19mn 36s Objet : Re: Performance issue Yes the

Re : Performance issue

2009-01-06 Thread François Rouxel
Is is the same model behind the MVC? fr/ - Message d'origine De : Pierre Thibaudeau À : Struts Users Mailing List Envoyé le : Mardi, 6 Janvier 2009, 13h09mn 39s Objet : Re: Performance issue

Re : component vs s:include

2009-01-02 Thread François Rouxel
ssage d'origine- De : François Rouxel [mailto:rouxe...@yahoo.com] Envoyé : mercredi 31 décembre 2008 23:04 À : Struts Users Mailing List Objet : s:component vs s:include Struts 2.x Can anybody tell me the difference between s:component and s:include ? thanks a lot

Re : s2: howto protect a method with annotation

2008-12-31 Thread François Rouxel
Yes sure You can use an interceptor   as simple as that :-)   fr/  Manager - Message d'origine De : xianwinwin À : user@struts.apache.org Envoyé le : Mercredi, 31 Décembre 2008, 18h03mn 22s Ob

s:component vs s:include

2008-12-31 Thread François Rouxel
Struts 2.x Can anybody tell me the difference between s:component and s:include ? thanks a lot happy new year fr - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts

Re : datetimepicker ....unable to get it working :(

2008-12-29 Thread François Rouxel
nks, Richa -Original Message----- From: François Rouxel [mailto:rouxe...@yahoo.com] Sent: Monday, December 29, 2008 4:16 PM To: Struts Users Mailing List; richa.pandhari...@tdktech.com Subject: Re : datetimepicker unable to get it working :( I had many problems with dateTimePicker when I

Re : datetimepicker ....unable to get it working :(

2008-12-29 Thread François Rouxel
I had many problems with dateTimePicker when I was using struts 2.0.xxx From the moment I used struts 2.1.xxx, everything has worked perfectly well. I hope I have helped... - Message d'origine