Hi;
I am new to struts, and thought I would be great if I can completely
separate the HTML and web design from the java code. So, I tried out the
first few pages of a project with struts implementation, only to realize
that the web designer will not be able to see his design because all the
custom tags cannot be displayed.
Consequently, I search in the mailing list archive, and notice that many
people are having the same problem as I do. I came across a thread in which
the author suggested embedding HTML code in the custom tags to enable the
web designer to see the placement of the widgets. Everything seems to work
except when I tried to use <bean:message> tag to display labels. Struts
complains about not allowing content in this tag.
Has anyone have the same problem? How do you let the web designer does
his design without having to guess the position of the labels and boxes?
Thanks
keith