You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Arash Bijanzadeh <ar...@gmail.com> on 2005/07/26 10:52:09 UTC

Porting to JSF

Hi all,
I have a prety old application I decided to port it to MyFaces, but first of 
all I would like to do the new developments in JSF instead of old style. I 
mean the new features and whenever I need to bug fix a junk I would like to 
go to MyFaces.
1- Is this approach ok? I mean is a partially MyFaces application works 
well?
2- At the first step I faced a problem, I want to go a new page(It would be 
JSF ) but I need to do some preparation before displaying it like filling 
lookup combos on the fly. What is the proper way for doing this?

Thanks in advance

-- 
Abandon the search for Truth; settle for a good fantasy.

Re: setProperties

Posted by Martin Marinschek <ma...@gmail.com>.
yes, the component tree is only instantiated once - on subsequent requests 
the component tree is rebuilt from the serialized version on the client or 
server side.

regards,

Martin

On 7/27/05, Joe Pardi <jp...@maine.rr.com> wrote:
> 
> When writing a custom tag for a JSF component, can someone quickly explain 
> when setProperties() is called? It doesn't seem to be called upon subsequent 
> hits to the JSP.
>  - joe
>

setProperties

Posted by Joe Pardi <jp...@maine.rr.com>.
When writing a custom tag for a JSF component, can someone quickly explain
when setProperties() is called?  It doesn't seem to be called upon
subsequent hits to the JSP.
 
- joe