i18n Submit button with property-value problem

2002-05-11 Thread Enrique Rodriguez
ideas how to solve this problem?? Thank you very much. Regards, Enrique. _ Enrique Rodriguez Lasterra -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Tiles template header and title

2002-05-06 Thread Enrique Rodriguez
This is what i will do: When i call to the master definition from an ACtion y set the Title as attribute in the request and then int the header.jsp, i write it. Very easy. HTH. Enrique. _ Enrique Rodriguez Lasterra -Mensaje original- De: Filipe Mateus

RE: Tiles template header and title

2002-05-02 Thread Enrique Rodriguez
This is what i will do: When i call to the master definition from an ACtion y set the Title as attribute in the request and then int the header.jsp, i write it. Very easy. HTH. Enrique. _ Enrique Rodriguez Lasterra -Mensaje original- De: Filipe Mateus

RE: Tab Libraries? Bah!

2002-04-24 Thread Enrique Rodriguez
cases it have not sense, but if your componente will be reusable, you can prepare a documentation for your JSP designers, and they will know how to play with 40-60 easy-understandable tags. _ Enrique Rodriguez Lasterra -- To unsubscribe, e-mail: mailto:[EMAIL

RE: problem trying to use my own actions

2002-04-09 Thread Enrique Rodriguez
-param param-namedetail/param-name param-value2/param-value /init-param init-param param-namevalidate/param-name param-valuetrue/param-value /init-param load-on-startup2/load-on-startup /servlet _ Enrique Rodriguez Lasterra

RE: How to take object from the Action to jsp

2002-04-03 Thread Enrique Rodriguez
/ to wirte one propierty into the generated html code, or % DirectoryModel((Node)this.pageContext.getAttribute(treemodel)); Hope That Help, Enrique. _ Enrique Rodriguez Lasterra -Mensaje original- De: Konstantina Stamopoulou [mailto:[EMAIL PROTECTED]] Enviado

RE: AW: struts get and set methods in formbeans

2002-03-26 Thread Enrique Rodriguez
for property pProperty . Some time later, i noticed that in JSP a have to write porperty PProperty instead pProperty . Is this a bug or it's ok Regards, Enrique. PS: I attach an example of it. _ Enrique Rodriguez Lasterra So you can call a getPassword method from

RE: Pass parameters between Action classes

2002-03-25 Thread Enrique Rodriguez
me. Regards, Enrique. _ Enrique Rodriguez Lasterra De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de Jim Crossley Hi Enrigue. Enrique Rodriguez [EMAIL PROTECTED] writes: When can i get the paremeters from it??? Only When I'm in a JSP? I

RE: Pass parameters between Action classes

2002-03-24 Thread Enrique Rodriguez
Redirect to true I never use this option. One thing that could be important is that in the browser location bar always appear Action1.do. Is this an expected behaviour??? Regards, Enrique. _ Enrique Rodriguez Lasterra Robert Nocera A JSP is a servlet so

RE: Pass parameters between Action classes

2002-03-24 Thread Enrique Rodriguez
Thanks Tim, I know it, but i think that my example should work. Why don't go??? I asked for it ;-) _ Enrique Rodriguez Lasterra Tim Sawyer [mailto:[EMAIL PROTECTED]] You could always use the session instead of the request, and if you're bothered about using

RE: Application without cookies and sessions

2002-03-22 Thread Enrique Rodriguez
. Enrique. _ Enrique Rodriguez Lasterra De: Nicolas De Loof Don't panic about session and cookies ! Session are used to maintain state in your application between 2 request from user : HTTP is a non connected protocol, so you cannot know where your user comes from

Application without cookies and sessions

2002-03-21 Thread Enrique Rodriguez
request.setParameter(user, user); //more code Jsp //Code % pageContext.setParameter(user, user); % //more code Is this a good practice?? Is there another ways to do it?? Regards, Enrique. _ Enrique