You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Brummeline Braaten <br...@gmail.com> on 2007/03/15 11:23:19 UTC

Re: inputhidden and backingbean-Solved!

Brummeline Braaten <brummeline <at> gmail.com> writes:

> 
> How can I get the value of a inputhidden from the backingbean?
> My jsp code is like this:
> <h:column id="kategorikolonne">
> <t:commandLink style="category_list" styleClass="category" id="kategorilink" 
> action="#{tabnavigering.velgKategori}">							<t:outputText
> value="#{rader.categoryName}" id="kategorinavn"/>				<t:inputHidden
> value="#{rader.categoryId}" id="kategoriid"/>
> </t:commandLink>									</h:column>
> 
> When I click on the commandlink the method velgkategori is invoked. 
I would like
> to find the kategoriid in my bean so that I can use it in other methods. 
How do
> I do that?
> 
> 

I've solved the problem!
The solution is to be found here http://balusc.xs4all.nl/srv/dev-jep-com.html