sireesh Don

Greenhorn
+ Follow
since Mar 01, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by sireesh Don

Hi All,

I have one doubt on temporary objects ...




in the above program when is set

t3.setVal("sdfsa"); ---> if t3 value set why t1 , t2 object values setting according to t3.
in this program what i have to do even though t3 value set , it should not update the t1,t2 objects
i have to have t2 value in t3.

it is some thing like my main object should remain same .. i want to do some operations on temporary object which was get assigned from main object...
becoz of temporary object my main object should not change..


i am sorry if iam not explain the problem clearly


your help is highly appricated..

many thanks in advance
13 years ago
Hi All,

I am new to JSF and Icefaces , I am just going through some sample example programms .
I have seen some tags in faces-config.xml like ice:inputText , ice:selectOneMenu get read in backing beans with the help of below API

import javax.faces.component.UIComponent;
import javax.faces.component.UIForm;
import javax.faces.component.UISelectOne;
import com.icesoft.faces.component.ext.HtmlCommandButton;
import com.icesoft.faces.component.ext.HtmlInputText;
import com.icesoft.faces.component.ext.HtmlSelectOneMenu;

Can any one please explain me what is the relation between these tags , API mentioned above , How to use this API
13 years ago
JSF
Hi All,

I am new to JSF and Icefaces , I am just going through some sample example programms .
I have seen some tags in faces-config.xml like ice:inputText , ice:selectOneMenu get read in backing beans with the help of below API

import javax.faces.component.UIComponent;
import javax.faces.component.UIForm;
import javax.faces.component.UISelectOne;
import com.icesoft.faces.component.ext.HtmlCommandButton;
import com.icesoft.faces.component.ext.HtmlInputText;
import com.icesoft.faces.component.ext.HtmlSelectOneMenu;

Can any one please explain me what is the relation between these tags , API mentioned above , How to use this API
13 years ago
JSF