JSF inputText

W

wied

Are you able to provide a variable input to the size attribute of an
inputText element within JSF?

This code works:

<x:inputText id="First_Name" value="#{testbean.first_name}" size="20"/>

This code does not:

<x:inputText id="First_Name" value="#{testbean.first_name}"
size="#{testbean.first_name_size}"/>

Any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top