Re: Struts 2 Hibernate Examples?

2008-09-07 Thread tom` frost
STruts 2 in action has a good chapter on it. On Sat, Aug 30, 2008 at 5:52 AM, Andrew Myers [EMAIL PROTECTED] wrote: Hi, I was hoping someone may be able to send me some links to some useful tutorials or sample apps using Struts 2 and Hibernate, or failing that any good books that might

Re: Controlling GET variables

2008-07-15 Thread Tom Frost
That's what I needed! Thank you :) Tom Lukasz Lenart wrote: Hi, I'm not sure what you want to achieve, but maybe you should take a look at s:url tag [1], you can define parameters as you want. [1] http://struts.apache.org/2.1.2/docs/url.html Regards -- Lukasz

s2 checkbox component

2007-12-18 Thread tom` frost
I'm trying to get all the details of the checkbox straight. It works fine if I simply map it to a boolean property on the JAva side, AND only use the checkbox as a checked equals true component. The interface to the tag seems to suggest that you could also use the checkbox as a checked equals

Re: New to Struts

2007-12-18 Thread tom` frost
The Manning book is available in early release form. It seems very well explained and good for learning the system, especially for a newbie. I like it it. On Dec 13, 2007 8:18 AM, bhaarat Sharma [EMAIL PROTECTED] wrote: I am new to struts2 as well and had no prior knowledge of Struts1.

Re: New to Struts

2007-12-18 Thread tom` frost
This should be a new thread perhaps. But I suspect that latin-1 has been used somewhere in your chain; UTF-8 disagrees with Latin -1 about the special european characters. On Dec 18, 2007 11:06 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, I have a French bundle with this key/value

[s2] download 2.1?

2007-11-29 Thread tom` frost
This page shows a linke to download 2.1 http://struts.apache.org/2.x/ but then you are taken to a page where 2.0.11 is the newest version. Where can I download 2.1?

Re: [s2] download 2.1?

2007-11-29 Thread tom` frost
Surely that's not the way it supposed to work. On 11/29/07, Dave Newton [EMAIL PROTECTED] wrote: One of the people.apache.org/mumble... sites; it's been posted here before. Or run off of trunk. d. --- tom` frost [EMAIL PROTECTED] wrote: This page shows a linke to download 2.1 http

S2 best location of application init params

2007-11-09 Thread tom` frost
I'm looking for the best place to put application init stuff. I'm thinking of something like the home directory of the file system to which the application will write to. What's the best way of apssing such information in. In the past I have used servlet api init params, but with all the effort

Re: S2 best location of application init params

2007-11-09 Thread tom` frost
-param in web.xml? e.g. init-param param-namedebug/param-name param-valuetrue/param-value /init-param M-- - Original Message - From: tom` frost [EMAIL PROTECTED] To: user@struts.apache.org Sent: Friday, November 09, 2007 12:41 PM Subject: S2