‎2008 Oct 23 11:41 AM
I want to create a BSP as a view (using MVC -concept).
This view contains two input fields.
I want that visibility of second field depends on value in the first one.
F.E .if i put "visible" in the first field, the second field become visible.
‎2008 Oct 23 11:49 AM
using the if condition you can place the elements dynamically in the layout.
<% if somehins is initial. %>
<% else. %>
"place the htmlb input field tags for both the fields.
<% endif. %>