Re: Something special about action named "logout"

2008-11-15 Thread Adam Ruggles
I logged bug for this https://issues.apache.org/struts/browse/WW-2873 -- View this message in context: http://www.nabble.com/Something-special-about-action-named-%22logout%22-tp20513297p20523011.html Sent from the Struts - User mailing list archive at Nabble.com. --

Re: Validation causing me problems

2008-11-15 Thread veerapaneni
When you use validation, the action declaration expects an input option. So, change: user.form user.form UserHome as user.form user.form UserHome input.jsp Good luck. -S

struts 1: access locale in view

2008-11-15 Thread farmer2008
Struts 1.3.5 stores Locale under Globals.LOCALE_KEY in session scope. Since the key contains dot ., it's not working using ${sessionScope.Globals.LOCALE_KEY}. If we want to access current Locale in view, what way should we take except using <%= session.getAttribute(...)%>? Thanks. -- View this m

[OT] Re: [S1] how to get a scrollable checkbox list

2008-11-15 Thread Dave Newton
AFAIK there's no way to get complicated HTML into a standard HTML select box; this doesn't have anything to do with Struts though. You can (somewhat, anyway?) duplicate the effect with a scrollable DIV, although you'd have to handle most of the normal select semantics yourself. I'd be more like

[S1] how to get a scrollable checkbox list

2008-11-15 Thread Lalchandra Rampersaud
hello all, i was wondering if it is possible at all to get checkboxes into a select in struts... any help would be appreciated. here is a sample code that i used although it did not work the way i wanted it to. the checkboxes are being placed outside of the select component. dada

Ajax Tabs not working in IE

2008-11-15 Thread Pal InfoCom Technologies
Hello All... I am having problem in running the following jsp page in IE 6. Its working fine in FireFox and Safari. When I run the same in IE, i get the following error: dojo.widget.manager is null or not an object. The jsp page code is written below. Please guide. Thanks and regards, Ajay..

Ajax Tabs not working in IE

2008-11-15 Thread Pal InfoCom Technologies
Hello All... I am having problem in running the following jsp page in IE 6. Its working fine in FireFox and Safari. When I run the same in IE, i get the following error: dojo.widget.manager is null or not an object. The jsp page code is written below. Please guide. Thanks and regards, Ajay..

Re: Something special about action named "logout"

2008-11-15 Thread Adam Ruggles
It looks like the action mappings didn't post correctly here is that piece again. /WEB-INF/pages/index.jsp /WEB-INF/pages/index.jsp

Something special about action named "logout"

2008-11-15 Thread Adam Ruggles
I'm having an issue with naming one of my actions logout and I'm trying to figure out why. I have a action named logout and another one called out. They both have the exact same class and results. However when I try to browse to logout.action I get a stack trace and when I browse to out.action