Restricting the user interaction with the picture control within therepeat table

M

Madni

Hi,

I have a repeating table carrying picture control and hidden text
field. All i want is to restrict some users from interacting with the
image control. The hidden text field is populated with the current
logged in user. Is it possible, using conditional formatting or rules
etc. , to enable/disable image control, within the repeating table.
<my:group1>
<my:group2>
<my:txtHiddenField></my:txtHiddenField>
<my:imgImage></my:imgImage>
</my:group2>
</my:group1>

considering the above xml as an example, how would i be able to refer
the currently selected image control using xpath in expression
editor.
thanks ,....
 

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

Top