gwt and struts 2

2010-01-30 Thread Michael Finney
ether. -- Michael Finney - "Always Striving To Serve You Better Every Day" http://www.SmilingSoftwareSolutions.com - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: The GWT Plugin

2010-01-21 Thread Michael Finney
some of my projects, the Struts 2 + GWT Plugin >> looks very good. How do I make it work with Struts on parts of the project, >> will it need multiple entrypoint 's? >> >> -- >> Saeed Iqbal >> Independant Consultant >> J2EE - Application Architect /

write a test which tests an interceptor

2010-01-13 Thread Michael Finney
et an ActionProxy, get an action from it, and call the action's execute. Thoughts? Thanks. -- Michael Finney - "Always Striving To Serve You Better Every Day" http://www.SmilingSoftwareSolutions.com - To unsub

combat JavaScript caching

2009-09-29 Thread Michael Finney
w can I do that with struts2 (2.1.6) or with a plain old Java Filter? I'm open to other solutions such as "create a new JavaScript file name any time an update is made". I'd rather this not be a manual process though. -- Michael Finney - "Always Striving

Re: [s2] Struts 2.1.8 - jsonplugin 0.34

2009-08-06 Thread Michael Finney
:38) >>>  at >>> com.googlecode.jsonplugin.JSONResult.writeToResponse(JSONResult.java:194) >>>  at com.googlecode.jsonplugin.JSONResult.execute(JSONResult.java:184) >>> ... >>> >>> >>> Help would be greatly appreciated, >

XML data in request parameter gotchas?

2009-07-18 Thread Michael Finney
Hi, If a client is sending us XML via HTTP POST, are there any gotcha's with struts2? Also, what is a great way to send test XML data using an HTTP POST; just populate a form field and submit it? Thanks. - To unsubscribe, e-m

Google Web Toolkit and JQuery

2009-03-15 Thread Michael Finney
using GWT clash with struts2 focusing on jQuery? I wouldn't think so. [OT?]Will using GWT tie our hands and thus not avail ourselves of stuff jQuery has available? Architectural / technological choices like these are always interesting. :) Thanks for your help. -- Michael Finney - &quo

RE: struts-2-blank which issue?

2009-03-08 Thread Michael Finney
Yes. I'm looking for a means of notification as opposed to trying the command out every couple months. -- Michael Finney - "Always Striving To Serve You Better Every Day" fin...@acm.org http://www.SmilingSoftwareSolutions.com -Original Message- Michael Finney wrote: >

struts-2-blank which issue?

2009-03-07 Thread Michael Finney
Hi, For the struts-2-blank archetype (http://struts.apache.org/2.x/docs/struts-2-blank-archetype.html ), is the best (most relevant) issue to "Watch" https://issues.apache.org/struts/browse/WW-2911 ? Thanks. -- Michael Finney - "Always Striving To Serve You Better Every Day&

adding a content-length header

2009-03-01 Thread Michael Finney
he content which has been rendered? I could create an interceptor that after the invoke() I get the HttpServletResponse. The question remains: How can I get access to the content length of the content which has been rendered? Thanks. -- Michael Finney - "Always Striving To Serve You Better

RE: Maven and Struts 2 Stack

2009-02-02 Thread Michael Finney
= archetype-blank. What would the archetypeVersion be? 2.1.6.0? What catalog should I use to find this archetype? http://maven.apache.org/plugins/maven-archetype-plugin/specification/archety pe-catalog.html talks about catalogs in general, but is not specific. Thanks. -- Michael Finney - "A

RE: maven2 and new struts 2 project

2009-01-04 Thread Michael Finney
isplays, I added the depdency as indicated at http://displaytag.sourceforge.net/1.2/install.html : displaytag displaytag 1.1.1 I hope the above information serves some people well. -- Mich

maven2 and new struts 2 project

2009-01-03 Thread Michael Finney
t? Shall I just create a new maven project, skip archetype selection, and ask it to create a war project for me? What do you recommend at this point? Thanks, Mike -- Michael Finney - "Always Striving To Serve You Better Every Day" fin...@ac

RE: Nice looking struts2 small app?

2008-12-06 Thread Michael Finney
ver is in a DB table. Minor data transformation occurs and some prepopulation logic. Example: a null value in the DB really means "N"; "N" ,means "N"; and "Y" equals yes. Thanks, Mike -- Michael Finney - "Always Striving To Serve You Better Every Day&q

Nice looking struts2 small app?

2008-12-06 Thread Michael Finney
to put together something that looks real good as a starting point. A grid is one of the pages. Adding an item to a collection is another. Editing an item is inevitable. Basic CRUD (Create, Read, Update, Delete) stuff. Thoughts? -- Michael Finney - "Always Striving To Serve You Better

Struts 2.x Forwarding To A Page Securely

2008-08-19 Thread Michael Finney
Hello. If I have built a URL, flow of control is in an action, and I want to send the user to another web application, how can I do that in a way such that the user cannot see the URL and is secure? Thanks, Mike -- Michael Finney - "Always Striving To Serve You Better Every Day&quo

Struts 2.x Forwarding To A Page Securely

2008-08-19 Thread Michael Finney
Hello. If I have built a URL, flow of control is in an action, and I want to send the user to another web application, how can I do that in a way such that the user cannot see the URL and is secure? Thanks, Mike -- Michael Finney - "Always Striving To Serve You Better Every Day&qu

RE: Struts 2 and radio buttons

2008-08-09 Thread Michael Finney
Thank you. I was wondering about CSS. I had not considered extending the theme. That's a nice idea. :) Digging into themes is something I should consider more often perhaps. -- Michael Finney - "Always Striving To Serve You Better Every Day" [EMAIL

Struts 2 and radio buttons

2008-08-09 Thread Michael Finney
Using the simple theme, how do: o I get radio buttons in a group to be vertically listed? Thanks, Mike -- Michael Finney - "Always Striving To Serve You Better Every Day" [EMAIL PROTECTED] http://www.SmilingSoftwareSol