Re: [Webwork-user] Problems with the table template

2002-04-26 Thread Mike Cannon-Brookes
We have made some modifications - but mostly to the other tags like select etc. We originally used the webtable stuff, but now we've rolled our own table management because our needs were just too complex. Writing a generic table component is really very very hard ;) -mike On 27/4/02 2:25 PM,

Re: [Webwork-user] Problems with the table template

2002-04-26 Thread Matt Baldree
Seems like the easy fix would be to change WebTable to public void addParameter(String name, Object value) { BeanUtil.setProperty(name, value, this); super.addParameter(name, value); } You may have some duplication but it should work. I haven't worked with the table tag much. I be

[Webwork-user] 1.0.2 release

2002-04-26 Thread Matt Baldree
WebWork 1.0.2 was released which includes numerous bug fixes and FAQ for installing the WAR on WebLogic 6.1 and 7.0. See the CHANGES.txt for more details. -Matt ___ Webwork-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listi

[Webwork-user] Problems with the table template

2002-04-26 Thread Graf Patrick
Hi all, I'm having problems with the table template. As mentioned earlier I'd like to give some style sheet tags to the templates for formatting reason. The solution is to add ui:param tags to the used template . This works fine for textfields, radio,... but not on the table template. I wondered