There is a "simple" theme that should do what you want, and it will
generate very little other than the <input/> tag.

Take a look here -

http://struts.apache.org/2.x/docs/themes-and-templates.html

-Wes

On Tue, Nov 25, 2008 at 3:40 AM, KE LI <[EMAIL PROTECTED]> wrote:
> Dear All,
>  I am a newbie to Struts2. I found that tag library in Struts2 is quite
> useful and convenience. But I have some problems with integration with our
> UI developer. Since he doesn't think that Struts2' tags are good looking
> enough and he want to develop the UI by his way. But if we dont use S2's
> tag, I found that I dont how to get values from action class. (S2's tag will
> get them from valueStack automatically.)
>  For example, I can make a CheckboxList by using:  <s:checkboxlist
> list="xxInitList"/>  I know that xxInitList will be get from the valueStack
> automatically. But my UI developer want me to show the items in the
> xxInitList by using <li> in HTML and then he will make the checkboxlist by
> nicer solution. So how can I solve this problem by getting values from
> action by not using S2 tags? And what's the best practise to integrate UI
> side code?
>  This question may be quite trivial for you guys...But I am really confused
> with it...Thank you very much in advance!
>
> --
> Best Regards,
> Licco
>



-- 
Wesley Wannemacher
President, Head Engineer/Consultant
WanTii, Inc.
http://www.wantii.com

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

Reply via email to