RE: Rendering alternate rows of a table in Struts

2003-02-07 Thread Ken Anderson
Personally I prefer the new Java Magic library. You just sprinkle the magic dust on your keyboard and say the magic words and BAM you got table rows with alternating colors. This way I don't have to argue with my fellow developers over scriplets vs. custom tags. We just all rely on Java Magic an

Re: Conditional forms

2003-02-06 Thread Ken Anderson
I think you want to use the logic:empty tag. Follow the link for the documentation. -ken http://jakarta.apache.org/struts/userGuide/struts-logic.html#empty >>> [EMAIL PROTECTED] 02/06/03 03:26PM >>> I am looking for a conditional form where I want to display a certain ( the form will have normal

Re: html:link

2003-02-06 Thread Ken Anderson
I think you want to use the param attributes of the link tag. It would probabaly look something like this: I might be a little off but I think the above should generate something like this. If this doesn't work follow the link for the documentation. http://jakarta.apache.org/struts/userGu