Re: Wiki spaces

2008-09-29 Thread Ted Husted
Not for nothing, but the docs between two minor versions creating confusion is usually a sign that we're overdue for a new GA release :) If 2.1 went GA, the problem should solve itself, since we could refer 2.0 folks to archival version of the site. We had the same problem in the 1.0/1.1 days. -

Re: Struts 2, dojo, cascade select fields

2008-09-29 Thread Laurie Harper
ReadOnly wrote: Hi.. May be someone can help me:)..I start use struts 2.0.11, spring, hibernate. I need create cascading select fields.. For example: first select: city second select: streets .. When you are choosing city in the first one select second one need show streets only for this city...

Struts 2, dojo, cascade select fields

2008-09-29 Thread ReadOnly
Hi.. May be someone can help me:)..I start use struts 2.0.11, spring, hibernate. I need create cascading select fields.. For example: first select: city second select: streets .. When you are choosing city in the first one select second one need show streets only for this city... I know how such t

Re: Unable to invoke Action class from My java servlet

2008-09-29 Thread Dave Newton
Please ask this question on the struts-user mailing list; the dev list is for the development of Struts itself. Thanks, Dave --- On Mon, 9/29/08, Vineet wrote: > Hi I'm trying to invoke the Struts Action class through > a Custom Servlet made > by me which is accepting request from outside world

Unable to invoke Action class from My java servlet

2008-09-29 Thread Vineet
Hi I'm trying to invoke the Struts Action class through a Custom Servlet made by me which is accepting request from outside world and based on a specific parameter i need to redirect the request to appropriate action class. How do i invoke the action class from my servlet? I was trying to use Req