Hi

<div id="${myId}"></div>

Then create a method in your java class public String getMyId() and return
your id

Dimitris Zenios

On Sun, Mar 29, 2015 at 5:56 PM, Angelo Chen <angelochen...@gmail.com>
wrote:

> Hi,
>
> Say I have a html like this:
>
>  < div id="myid"></div >
>
> that id is fixed to 'myid', I'd like to be able to change it to something
> else during run time, let's say getting the value from a page property,
> possible? Thanks,
>
> Angelo
>

Reply via email to