Re: When to use JSF?

2006-11-14 Thread David Geary
As a general rule, I would only use Struts if I had a considerable legacy system built with it. In that case, depending upon the skillsets of your team and the amount of legacy code, it might be better to stick with Struts. But otherwise, Struts is dated, and in today's world is a pretty tedious

Re: form rendering problem

2006-11-13 Thread David Geary
David D. gives some good advice, but the standard JSF way of doing this, without having to drag Tomahawk into the mix is to use h:panelGrid. btw, you don't need empty bodies in your JSF HTML tags. david 2006/11/13, david.delbecq [EMAIL PROTECTED]: Hi Jonathan, Don't mix JSF component and

Re: Is it a postback or a fresh page load?

2006-11-08 Thread David Geary
2006/11/8, Craig McClanahan [EMAIL PROTECTED]: On 11/8/06, Ramineni Viswanath [EMAIL PROTECTED] wrote: While on a page, I call the same page with a different set of query parameters, it is being treated as a postback. For example my current url is /mainmenu.faces?menuid=0 I have a

Re: new to shale tiles

2006-11-08 Thread David Geary
use the standalone version of Tiles with Shale. david From: David Geary [EMAIL PROTECTED] Reply-To: user@shale.apache.org To: user@shale.apache.org Subject: Re: new to shale tiles Date: Wed, 8 Nov 2006 10:09:47 -0700 I believe you're missing a space between the two attributes. Also, you should

Re: General questions to shale...

2006-11-03 Thread David Geary
2006/11/3, Thomas Walland [EMAIL PROTECTED]: Hi, As I already wrote, I am a newby to apache shale. So I have a few general questions. I have great experience with apache struts, but never made some work with JSF or other technologies which are used in shale. So I need something like a short

Re: Please Welcome Rahul Akolkar As A Shale Committer

2006-10-14 Thread David Geary
Thanks for all of the work you've already done on Shale, Rahul. We're glad to have you on board! david 2006/10/13, Matthias Wessendorf [EMAIL PROTECTED]: welcome dude! On 10/13/06, James Mitchell [EMAIL PROTECTED] wrote: Welcome Rahul! -- James Mitchell 678.910.8017 On Oct 12,

Re: Logo Contest - what happened?

2006-10-04 Thread David Geary
1st choice: Walied Amer {84} (drop of oil is a nice touch, Walied) 2nd choice: Michael Ameduri {49} 3th choice: Aide Chang {70} 4rd choice: Michael Ameduri {31} 5th choice: Coco {73} david 2006/10/4, James Mitchell [EMAIL PROTECTED]: The voting is still open right now. We'll give people

Re: Shale-Clay site goes live: http://www.truphone.com

2006-09-25 Thread David Geary
Hey Ian, Thanks so much for pointing us to your site. I'm part of a travelling road show where I teach Shale and Clay and I'm often specifically asked about commercial sites that use Clay's approach to separating HTML and components so that page authors and software developers can easily work

Re: TilesViewHandler

2006-08-29 Thread David Geary
2006/8/29, Baker,Jonathan [EMAIL PROTECTED]: I'm sure if I renamed my tiles to have the slash at the beginning of their names that it would work as well. My confusion is over the explicit statement that it will look for a tile both with and without the leading slash and that does not seem to

Re: Stupid ? re dialog data

2006-07-27 Thread David Geary
You have to set up the dialog data yourself. One way to do that is with an action state as the starting state for a dialog; for example: dialog name=Payment start=Setup action name=Setup method=#{dialogLauncher.setupPaymentDialog} transition outcome=success