saveToken/isTokenValid

2005-12-29 Thread Frank Maritato
when the popup is dismissed, the token on the original page is no longer valid and the user has to submit the page 2x in order for isTokenValid to succeed. Anyone run into this? What is a good way to solve it? I'm using struts 1.2.4 on tomcat 5.0.28 and jdk 1.5.0_05. Thanks -- Frank Mar

looping question

2004-05-04 Thread Frank Maritato
Is there a way to loop over a counter (not over a collection) in either struts or jstl? Looked like logic:iterate and c:forEach both require a collection. Something like this: I really don't want to create a collection of Integer objects to get around this...any ideas? -- Frank Mar

Re: looping question

2004-05-04 Thread Frank Maritato
Thanks!! Robert Taylor wrote: Close... robert -Original Message- From: Frank Maritato [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 1:55 PM To: [EMAIL PROTECTED] Subject: looping question Is there a way to loop over a counter (not over a collection) in either struts or

struts 2.1.2 form topic problem

2008-10-09 Thread Frank Maritato
worked in 2.0.11.2...am I doing something wrong? -- Frank Maritato - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: not loading after upgrade to 2.0.12

2008-10-23 Thread Frank Maritato
r anything. Anyone else having problems with this? Backing down to 2.0.11.2 and it comes back to working. Leonard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Fran

Re: not loading after upgrade to 2.0.12

2008-10-27 Thread Frank Maritato
I was upgrading from 2.0.11 to 2.1.2 to take advantage of the fixes made to tree events. Leonard Broman wrote: Was this when upgrading from 2.0.x or 2.1.1? 2008/10/23 Frank Maritato <[EMAIL PROTECTED]>: > I had this same issue with 2.1.2 but got no response from this list. >

js file loading performance

2008-10-30 Thread Frank Maritato
reference instead of using s:head? If one does not currently exist, are there tools that will build this for me? Thanks! -- Frank Maritato - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

showcase ajax validation example

2008-11-04 Thread Frank Maritato
Hi, I noticed the struts-2.0.11.2 showcase ajax validation example doesn't give an error if you load the page, do nothing and just click submit. This a bug? -- Frank Maritato - To unsubscribe, e-mail: [EMAIL PROTECTED

setting a var with dynamic content

2008-11-21 Thread Frank Maritato
I need to set a variable that is specific to the object id I'm working with. I tried something like this: and then later in the page: but didn't get anything. Is there a different way to do this? -- Frank Maritato --

Re: setting a var with dynamic content

2008-11-24 Thread Frank Maritato
nyone help here? Frank Maritato wrote: I need to set a variable that is specific to the object id I'm working with. I tried something like this: and then later in the page: but didn't get anything. Is there a different way to do this?

Re: setting a var with dynamic content

2008-11-24 Thread Frank Maritato
but nothing works. Can anyone help here? Frank Maritato wrote: I need to set a variable that is specific to the object id I'm working with. I tried something like this: and then later in the page: but didn't get anything. Is there a different way to do