Re: Using Struts with Dojo vs GWT

2008-10-19 Thread Wes Wannemacher
I don't know if this is a question we can answer for you. Dojo has its advantages and disadvantages, but from a practical perspective it is a very different framework than GWT. If the application you are going to create could make better use of GWT, then use it... Lately, the AJAX-ified applicati

Using Struts with Dojo vs GWT

2008-10-19 Thread Ryan Detert
I am new to Struts but have used the GWT before. Would it be wise at all to try and use the GWT with Struts or should I just stick with Dojo?

Re:

2008-10-19 Thread Mead Lai
I did a test a minute age. The jsp Page is impossible to get the value in the inlcluded action, but "actionTagAction" can get params from the jsp. May everyone now is in bed now. thx. On Mon, Oct 20, 2008 at 10:21 AM, Mead Lai <[EMAIL PROTECTED]> wrote: > use Tag. > > In the result page.jsp of a

user@struts.apache.org

2008-10-19 Thread Mead Lai
use Tag. In the result page.jsp of actionTagAction, shall I contain "<%@ page language="java" contentType="text/html; charset=GBK"%> <[EMAIL PROTECTED] prefix="s" uri="/struts-tags"%>" at the first line in the jsp file? And can the page, which include "actionTagAction", access the values in the "

Send values of list box from jsp to an action ??????

2008-10-19 Thread A. Lotfi
Hi, I sent two arrayList from an action to a jsp file where I created two list boxes, did some javascript transfer between the two listboxes, I want when I submit I will get ALL the values of each listbox in an action, could you please show me how to do it ? Thanks, your help is appreciated. M

ot ann: Learn Flex anyone?

2008-10-19 Thread Vic Cekvenich
hello list, I used to teach struts a few 5 years ago. I am now teaching flex at: http://papervision.proj.com - an sf class coming up on 11/20. email me for other questions. .V

Maven2 archetype:generate, Struts 2

2008-10-19 Thread Jishnu Viswanath
Hi, I don't know weather this thing should come in here or not, any way I was experimenting with maven2, When I gave mvn archetype:generate, I got a list, I took the best suited me, Struts 2, Hibernate and Spring :) 3: internal -> appfuse-basic-struts (AppFuse archetype for creating a w

RE: Download PDF File in Internet Explorer w/SSL

2008-10-19 Thread gcj
After doing some additional searching, I found out it is not a Struts issue, but a Tomcat issue. Specifically, how Tomcat appends cache control headers when running under a secure context (SSL). Although this isn't a problem for Safari or Firefox, it is a problem with Internet Explorer because it

RE: RESTful Crud clean url:s, advanced howto anybody?

2008-10-19 Thread Martin Gainty
Good Morning Leonard- i see Wildcards in namespaces came from don's todo list from jroller: where patrick mentioned @Namespace("/foo/{fooId}"), this will call the setFooId() setter in your action (or more accurately, set it on the valuestack) as this is not yet implemented will you want to t

Re: [S2] grabbing current URL in an interceptor

2008-10-19 Thread Roger
On Friday 17 October 2008 16:53:03 Pierre Thibaudeau wrote: > Is it possible, inside an interceptor, to "grab" the URL of the current > request? > Yes. Take a look at http://www.vitarara.org/cms/struts_2_cookbook/creating_a_login_interceptor and the following discussion which provides one way of

Re: Download PDF File in Internet Explorer w/SSL

2008-10-19 Thread Roger
On Sunday 19 October 2008 04:55:31 Wendy Smoak wrote: > On Sat, Oct 18, 2008 at 5:06 PM, gcj <[EMAIL PROTECTED]> wrote: > > Despite the numerous posts/suggestions I have read/implemented on the > > subject, I am not able to download or display existing PDF files from my > > SSL struts/tomcat applic