Re: How to set HTML checkbox from java page

2013-07-12 Thread Lenny Primak
+1. A big plus one. On Jul 12, 2013, at 5:34 PM, Lance Java wrote: > My personal preference is for the JSTL style > > > value1 > value2 > default > > > > On 12 July 2013 19:54, Thiago H de Paula Figueiredo wrote: > >> On Fri, 12 Jul 2013 14:41:04 -0300, Barry Books wrote: >> >>

Re: How to set HTML checkbox from java page

2013-07-12 Thread Lance Java
My personal preference is for the JSTL style value1 value2 default On 12 July 2013 19:54, Thiago H de Paula Figueiredo wrote: > On Fri, 12 Jul 2013 14:41:04 -0300, Barry Books wrote: > > I don't like it either. Perhaps it should be >> >> http://apache.org> >>> >>> > >>> For additi

Re: How to set HTML checkbox from java page

2013-07-12 Thread Thiago H de Paula Figueiredo
On Fri, 12 Jul 2013 14:41:04 -0300, Barry Books wrote: I don't like it either. Perhaps it should be IMHO this looks way better then just , but I still prefer the two If instances version. Matter of taste, probably. On Fri, Jul 12, 2013 at 7:51 AM, Thiago H de Paula Figueiredo < thiag.

Re: How to set HTML checkbox from java page

2013-07-12 Thread Barry Books
I don't like it either. Perhaps it should be

Re: How to set HTML checkbox from java page

2013-07-12 Thread Taha Hafeez Siddiqi
I was expecting this ;) Sent from my iPhone On 12-Jul-2013, at 6:21 PM, "Thiago H de Paula Figueiredo" wrote: > On Thu, 11 Jul 2013 23:21:28 -0300, Taha Hafeez Siddiqi > wrote: > >> You can try >> >> >> > checked='checked'/> >> >> >> >> >> > > Better yet (I hate using p:

Re: How to set HTML checkbox from java page

2013-07-12 Thread Thiago H de Paula Figueiredo
On Thu, 11 Jul 2013 23:21:28 -0300, Taha Hafeez Siddiqi wrote: You can try checked='checked'/> Better yet (I hate using p:else. I think it's quite confusing to have the else part inside the if part), checked='checked'/> -- Thiago H. de Paula Figue

Re: How to set HTML checkbox from java page

2013-07-12 Thread Thiago H de Paula Figueiredo
On Thu, 11 Jul 2013 23:07:58 -0300, newbie newbie wrote: Hi. Hi! I am using the HTML checkbox with a Tree. When I use the Checkbox component(tapestry) with Tree, it gives me error and I don't know how to solve it. The recommended approach is to understand the error first. That's what yo