facebook

Question for the Struts programmers here..

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #250111 Reply

    David Orriss Jr
    Participant

    No, not a question about MyEclipse. But I’m kinda low on options at this point so I thought I’d ask here. Google didn’t give me anything really conclusive.

    Does anyone have any tips/approaches for coloring a row in a table in the midst of an interate tag. We want to color a row based on the value of a field that’s being displayed in the table.

    Thanks…!!

    #250119

    Riyad Kalla
    Member

    Moving to OT > Soft Dev

    DaveO we did something like this in a project I worked on and just brut forced it:

    <iterate tag start>
    <define color var>
    <check value of exposed var, assign value to var>
    <bean-write the line><bean-write the value of the colorVar into the table’s appropriate style>
    </iterate tag close>

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Question for the Struts programmers here..

You must be logged in to post in the forum log in