Hi @ all,

at first sorry for my poor English. I'm using shale for few month and at
least i have a problem with a simple textinput. I type any string in my
jsf-component, but my method gets only null values :-(. 

Here are my files:

Java class, which should get the values from the jsf-components. The method
setup exits with the string "failed", cause toid == null.
http://www.nabble.com/file/p10970838/EditTransmitAction.java
EditTransmitAction.java 

JSF-File, profile$transmit is mapped to EditTransmitAction class. The
transmit button was clicked
http://www.nabble.com/file/p10970838/transaction.jsp transaction.jsp 

Only the last dialog "Transfer" is interesting for this process. 
http://www.nabble.com/file/p10970838/dialog-config.xml dialog-config.xml 

And the full faces-configxml:
http://www.nabble.com/file/p10970838/faces-config.xml faces-config.xml 

If i start the setup method of the EditTransmitAction class, i get this log:

init0
init1
setup
null, null, null <--- This are my values


Noticeable is that the init method was started twice. So i think that i get
two different EditTransmitAction objects. How can i solve this problem?

Thanks for every help.

Bye Pawel

-- 
View this message in context: 
http://www.nabble.com/Cannot-set-my-JSF-Components-tf3872171.html#a10970838
Sent from the Shale - User mailing list archive at Nabble.com.

Reply via email to