Here is my jsp part:

<html:form action="categoryEdit" focus="name">
<table>
<tr>
    <td >Category Name:</td>
    <td><html:text property="name"/></td>
</tr>
</table>
<html:submit><bean:message key="button.submit"/></html:submit>
</html:form>


The code above is the same with the code for insert.
Perhaps I'm forgetting something here. :(

Dody.


>Hello, Dody,
>
>This looks okay to me.  What does your JSP page look like?
>
>Jack
>
><snip>
>On Wed, 12 Jan 2005 16:19:43 +0700, Dody Rachmat Wicaksono
><[EMAIL PROTECTED]> wrote:
>> I'm trying to create an edit page. I think I already in the right direction, 
>> but still unable to populate data even with a direct value via action class. 
>> Please let me what's wrong here. I've spend 3 days alone with this problem.
></snip>
>
>Jack
>
>-- 
>------------------------------
>
>"You can lead a horse to water but you cannot make it float on its back."
>
>~Dakota Jack~
>
>"You can't wake a person who is pretending to be asleep."
>
>~Native Proverb~
>
>"Each man is good in His sight. It is not necessary for eagles to be crows."
>
>~Hunkesni (Sitting Bull), Hunkpapa Sioux~
>
>-----------------------------------------------
>
>"This message may contain confidential and/or privileged information.
>If you are not the addressee or authorized to receive this for the
>addressee, you must not use, copy, disclose, or take any action based
>on this message or any information herein. If you have received this
>message in error, please advise the sender immediately by reply e-mail
>and delete this message. Thank you for your cooperation."
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>

= = = = = = = = = = = = = = = = = = = =
                        




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

Reply via email to