Re: Extending Struts Controls - problem

2008-07-15 Thread Lukasz Lenart
Hi, Maybe this will help http://annaskawinska.blogspot.com/2008/04/extending-struts2-theme.html Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: Extending Struts Controls - problem

2008-07-14 Thread Narayana S
any one please reply to this... i am kind of stucked On Mon, Jul 14, 2008 at 11:49 AM, Narayana S <[EMAIL PROTECTED]> wrote: > Hi, > > I have extended Simple theme (by modifying XHTML theme), > implemented the column span for every control as given below. > > > > > > > it

Extending Struts Controls - problem

2008-07-13 Thread Narayana S
Hi, I have extended Simple theme (by modifying XHTML theme), implemented the column span for every control as given below. it is working fine. Now to pass these parameters directly within the textfield tag, i have extended org.apache.struts2.views.jsp.ui.TextFieldTag and cr