Re: [s2] form template

2006-10-01 Thread Martin Gainty
can you display your web.xml and and struts-config.xml for the webapp you are deploying? M- * This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this emai

[s2] form template

2006-10-01 Thread Garner Shawn
I just did my first form in a JSP and it has some kind of default format being applied to it. I'm not sure where it's comming from but I'd like to know how to override/remove it. I assume it's some kind of velocity or freemarker template being applied but I don't know how to get rid of it or ove

Re: Print value of a map

2006-10-01 Thread Antonis Lebesis
You can also try: Antonis On 10/1/06, Paul Benedict <[EMAIL PROTECTED]> wrote: Yes, JSTL provides a way: Where var1 is the name of the bean inside the requestScope (or sessionScope), and then var2 is the lookup of the bean. The [] notation works with any collection. chamal desilva wrote:

Re: alternative

2006-10-01 Thread Yariel Ramos Moreno
I have seen AJAXTags, but UITags thoes exactly what I need. The problem is that I can't get it work. I have follow all steps for configuration, and take a look at the samples.war, but it doesn't work to me. Have any of you any example or tutorial or can tell me how to use it with struts 1.1? Th

Re: Print value of a map

2006-10-01 Thread Paul Benedict
Yes, JSTL provides a way: Where var1 is the name of the bean inside the requestScope (or sessionScope), and then var2 is the lookup of the bean. The [] notation works with any collection. chamal desilva wrote: Hi, Is there a Struts tag to search and print a value of a map for example a t