RE: Nice looking struts2 small app?

2008-12-06 Thread Michael Finney
At this location and at this time, it has to be Java and struts2. BTW, it's for an internal web application. This mini-app rides along in the same struts2 framework as other mini-apps. Thanks for the tips. Originally, my request was aimed at just how to make the webpages look nice with minor ene

Re: get results from a set of autocompleters

2008-12-06 Thread pesho318i
hi mgainty, strange, I got an e-mail notification about your reply, but I can't see it here in the forum?! -- View this message in context: http://www.nabble.com/get-results-from-a-set-of-autocompleters-tp20870636p20873085.html Sent from the Struts - User mailing list archive at Nabble.com.

RE: read property file in spring

2008-12-06 Thread Martin Gainty
Good Morning Varun- I would make sure your applicationContext.xml defines the PropertyPlaceHolderConfigurer attributes as in WEB-INF/mail.properties .. and that your fully configured mail.properties is located in WEB-INF

RE: Nice looking struts2 small app?

2008-12-06 Thread Dave Newton
--- On Sat, 12/6/08, Martin Gainty wrote: > I would like to inquire if the REST route has any l/t > implications (specifically with using SOAP Client) Do you mean with the S2 REST plugin? I haven't used it with anything SOAP-ish; REST is kind of a response to the perceived heaviness of SOAP. It

RE: Nice looking struts2 small app?

2008-12-06 Thread Martin Gainty
i agree the template selection is crucial to implementing RIA functionality I would like to inquire if the REST route has any l/t implications (specifically with using SOAP Client) Are there specific ROR implementations you can suggest for this implementation? Thanks/ Martin ___

RE: Struts2: Carry parameters into following jsp/action

2008-12-06 Thread Dave Newton
> So what happens when a woman dies her hair or wears > colored contact lens? She stays the same age. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Struts2: Carry parameters into following jsp/action

2008-12-06 Thread Martin Gainty
AARP collects the same information (albeit for different reasons) So what happens when a woman dies her hair or wears colored contact lens? I'll quote Nancy Reagan with "just say No" to collecting demographics Regards Martin __ Disclaimer and confident

RE: get results from a set of autocompleters

2008-12-06 Thread Martin Gainty
not seeing your example are you speaking of DynaActionForm? in a typical struts.xml you can pass parameters to a result as in this example /WEB-INF/view/formExampleInputPrg.jsp formExamplePrg displayRes

RE: Struts2: Carry parameters into following jsp/action

2008-12-06 Thread Dave Newton
--- On Sat, 12/6/08, Martin Gainty wrote: > if your form includes age you'll need to read > http://www.eeoc.gov/policy/adea.html Only if the OP is (a) an employer and (b) using ages above 40 as a basis to deny employment. People do, however, collect age information for other reasons, like simple

RE: Struts2: Carry parameters into following jsp/action

2008-12-06 Thread Martin Gainty
if your form includes age you'll need to read http://www.eeoc.gov/policy/adea.html as far as persisting form vars i agree w/ dave to keep the form in session..anyone who has access to session will see form Martin __ Disclaimer and confidentiality no

Re: Nice looking struts2 small app?

2008-12-06 Thread Dave Newton
--- On Sat, 12/6/08, Michael Finney wrote: > What is the easiest way to make a site look nice with struts 2 and > something like this http://www.oswd.org/design/preview/id/3686/ > or some other design? What kind of information are you looking for? This is just my opinion, but I'd lean towards Ro

get results from a set of autocompleters

2008-12-06 Thread pesho318i
Hello :) I generate a set of struts autocompleters within a form: As far as I know, it is possible to get all the values entered in these autocompleters within a single array of data. How can I achieve this? And which would be the name of this array

Nice looking struts2 small app?

2008-12-06 Thread Michael Finney
What is the easiest way to make a site look nice with struts 2 and something like this http://www.oswd.org/design/preview/id/3686/ or some other design? Are there docs on quick yet smart uses of struts 2? I know there is a theme that is CSS related. For this small 4 page project, I just want to

Re: Struts2: Carry parameters into following jsp/action

2008-12-06 Thread Paweł Wielgus
Hi all, if this first form is very simple i would use hidden fields in second form. Best greetings, Paweł Wielgus. 2008/12/5 Radu Solomon <[EMAIL PROTECTED]>: > You could use ScopedModelDriven with your Model defined to hold all your > properties name, age, height, hair color and eye color. > >

read property file in spring

2008-12-06 Thread Varun Deep
Hello to everyone, Friends, I am using struts2 + spring, I want to read the "mail.properties" (which is in WEB-INF/classes/mail.properties) file in the spring. Follwing is the syntax that I am using. but th