Hi there! I often find myself writing scriptlet due to struts tags or my misunderstanding about it.
Let's suppose I have an action that retreives information in a user bean.
My jsp has an account form-bean
and one of the properties is the userID (a hidden value)
I always end up doing this:


<html:form property="userId" value='<%=user.getId()%>'/>

is there a more elegant way?

thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to