Jexl expressions

2009-09-11 Thread Juan Pablo Pizarro
Hello all, I'm trying to solve a complex script with jexl. The script has Map's, foreach and more. The objective is like a rule engine and then evaluate a expression. Can I use jexl to do that?, Somebody has a sample? Thanks!! -- -- Visitá

textarea Encoding

2008-07-11 Thread Juan Pablo Pizarro
Hi All, I've a problem with textarea encoding. I use struts 2.0.11. I put things like áí or ü into a text area, then I pass that value to others pages (through session) and the the characters appear as "?". I looked forums and all problems had a Db involved, not mine. Any idea?

Re: Help with Combobox

2008-06-26 Thread Juan Pablo Pizarro
Thanks!! It works fine! Regards. 2008/6/26 Lukasz Lenart <[EMAIL PROTECTED]>: > 2008/6/26 Juan Pablo Pizarro <[EMAIL PROTECTED]>: >> Sorry, I use: >> >> >name="technology" readonly="true" >>

Re: Help with Combobox

2008-06-26 Thread Juan Pablo Pizarro
Sorry, I use: JP 2008/6/26 Dave Newton <[EMAIL PROTECTED]>: > Use listValue? > > Dave > > > --- On Thu, 6/26/08, Juan Pablo Pizarro <[EMAIL PROTECTED]> wrote: > >> From: Juan Pablo Pizarro <[EMAIL PROTECTED]> >> Subject: Help with Combobox &g

Help with Combobox

2008-06-26 Thread Juan Pablo Pizarro
Hello, All. I've a problem, I usa a combobox to show options in a page, but I need keep the id and show the description. I use Apache Tomcat 5.5 and Struts 2.0.11 My bean has: private String technology; private Collection lstTechnology; My page has: Thanks! JP

Re: Are sessions confused?

2008-06-06 Thread Juan Pablo Pizarro
You are welcome. Martin told me that. Regards, JP 2008/6/6, Julien ROTT <[EMAIL PROTECTED]>: > this seems to work, the sessions aren't overlaping anymore. > I'll test deeper on monday ;-) > Thanks ! > > 2008/6/6 Juan Pablo Pizarro <[EMAIL PROTECTED]>

Re: Are sessions confused?

2008-06-06 Thread Juan Pablo Pizarro
uot;, "no-cache"); response.setHeader("Pragma", "no-cache"); response.setDateHeader("Expires", 0); http://www.jguru.com/faq/view.jsp?EID=377 Regards, JP 2008/6/6, Julien ROTT <[EMAIL PROTECTED]>: > Hi Juan Pablo, > > did you fi

several action execs to fill a form

2008-06-04 Thread Juan Pablo Pizarro
Hi All. I've a problem, I use a RequestListAction that return a List and it is used to fill a form. The problem is that the getRequest method is called several times before showing the result (form filled). My action: private Request request; public Collection getLstCommand() {

RE: Double Execution of Struts Actions

2006-09-08 Thread Juan Pablo
Daniel, may be you are doing this: Function yourFunction(){ //your code here form.submit(); } ... ... ... ... ... ... So when you click BLABLABLA the form will be submitted two times; the first because your clicking a submit button and the second when the function yourFunction()

RE: Redirect request to home if session is expired

2005-07-06 Thread Juan Pablo Vagliati
Hi, I dont know if is a good design or exists other best practices for this scenario but that i have done is put a session attribute and test in my base action about it. (sorry by my english) bye, pablo. -Mensaje original- De: Franz-Josef Herpers [mailto:[EMAIL PROTECTED] Enviado el:

container managed authentification/spanish

2005-07-06 Thread Juan Pablo Vagliati
Hi, I am having problems with container manager authentification in my struts app. Are somebody understand spanish? Si es asi mejor :-), saludos, pablo.