Invalid action class configuration that references an unknown class named?

2011-12-30 Thread 怪侠
I use struts2 +spring. My application can work correctly. But if the form validation fail, the application can't submit again. Always get the exception: Invalid action class configuration that references an unknown class named[sysuserAction]. Below is my struts.xml: save,update

Re: Why I can't send my email to this address: user@struts.apache.org?

2011-12-30 Thread Jeffrey Black
No sir jeffrey dot black at yahoo dot com On Dec 30, 2011, at 4:35 PM, Martin Gainty wrote: > > Jeff- By any chance is your email alias ottomai...@yahoo.com? > > Martin > __ > Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialit

RE: Why I can't send my email to this address: user@struts.apache.org?

2011-12-30 Thread Martin Gainty
Jeff- By any chance is your email alias ottomai...@yahoo.com? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoefli

Re: Why I can't send my email to this address: user@struts.apache.org?

2011-12-30 Thread Jeffrey Black
My Yahoo! Account stopped posting. Using Gmail now. Could be the Spam protection. JB On Dec 30, 2011 1:25 AM, "怪侠" <87863...@qq.com> wrote: > I can send my email several hours ago.But now, I can't. Why? Could anyone > tell me the reason?

Re: How can I write a custom tag?

2011-12-30 Thread Jeffrey Black
You can create components with Struts 2. JB On Dec 30, 2011 2:17 AM, "Alex Choi" wrote: > Yes you can define a custom JSP tag by using Java Tag Library Definition > or TLD and your own Tag Handler Java code. > > Here's a link to help you to get started, > > http://java.sun.com/j2ee/tutorial/1

Re: How can I write a custom tag?

2011-12-30 Thread Jeffrey Black
Are you using Struts 2? JB On Dec 30, 2011 2:17 AM, "Alex Choi" wrote: > > Yes you can define a custom JSP tag by using Java Tag Library Definition > or TLD and your own Tag Handler Java code. > > Here's a link to help you to get started, > > http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPTa

Re: using ajax to populate select box

2011-12-30 Thread raj.prasad1224
Wherever that trucklist.jsp wants to append in the index.jsp page - Thanks & Regards, Rajendra Prasad Royal, Cognizant Technology Solutions. India -- View this message in context: http://struts.1045723.n5.nabble.com/using-ajax-to-populate-select-box-tp5109350p5110632.html Sent from the Struts

Re: using ajax to populate select box

2011-12-30 Thread raj.prasad1224
where ever you want to display that embedded page.. On Fri, Dec 30, 2011 at 6:38 PM, sunitha [via Struts] < ml-node+s1045723n5109977...@n5.nabble.com> wrote: > hi > can you please tell me where to give > > > Regards, > Sunitha > > -- > If you reply to this email, you

Re: Problem With Struts 2.3.1 and Testing Struts Portlet

2011-12-30 Thread bphill...@ku.edu
JIRA issue created: https://issues.apache.org/jira/browse/WW-3733 Thank you for the assistance. Bruce -- View this message in context: http://struts.1045723.n5.nabble.com/Problem-With-Struts-2-3-1-and-Testing-Struts-Portlet-tp5103393p5110605.html Sent from the Struts - User mailing list archiv

Re: using ajax to populate select box

2011-12-30 Thread raj.prasad1224
Hi The value for the Truck can't store in Value Stack,because you are appending the output of the other page in the index.jsp.. But you are not including the source code of that page into index.jsp. The other alternative for your problem is that you can make use of And even you c

Re: How can I write a custom tag?

2011-12-30 Thread Alex Choi
Yes you can define a custom JSP tag by using Java Tag Library Definition or TLD and your own Tag Handler Java code. Here's a link to help you to get started, http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPTags5.html As rabbitwkx pointed out, there's lots of info available on the Internet to