RE: JSF and Tiles

2006-03-26 Thread Igor Marakov
I haven't seen 1.1 version. Dropped the idea after not being able to get examples for 1.0.6 and 1.0.7 to work. Igor -Original Message- From: Adam Winer [mailto:[EMAIL PROTECTED] Sent: Sunday, March 26, 2006 11:53 AM To: MyFaces Discussion Subject: Re: JSF and Tiles On 3/25/06, Igor

RE: JSF and Tiles

2006-03-26 Thread Igor Marakov
actually used it, but you can also claim it'll be a year before it's ready for a serious production app? Not cool... -- Adam On 3/26/06, Igor Marakov [EMAIL PROTECTED] wrote: I haven't seen 1.1 version. Dropped the idea after not being able to get examples for 1.0.6 and 1.0.7 to work. Igor

RE: JSF and Tiles

2006-03-25 Thread Igor Marakov
You aren't alone :) After initial JSF learning curve, the only serious issue I had so far with tiles/JSF combo is inability to use Tomahawk aliasBeans when including tiles in the loop. But that can be circumvented by writing tile controller. Other than that, overriding TilesViewHandler lets you

RE: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Igor Marakov
For me the following cycle works better than working with OC4J: build .war in Jdev, ftp to server with tomcat deploy repeat Igor -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Saturday, March 04, 2006 5:35 AM To: MyFaces Discussion Subject: Re: How Does

RE: Shale and MyFaces

2006-01-17 Thread Igor Marakov
I use Tiles with ViewHandler patched to support functionality similar to Shale View Controller. Combination was chosen, because of the Tiles maturity and least amount of processing overhead. It can be a little awkward if you need to include non-elementary tiles (i.e. tiles containing

MYFACES-27 JSCOOKMENU

2006-01-12 Thread Igor Marakov
In the last build that I have ( 12/12 ) JSCookmenu fix to allow component to work within form and submit forms is incomplete. There are still two issues in the code preventing it from operating properly. Below is a description and temporary fixes. Even though code to find

RE: myfaces-core.tld - subview tag

2005-12-13 Thread Igor Marakov
To: MyFaces Discussion Subject: Re: myfaces-core.tld - subview tag Hi Igor, Igor Marakov wrote: There seems to be a problem while trying to use automatically generated subview id in myfaces1.1.1 According to TLD file ID attribute is created automatically when omitted. At the same time ID

myfaces-core.tld - subview tag

2005-12-08 Thread Igor Marakov
There seems to be a problem while trying to use automatically generated subview id in myfaces1.1.1 According to TLD file ID attribute is created automatically when omitted. At the same time ID attribute is defined as requiredtrue/required This causes compile time error when id is

nesting tiles layouts with myfaces.

2005-10-29 Thread Igor Marakov
Hi, I am trying to create multiple nesting levels of the tiles layouts with myfaces. I am stuck on the tiles example provided with myfaces and dont seem to be able to figure out how to create next level of nesting layouts. Since nobody else complaining I must be missing something