Re: Multiple frames apps with JSF?

2006-06-08 Thread Mert Çalışkan
yes with custom jscript..
 
On 6/8/06, Cosma Colanicchia <[EMAIL PROTECTED]> wrote:

You set the session parameter in left frame, and refresh the rightframe? How, some custom _javascript_? With ADF targetFrame the approach
could be different, it seems that request parameters are allowed topass trought..We already faced the drop-down problem with frames, thank you :-)Cosma2006/6/8, Mert Çalışkan <
[EMAIL PROTECTED]>:>> I am using frameset (left+right) in one of my apps. It uses webgalileo tree> on the left and there is a detailed page on the right.Passing parameters> provided by session beans and h:inputHidden components..
>> out of the jsf scope.. you might bump into some problems with a drop down> menu on the top frame. It doesn't overlap to the bottom frame. You can> overcome such a problem with an applet menu.
>> Regards,>>> Mert>>> On 6/8/06, Cosma Colanicchia <[EMAIL PROTECTED]> wrote:> > I know, but we have some session-related problems that we solved in
> > past using frames.. maybe there are other solutions, but for now> > completely losing frames support its a bit dangerous for us.> >> > The adf solution seems to work. I'll explore what happens if the
> > "source" frame has fields and validations..> >> >> >> > 2006/6/8, Werner Punz < [EMAIL PROTECTED]>:> > > Cosma Colanicchia schrieb:
> > > > I don't know Tiles very well (I'm using ADF Faces+Facelets).> > > >> > > > Anyway, it sounds like you aren't talking about "real" frames using> > > > tiles (the whole page is always refreshed). I'm looking for a way to
> > > > use HTML framesets.> > > >> > > > I've just noticed that the  has a "targetFrame" attribute,> > > > maybe it is exactly what I was looking for..
> > > >> > > > Thanks Fintan> > > > Cosma> > > >> > > >> > > No real standard way in jsf itself, and to my knowledge nothin im
> > > Tomahawk the adf control might be your best choice.> > > But I would advice you not to use frames, you open a can of worms there,> > > there is a reason why frames nowadays are considered to be an anti
> > > pattern in html design and most framish things nowadays are achieved by> > > templating mechanisms and div scrollers.> > >> > >> >>>



Re: Multiple frames apps with JSF?

2006-06-08 Thread Cosma Colanicchia

You set the session parameter in left frame, and refresh the right
frame? How, some custom javascript? With ADF targetFrame the approach
could be different, it seems that request parameters are allowed to
pass trought..

We already faced the drop-down problem with frames, thank you :-)

Cosma



2006/6/8, Mert Çalışkan <[EMAIL PROTECTED]>:


I am using frameset (left+right) in one of my apps. It uses webgalileo tree
on the left and there is a detailed page on the right.Passing parameters
provided by session beans and h:inputHidden components..

out of the jsf scope.. you might bump into some problems with a drop down
menu on the top frame. It doesn't overlap to the bottom frame. You can
overcome such a problem with an applet menu.

Regards,


Mert


On 6/8/06, Cosma Colanicchia <[EMAIL PROTECTED]> wrote:
> I know, but we have some session-related problems that we solved in
> past using frames.. maybe there are other solutions, but for now
> completely losing frames support its a bit dangerous for us.
>
> The adf solution seems to work. I'll explore what happens if the
> "source" frame has fields and validations..
>
>
>
> 2006/6/8, Werner Punz < [EMAIL PROTECTED]>:
> > Cosma Colanicchia schrieb:
> > > I don't know Tiles very well (I'm using ADF Faces+Facelets).
> > >
> > > Anyway, it sounds like you aren't talking about "real" frames using
> > > tiles (the whole page is always refreshed). I'm looking for a way to
> > > use HTML framesets.
> > >
> > > I've just noticed that the  has a "targetFrame" attribute,
> > > maybe it is exactly what I was looking for..
> > >
> > > Thanks Fintan
> > > Cosma
> > >
> > >
> > No real standard way in jsf itself, and to my knowledge nothin im
> > Tomahawk the adf control might be your best choice.
> > But I would advice you not to use frames, you open a can of worms there,
> > there is a reason why frames nowadays are considered to be an anti
> > pattern in html design and most framish things nowadays are achieved by
> > templating mechanisms and div scrollers.
> >
> >
>




Re: Multiple frames apps with JSF?

2006-06-08 Thread Mert Çalışkan
I am using frameset (left+right) in one of my apps. It uses webgalileo tree on the left and there is a detailed page on the right.Passing parameters provided by session beans and h:inputHidden components..
 
out of the jsf scope.. you might bump into some problems with a drop down menu on the top frame. It doesn't overlap to the bottom frame. You can overcome such a problem with an applet menu. 
Regards,
 
Mert 
On 6/8/06, Cosma Colanicchia <[EMAIL PROTECTED]> wrote:
I know, but we have some session-related problems that we solved inpast using frames.. maybe there are other solutions, but for now
completely losing frames support its a bit dangerous for us.The adf solution seems to work. I'll explore what happens if the"source" frame has fields and validations..2006/6/8, Werner Punz <
[EMAIL PROTECTED]>:> Cosma Colanicchia schrieb:> > I don't know Tiles very well (I'm using ADF Faces+Facelets).> >> > Anyway, it sounds like you aren't talking about "real" frames using
> > tiles (the whole page is always refreshed). I'm looking for a way to> > use HTML framesets.> >> > I've just noticed that the  has a "targetFrame" attribute,
> > maybe it is exactly what I was looking for..> >> > Thanks Fintan> > Cosma> >> >> No real standard way in jsf itself, and to my knowledge nothin im
> Tomahawk the adf control might be your best choice.> But I would advice you not to use frames, you open a can of worms there,> there is a reason why frames nowadays are considered to be an anti> pattern in html design and most framish things nowadays are achieved by
> templating mechanisms and div scrollers.>>


Re: Multiple frames apps with JSF?

2006-06-08 Thread Cosma Colanicchia

I know, but we have some session-related problems that we solved in
past using frames.. maybe there are other solutions, but for now
completely losing frames support its a bit dangerous for us.

The adf solution seems to work. I'll explore what happens if the
"source" frame has fields and validations..



2006/6/8, Werner Punz <[EMAIL PROTECTED]>:

Cosma Colanicchia schrieb:
> I don't know Tiles very well (I'm using ADF Faces+Facelets).
>
> Anyway, it sounds like you aren't talking about "real" frames using
> tiles (the whole page is always refreshed). I'm looking for a way to
> use HTML framesets.
>
> I've just noticed that the  has a "targetFrame" attribute,
> maybe it is exactly what I was looking for..
>
> Thanks Fintan
> Cosma
>
>
No real standard way in jsf itself, and to my knowledge nothin im
Tomahawk the adf control might be your best choice.
But I would advice you not to use frames, you open a can of worms there,
there is a reason why frames nowadays are considered to be an anti
pattern in html design and most framish things nowadays are achieved by
templating mechanisms and div scrollers.




Re: Multiple frames apps with JSF?

2006-06-08 Thread Werner Punz
Cosma Colanicchia schrieb:
> I don't know Tiles very well (I'm using ADF Faces+Facelets).
> 
> Anyway, it sounds like you aren't talking about "real" frames using
> tiles (the whole page is always refreshed). I'm looking for a way to
> use HTML framesets.
> 
> I've just noticed that the  has a "targetFrame" attribute,
> maybe it is exactly what I was looking for..
> 
> Thanks Fintan
> Cosma
> 
> 
No real standard way in jsf itself, and to my knowledge nothin im
Tomahawk the adf control might be your best choice.
But I would advice you not to use frames, you open a can of worms there,
there is a reason why frames nowadays are considered to be an anti
pattern in html design and most framish things nowadays are achieved by
templating mechanisms and div scrollers.



Re: Multiple frames apps with JSF?

2006-06-08 Thread Cosma Colanicchia

I don't know Tiles very well (I'm using ADF Faces+Facelets).

Anyway, it sounds like you aren't talking about "real" frames using
tiles (the whole page is always refreshed). I'm looking for a way to
use HTML framesets.

I've just noticed that the  has a "targetFrame" attribute,
maybe it is exactly what I was looking for..

Thanks Fintan
Cosma



2006/6/8, Conway. Fintan (IT Solutions) <[EMAIL PROTECTED]>:

Hi Cosma,

I am not sure if this is what you want but you can use Tiles in JSF to
achieve the situation you describe[1].

Regards,

Fintan

[1] http://wiki.apache.org/myfaces/Tiles_and_JSF

-Original Message-
From: Cosma Colanicchia [mailto:[EMAIL PROTECTED]
Sent: 08 June 2006 09:48
To: MyFaces Discussion
Subject: Multiple frames apps with JSF?


Hi,

I'm trying to build an application that uses frames with JSF. Is this
possible?

Suppose a page with two frames, an upper one for menu and a bottom one
that is again composed by a left frame for filter settings and a right
one for a list. How can these frames talk each other?

1) The menu reload the bottom frame
2) The filter reload the list frame

Now, with struts I simply used the form target attribute.. but how can
this be done with JSF?

Thank you
Cosma


* ** *** ** * ** *** ** * ** *** ** *
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed.
Any views or opinions presented are solely those of the author, and do not 
necessarily  represent those of ESB.
If you have received this email in error please notify the sender.

Although ESB scans e-mail and attachments for viruses, it does not guarantee
that either are virus-free and accepts no liability for any damage sustained
as a result of viruses.

* ** *** ** * ** *** ** * ** *** ** *




RE: Multiple frames apps with JSF?

2006-06-08 Thread Conway. Fintan \(IT Solutions\)
Hi Cosma,

I am not sure if this is what you want but you can use Tiles in JSF to
achieve the situation you describe[1].

Regards,

Fintan

[1] http://wiki.apache.org/myfaces/Tiles_and_JSF

-Original Message-
From: Cosma Colanicchia [mailto:[EMAIL PROTECTED] 
Sent: 08 June 2006 09:48
To: MyFaces Discussion
Subject: Multiple frames apps with JSF?


Hi,

I'm trying to build an application that uses frames with JSF. Is this
possible?

Suppose a page with two frames, an upper one for menu and a bottom one
that is again composed by a left frame for filter settings and a right
one for a list. How can these frames talk each other?

1) The menu reload the bottom frame
2) The filter reload the list frame

Now, with struts I simply used the form target attribute.. but how can
this be done with JSF?

Thank you
Cosma


* ** *** ** * ** *** ** * ** *** ** * 
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they 
are addressed. 
Any views or opinions presented are solely those of the author, and do not 
necessarily  represent those of ESB. 
If you have received this email in error please notify the sender. 
 
Although ESB scans e-mail and attachments for viruses, it does not guarantee 
that either are virus-free and accepts no liability for any damage sustained 
as a result of viruses. 
 
* ** *** ** * ** *** ** * ** *** ** *



Multiple frames apps with JSF?

2006-06-08 Thread Cosma Colanicchia

Hi,

I'm trying to build an application that uses frames with JSF. Is this possible?

Suppose a page with two frames, an upper one for menu and a bottom one
that is again composed by a left frame for filter settings and a right
one for a list. How can these frames talk each other?

1) The menu reload the bottom frame
2) The filter reload the list frame

Now, with struts I simply used the form target attribute.. but how can
this be done with JSF?

Thank you
Cosma