On Monday 29 November 2004 14:27, Aidas Semezys wrote:
> It is not allowed to have just part of attribute value as JSP expression.
> Here is the correct solution:
> "
> property="sharesPer"/>
Thanks! That solved a problem I was about to ask ...
--
derek
-
It is not allowed to have just part of attribute value as JSP expression.
Here is the correct solution:
" property="sharesPer"/>
Peace,
Aidas
sachin <[EMAIL PROTECTED]> wrote:
> I have a jsp page in which i have a loop and a text field inside it.
> Now to create a dynamic styleid i have used the
I have a jsp page in which i have a loop and a text field inside it.
Now to create a dynamic styleid i have used the following code..
but when this code executes , it does not print the actual value of itrator .
It should give styleId="sp0" , styleId="sp1" , styleId="sp2" likewise ..
but it print
3 matches
Mail list logo