-
Navigation Warning Message in JSF (2 messages)
- Posted by: Srinivas Reddy Bijjam
- Posted on: February 14 2009 03:13 EST
Hi We are developing one application in JSF Framework. I want to know is there any implicit tag/solution in JSF framework for the following problem I have a screen where I enter some data, instead of clicking Save Button, I have navigated to other tab / or other screen by using menu. I want to display a message saying that there is unSaved Data to the user. I know using JavaScript we can do but I want to use JSF tags/code if available in the framwork. Pls help us ASAP Regards Srinivas ReddyThreaded Messages (2)
- warnings in the framnewrok JSF by atatri hicham on February 17 2009 03:44 EST
- Re: warnings in the framnewrok JSF by Srinivas Reddy Bijjam on February 19 2009 07:25 EST
-
warnings in the framnewrok JSF[ Go to top ]
- Posted by: atatri hicham
- Posted on: February 17 2009 03:44 EST
- in response to Srinivas Reddy Bijjam
hello, for your questions, you can use a javaBean where you instance your data logic. -
Re: warnings in the framnewrok JSF[ Go to top ]
- Posted by: Srinivas Reddy Bijjam
- Posted on: February 19 2009 07:25 EST
- in response to atatri hicham
hello,
Hi Thanks for the response. Can you pls explain in detail? Regards Srini
for your questions, you can use a javaBean where you instance your data logic.