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.
--
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.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
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
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
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..
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..
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
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
9 matches
Mail list logo