dev@woodstock.java.net

Re: Error in Woodstock NB tutorial?

From: Dan Labrecque <Dan.Labrecque_at_Sun.COM>
Date: Fri, 18 Apr 2008 13:19:21 -0400

The tutorial should not recommend that developers add script to the
table body. Perhaps Winston can update the tutorial to include script
via the head tag or an external file?

FYI, the table only renders TableRowGroup components. This is because
there are only a select few tags which are valid in an HTML table (e.g.,
thead, tbody, etc.). Although a script tag might work, we don't want
users adding arbitrary HTML here.

Thanks,
Dan

Ken Paulsen wrote:
>
> FYI:
>
> A user in the ##jsf irc channel reported that this tutorial:
>
> http://www.netbeans.org/kb/60/web/web-jpa-part2.html
>
> Told them:
>
> Add the code shown in Code Example 5 to the Table component; that
> is, add it within the <webuijsf:table> tag.
>
> When they did this it didn't work at all. When they moved the
> <script> content (i.e. Code Example 5) outside the table tag, it worked.
>
>
> Ken
> https://jsftemplating.dev.java.net
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_woodstock.dev.java.net
> For additional commands, e-mail: dev-help_at_woodstock.dev.java.net
>