hi,

you need:
in .java:
public String getEmailAddress(){ ..}
public void setEmailAddress(String email){..}

in .page:
nothing

in .html:
<td><input type="text" jwcid="emailAddress" jwcid="@Insert"value="ognl:emailAddress" size="30" /></td>

Anjali Abraham wrote:

Hi All,
           I have a scenario wherein I need to pre-populate an email value
which is being coming from my previous page into an text field.
My .html code is like this:
<td><input type="text" jwcid="emailAddress" jwcid="@Insert"
value="ognl:emailAddress" size="30" /></td>

Is it right or what else I need to change in my .html, .page and java code.

Regards,
Anjali





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

Reply via email to