Re: TabbedPanel question

2007-12-30 Thread Pablo Vázquez Blázquez
Does somebody know if it is possible? I have a tabbedpanel and I would like to paint a tab in a different color if there is any validation error inside it. Thanks. Pablo Vázquez Blázquez escribió: Is it possible to paint each tab in the tabbedpanel in a diferent color? I´m using Struts 2.0.9

wrong request parameters sent

2007-12-30 Thread ravi_eze
hi, i have 3 checkboxes(c1,c2,c3) enclosed in a form (theme: ajax; validate=true). I am trying to get the validation done by ajax and when i un-check all boxes or check some of the boxes i see that always c3 is being set in request parameter. when i tried to debug i found the following statemen

Outputting raw HTML with s:property tag

2007-12-30 Thread shai200
I'm using the tag to get invoke the getForm() method in my action, to get its output. The problem is that my output is some HTML code, but what comes out is output text, with tags converted to be shown on the screen i.e.

RE: [S2] Referencing the taglib when the JARS's are located at the top level of an EAR package?

2007-12-30 Thread Adrian Beech
G'day all, I put a copy of the struts-tags.tld in WEB-INF and added the appropriate ... reference in web.xml and this seems to have solved my immediate problem. However to be honest I'm not satisfied with this approach and was wondering if there is something else which could be done so that it is

Re: [S2] [ANN] S2 plugin for JetBrains IntelliJ IDEA 7

2007-12-30 Thread Don Brown
Very cool, good work! Make sure to update the IDE plugins page: http://cwiki.apache.org/confluence/display/S2WIKI/Related+Projects Don On Dec 31, 2007 5:40 AM, Yann Cébron <[EMAIL PROTECTED]> wrote: > > Hello all, > > some of the IDEA users here may already have seen it: there's a new plugin > t

RE: form submission doesn't work with ajax theme

2007-12-30 Thread Martin Gainty
what version jetty? what version maven?also could you attach poms to build with mavencheck the repositories for online status. if some of the repositories went offline then the build will break autocomplete has an href attribute which I would point to the action class delivering json formatted

using cookies in tags

2007-12-30 Thread Roberto Nunnari
Hello list. in jsp I used to do things like: nome utente: username: but in S2 if I try the following value="${cookie['username'].value}" required="true"/> it gives me an error.. so.. how to use cookies in , and ? Thank you! -- Robi --

#application (ognl) not working for me?

2007-12-30 Thread Luis Gervaso
Hi, I have set a java.util.List in the ServletContext, this is performed by a ServletContextListener, named "sectors" When I try to access that values from a JSP using (actually i need them on a iterate tag) i'm unable to get them. If I use the #attr.sectors (ognl) i obtain all of them (with ${

[S2] [ANN] S2 plugin for JetBrains IntelliJ IDEA 7

2007-12-30 Thread Yann Cébron
Hello all, some of the IDEA users here may already have seen it: there's a new plugin to support developing S2 applications within IDEA. More information can be found at the plugin's wiki site: http://www.jetbrains.net/confluence/display/CONTEST/Struts2Plugin Feature tour (including screenshot

Re: form submission doesn't work with ajax theme

2007-12-30 Thread Jeancarlo
Hi, Thank you for your input. The jvm version is 1.6.0_03. The struts version is 2.0.11 and dwr version is 1.1.4. I'm using maven to build the application and jetty is the web server. Below there are snippets from some of the configuration files. dwr.xml: