Locale and custom variables

2010-03-03 Thread abhishek jain
Hi friends, I have a few variables who have diff values depending on the locale / country. I do want to use a message-resources for storing the values of those varaibles, I do not know how to get these variables in my Action (I want them in action and not jsp), Can any one help, I have tried Syste

RE: horizontal scroll in

2010-03-03 Thread adam pinder
use a smaller font for the dropdown content or abbreviate the text or can the option value be the long text and the displayed value be much shorter ? > Subject: RE: horizontal scroll in > Date: Wed, 3 Mar 2010 09:22:46 -0500 > From: david_kawczyn...

struts-spring integration question

2010-03-03 Thread Barry Kern
Hi, I have been trying to implement some checks into my application during startup by ensuring that my dependencies are checked. I tried putting @Required on the setter in my action and I get this message during startup: INFO XmlConfigurationProvider:380 - Unable to verify action class [xxx] exi

REST Plugin

2010-03-03 Thread Jorge Sousa
Hi, I'm facing some problems using this plugin, i want to handle multiple parameters,something like the example: http://localhost:6970/transferCredit?fromMSISDN=123456789&fromMSISDNType=coiso&toMSISDN=123456789&EuroCentsAmount=10 I checked the available examples ( available in org.apache.stru

RE: horizontal scroll in

2010-03-03 Thread Kawczynski, David
This sounds more like a usability issue or an html layout issue rather then a Struts issue. I'd consider doing something to address the usability rather then trying to use a horizontal scroll. If the data in the select list can't be condensed, maybe it shouldn't be in a select. > -Or

Re: Re : Struts 2 tooltip is not working

2010-03-03 Thread Frederik Minatchy
Oups... I missed the "t" key to type "title"... Sorry... --- En date de : Mer 3.3.10, nani2ratna a écrit : > De: nani2ratna > Objet: Re: Re : Struts 2 tooltip is not working > À: user@struts.apache.org > Date: Mercredi 3 mars 2010, 13h11 > > Sorry Frederick. > I didn't get you. > There is not

Re: Re : Struts 2 tooltip is not working

2010-03-03 Thread Lukasz Lenart
2010/3/3 adam pinder : > I personally use the standard tag not the struts one and use struts to > populate the tooltip with so some link text > > not sure the struts really adds much as the href is likely to be just the > action name not the full URL anyway. <#if parameters.title??> title="

RE: Re : Struts 2 tooltip is not working

2010-03-03 Thread nani2ratna
Thank you very much adam. Its working. So in all the tags title is working as tooltip. So what is the purpose of tooltip attribute, since title is doing that work. Thanks in advance ratna adam pinder wrote: > > > > I personally use the standard tag not the struts one and use struts to > p

RE: Re : Struts 2 tooltip is not working

2010-03-03 Thread adam pinder
I personally use the standard tag not the struts one and use struts to populate the tooltip with so some link text not sure the struts really adds much as the href is likely to be just the action name not the full URL anyway. adam > Date: Wed,

Re: Re : Struts 2 tooltip is not working

2010-03-03 Thread nani2ratna
Sorry Frederick. I didn't get you. There is not tiles attribute in S;text or s:a. Where i need to use that attribute. Thanks in advance RS Frederik Minatchy wrote: > > You should use the tiles attribute > > --- En date de : Mer 3.3.10, nani2ratna a écrit : > >> De: nani2ratna >> Objet: Str

Re : Struts 2 tooltip is not working

2010-03-03 Thread Frederik Minatchy
You should use the tiles attribute --- En date de : Mer 3.3.10, nani2ratna a écrit : > De: nani2ratna > Objet: Struts 2 tooltip is not working > À: user@struts.apache.org > Date: Mercredi 3 mars 2010, 9h42 > > Hi, > > We are using struts- 2.1.8.1 GA release. > I am trying to add tooltip attri

Struts 2, Log4J and turning off WARNING messages

2010-03-03 Thread carl ballantyne
Hi All, I cannot seem to turn off the warning messages Struts 2 is putting in my log files. This makes it impossible to follow debugging in some parts of the applications. I keep getting messages like following: [#|2010-03-03T13:45:10.345+0100|WARNING|sun-appserver2.1|org.apache.struts2.ut

horizontal scroll in

2010-03-03 Thread lucas owen
Hi struts users, I have a select with options too large (don't fit on the screen) so I need a horizontal scroll. By the way, it has to work on Firefox and IExplorer. anybody knows a possible solution for this problem? Thanks in advance, Sr. Ilustre

Struts 2 tooltip is not working

2010-03-03 Thread nani2ratna
Hi, We are using struts- 2.1.8.1 GA release. I am trying to add tooltip attribute for tag. Its not working. I tried adding still not working. I tried changing theme = 'xhtnl'. Still its not working. is this a bug. I am not using dojo plugin. I am using jquery plugin. Can anybody know whats t