aspose file tools
The moose likes JSF and the fly likes method invocation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "method invocation" Watch "method invocation" New topic
Author

method invocation

thamara chempakam
Greenhorn

Joined: Jul 09, 2007
Posts: 20
Hi All,
A method should be invoked when i access a jsp page by giving the url.

how can it be possible in JSF.

thanks and regards
Sajit
Vassili Vladimir
Ranch Hand

Joined: Mar 08, 2007
Posts: 1585
Hi,

Do you mean that you want it to be at page load time ?

If yes, then take a look at the JSF framework's phase listeners ...

Best of luck ...


Vassili ...
SCJP 5.0, SCWCD 1.4, SCJA 1.0
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: method invocation
 
Similar Threads
garbage collection
Changin font in a JTextArea
Sharpen your Pencil - Page 323 in HFEJB
Finalization Method
NX: When should I throw DuplicateKeyException?