Re: struts tags: How to use a list inside another list

2011-06-13 Thread Maurizio Cucchiara
Try this, AFAICR it should be work On 14 June 2011 00:21, Alexandru wrote: > I want to do somethink like this > >     >     > > is it possible? Or should i use two separate lists? > -- Maurizio Cucchiara

struts tags: How to use a list inside another list

2011-06-13 Thread Alexandru
I want to do somethink like this         is it possible? Or should i use two separate lists?

RE: jsp caching problem

2011-06-13 Thread Jason Pyeron
> -Original Message- > From: Dave Newton [mailto:davelnew...@gmail.com] > Sent: Monday, June 13, 2011 13:06 > To: Struts Users Mailing List > Subject: Re: jsp caching problem > > I thought we allowed dynamic attributes now? Or was that just > via patching? > Even if the OP's version do

RE: jsp caching problem

2011-06-13 Thread Biesbrock, Kevin
There is not an "autocomplete=on" anywhere in your application. These previous entries are coming from the browser, as Mr. Lentz suggested. To confirm, open IE and go to tools > internet options > delete... > uncheck everything except Form data > Click Delete. Then try your application again. Be

Re: jsp caching problem

2011-06-13 Thread Dave Newton
That's an IDE issue. On Mon, Jun 13, 2011 at 1:11 PM, Arpan wrote: > Even if I write in my jsp like this : > > > > It tells that "autocomplete" is Undefiend attribute. > > Thanks > > On Mon, Jun 13, 2011 at 10:33 PM, Eric Lentz wrote: > >> > Are you currently using struts2? If so then open ur j

Re: jsp caching problem

2011-06-13 Thread Arpan
Even if I write in my jsp like this : It tells that "autocomplete" is Undefiend attribute. Thanks On Mon, Jun 13, 2011 at 10:33 PM, Eric Lentz wrote: > > Are you currently using struts2? If so then open ur jsp and type > attribute "autocomplete" in textfield or form element and see if it > s

Re: jsp caching problem

2011-06-13 Thread Dave Newton
I thought we allowed dynamic attributes now? Or was that just via patching? I don't remember things :( Dave On Mon, Jun 13, 2011 at 1:03 PM, Eric Lentz wrote: >> Are you currently using struts2? If so then open ur jsp and type > attribute "autocomplete" in textfield or form element and see if i

Re: jsp caching problem

2011-06-13 Thread Eric Lentz
> Are you currently using struts2? If so then open ur jsp and type attribute "autocomplete" in textfield or form element and see if it supports or not. Yes, I am using Struts 2. I did as you instructed. I do not see anything related to autocomplete. I'm not sure what you were aiming for in aski

Re: jsp caching problem

2011-06-13 Thread Arpan
Hi Eric, Are you currently using struts2? If so then open ur jsp and type attribute "autocomplete" in textfield or form element and see if it supports or not. It's obviously a browser issue, but my question was how do u solve in struts2 ? Please advice me the releavent solution, rather than only

Re: jsp caching problem

2011-06-13 Thread Eric Lentz
> More over in my jsp i m not seeing "autocomplete" off attribute even when i use normal html "" tag. Everyone is telling you that it is a browser render / HTML tag issue. Logically, it would seem that way as well. The browser is storing the text that people type in the field, no? Do you believ

Re: jsp caching problem

2011-06-13 Thread Arpan
It is a struts2 problem also. I did googled. All these links shows normal html tags, but I m using struts2 tags. More over in my jsp i m not seeing "autocomplete" off attribute even when i use normal html "" tag. Thanks On Mon, Jun 13, 2011 at 9:19 PM, Eric Lentz wrote: > That's a JSP question

Re: jsp caching problem

2011-06-13 Thread Arpan
Hi, I don't see any "autocomplete" attribute at all in html ". Neither I see it in normal html "form" tag. All these links are old. Thanks On Mon, Jun 13, 2011 at 9:32 PM, wrote: > For the browser-side issues, you might try using the "autocomplete="off"" > attribute on the form tag. See: > >

Re: jsp caching problem

2011-06-13 Thread Arpan
Hi Brandon, You are right. But as I am using struts2 tags, so I would prefer struts2 solution for autocomplete instead. I don't want to use normal html tag for few fields. Thanks On Mon, Jun 13, 2011 at 9:22 PM, Brandon Atkinson wrote: > Arpan, > > This sounds like a browser issue, not an HTTP

Re: jsp caching problem

2011-06-13 Thread struts . rgm
For the browser-side issues, you might try using the "autocomplete="off"" attribute on the form tag. See: https://developer.mozilla.org/en/How_to_Turn_Off_Form_Autocompletion#How_to_Turn_Off_the_Autocompletion_Feature It may differ for Google Chrome and IE. -Roland On Jun 13, 2011, at 10:46 AM

Re: jsp caching problem

2011-06-13 Thread Brandon Atkinson
Arpan, This sounds like a browser issue, not an HTTP issue. The Cache-Control pragmas are for controlling whether http responses are cached for a given resource. My guess is that the behavior you're referring to is form field autofill within the browser. This thread on stack overflow shows

Re: jsp caching problem

2011-06-13 Thread Eric Lentz
That's a JSP question, not Struts. Did you try Google? http://lmgtfy.com/?q=turn+off+form+autocomplete

RE: jsp caching problem

2011-06-13 Thread Jason Pyeron
> -Original Message- > From: Arpan > Sent: Monday, June 13, 2011 11:41 > To: Struts Users Mailing List > Subject: jsp caching problem > > Hi All, > > Do any one know how to solve caching problem in jsp. > My requirement is that, it should not display previously > submitted credit card n

jsp caching problem

2011-06-13 Thread Arpan
Hi All, Do any one know how to solve caching problem in jsp. My requirement is that, it should not display previously submitted credit card number and passwords. Whenever I put the first number, my page shows all other numbers previously entered as a suggession. I have used the bellow code to sol

Re: Labels in struts 1.2

2011-06-13 Thread Jari Fredriksson
The 3rd URL works, two first seem to be stale. -- Q: How do you play religious roulette? A: You stand around in a circle and blaspheme and see who gets struck by lightning first. signature.asc Description: OpenPGP digital signature

Re: Labels in struts 1.2

2011-06-13 Thread Jari Fredriksson
13.6.2011 13:53, Pankaj Gupta kirjoitti: > Hi All, > > Need quick help. I need to display label with tool tip. > But not sure, if strust 1.2 has any label UI, which can be used. > > Appreciate your help. I have used something called "wz_tooltip.js", a javascript tool. It worked like charm with

Labels in struts 1.2

2011-06-13 Thread Pankaj Gupta
Hi All, Need quick help. I need to display label with tool tip. But not sure, if strust 1.2 has any label UI, which can be used. Appreciate your help. Thanks, Pankaj