many thanks!
now I want to add a new textarea in /weblog/CategoryForm.jsp,but after
I add the following lines:
<tr>
<td>Test</td>
<td><html:textarea property="testfrm" rows="5" cols="50" /></td>
</tr>
and add the testfrm field to class WeblogCategoryForm and class
WeblogCategoryData.
after that, go to visit:
http://hostname/roller/editor/categoryEdit.do?parentId=402881870cd73b57010cd73d0554000b
that page can't display the form! only displays:
....
"Add Category"
and then shows blank.
why can't add the new form element to that page? pls advise,thanks!
2006/8/17, Dave Johnson <[EMAIL PROTECTED]>:
On 8/16/06, kelvin pang <[EMAIL PROTECTED]> wrote:
> > Look here :
> > org.apache.roller.presentation.weblog.actions.CategoryEditAction
> This is just the Action class,i meant where's the jsp input page? how
> to add a new
> form element to that .CategoryEdit page?
Take a look at the Tiles XML file, it maps the dot names to JSP files
- Dave
--
kevin