Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Fern Sanchez   on Mar 08 In Java Category.

  
Question Answered By: Chung Tran   on Mar 08

You must define check value in value attribute  and set init property in your form bean with this value. For example write as following:

In source code:
...
YOUR_FORM_BEAN,setStatus("y");
...

In jsp page:
...
<html:checkbox property="status" value="y"/>
...

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on a problem in struts html:checkbox Or get search suggestion and latest updates.


Tagged: