On my endless TODO is to learn JIRA enough to customize it to our needs ... for instance, to only allow a fix release when closing an issue, etc.
On Mon, Jan 2, 2012 at 11:42 AM, "Ulrich Stärk" <[email protected]> wrote: > I'd rather solve this with a custom field config if possible. I don't like > fragmenting the issues over multiple Jira projects... > > Uli > > Am Mo, 2.01.2012, 16:55 schrieb Howard Lewis Ship: >> Wow .. the component templates page has gotten pretty huge. I think >> it should be broken up into multiple pages, using the {scrollbar} >> macro. >> >> On a related note; I've thought about creating a separate JIRA just >> for documentation bugs. Why seperate? To reflect the fact that >> documentation bugs are immediate and not tied to a release schedule. >> >> On Mon, Jan 2, 2012 at 12:40 AM, Muhammad Gelbana <[email protected]> >> wrote: >>> Yea when I started searching for a solution I looked into the "Component >>> templates" page for a solution I think your choice to add it to the >>> Expansions section is the best I can think of. >>> >>> Thank you for the follow up. >>> >>> On Mon, Jan 2, 2012 at 3:52 AM, Bob Harner <[email protected]> wrote: >>> >>>> You're right, more documentation is needed for this. >>>> >>>> I'm updating the "Expansions" section of >>>> http://tapestry.apache.org/component-templates.html now. Is there >>>> anywhere else you think this information should go? (Where do you >>>> think it would have been the most helpful for you to find it?) >>>> >>>> On Sun, Jan 1, 2012 at 1:12 PM, Muhammad Gelbana <[email protected]> >>>> wrote: >>>> > Just tried it and it works perfectly. Thanks a lot :) >>>> > >>>> > <td style="text-align: left;"><t:OutputRaw >>>> > value="pingResponseSummary.output"/></td> >>>> > >>>> > >>>> > Shouldn't this be mentioned in the documentation ? Or is it somewhere >>>> ?! >>>> > Should I open a minor jira issue for this to act as a reminder ? >>>> > >>>> > >>>> > On Sun, Jan 1, 2012 at 4:51 PM, Bob Harner <[email protected]> >>>> wrote: >>>> > >>>> >> I think you'll just want to use the OutputRaw component there. >>>> >> >>>> >> >>>> >> >>>> http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/OutputRaw.html >>>> >> >>>> >> Bob Harner >>>> >> On Jan 1, 2012 9:40 AM, "Muhammad Gelbana" <[email protected]> >>>> wrote: >>>> >> >>>> >> > Hi everyone, >>>> >> > >>>> >> > First thanks to whoever participated to develop the latest version >>>> :) >>>> >> > >>>> >> > Now to the problem. I have a table with more than one column. A >>>> loop >>>> >> > component loops over a list of objects to fill that table with >>>> rows. >>>> >> > One of the columns should be filled with a string value obtained >>>> from >>>> >> that >>>> >> > object. The string value is expected to have "<br />" in it to >>>> produce >>>> >> new >>>> >> > lines in the html page when rendered but after upgrading to 5.3.1, >>>> the >>>> >> "<br >>>> >> > />" is encoded to " <br /> " ! >>>> >> > >>>> >> > <table> >>>> >> > <tr t:type="loop" source="0 .. cmdResponsesSize" >>>> >> value="cmdResponsesIndex" >>>> >> > bgcolor="${responseRowColor}"> >>>> >> > ........... >>>> >> > ........... >>>> >> > <td style="text-align: left;">${pingResponseSummary.output}</td> >>>> >> > *<<<<<<<<<<br >>>> >> > /> encoded "<br />"* >>>> >> > ........... >>>> >> > ........... >>>> >> > </tr> >>>> >> > </table> >>>> >> > >>>> >> > I bet this is explained somewhere in the docs but I can't find a >>>> page >>>> >> > discussing similar issues or a symbol to disable the functionality >>>> of >>>> >> > encoding html entities. >>>> >> > >>>> >> > Thanks in advance :) >>>> >> > >>>> >> > -- >>>> >> > *Regards,* >>>> >> > *Muhammad Gelbana >>>> >> > Java Developer* >>>> >> > >>>> >> >>>> > >>>> > >>>> > >>>> > -- >>>> > *Regards,* >>>> > *Muhammad Gelbana >>>> > Java Developer* >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>>> >>> >>> >>> -- >>> *Regards,* >>> *Muhammad Gelbana >>> Java Developer* >> >> >> >> -- >> Howard M. Lewis Ship >> >> Creator of Apache Tapestry >> >> The source for Tapestry training, mentoring and support. Contact me to >> learn how I can get you up and productive in Tapestry fast! >> >> (971) 678-5210 >> http://howardlewisship.com >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Howard M. Lewis Ship Creator of Apache Tapestry The source for Tapestry training, mentoring and support. Contact me to learn how I can get you up and productive in Tapestry fast! (971) 678-5210 http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
