(newbie) Tapestry generated

2008-11-24 Thread akira
Hi, this is the first time i'm using Tapestry. I'm using a css tricky to make rounded corners, the css uses empty b (bold) to create the rounded corners, when Tapestry generates the html it creates the open b but doesn't create the closing b: what i want: Tapestry generated code: There's s

Re: (newbie) Tapestry generated

2008-11-25 Thread akira
HI, thanks for the reply, i voted for the bug to be fixed and i'm using the temporarily and i'm going to try Nicolas override method (didn't test on IE yet). On Nov 25, 2008, at 11:33 PM, [EMAIL PROTECTED] wrote: From: Peter Stavrinides <[EMAIL PROTECTED]> Date: November 25, 2008 4:12:41

Features Request for 5.x or 6?

2009-08-22 Thread akira
Hi, i know that there are developers much more actively using Tapestry than me but...i'm just a poor guy asking for a christmas gift :-). gift 1 -> t:else gift 2 -> t:elseif gift 3 -> t:contains value_to_check_if_it_exists, array_to_check gift 4 -> t:greaterThan gift 5 -> t:greterThanOrEqual gi

Re: Features Request for 5.x or 6?

2009-08-22 Thread akira
use the ognl binding from chenillekit (http://www.chenillekit.org/chenillekit-tapestry/ognlbinding.html). Be a good boy now. Kalle On Sat, Aug 22, 2009 at 9:23 AM, akira wrote: Hi, i know that there are developers much more actively using Tapestry than me but...i'm just a poor guy asking

Re: T5Eclipse patch

2009-08-27 Thread akira
I think the project home is here: http://tapestry.formos.com/wiki/display/t5eclipse/Home On Aug 27, 2009, at 11:32 PM, users-digest-h...@tapestry.apache.org wrote: From: Erik Putrycz Date: August 27, 2009 4:38:52 AM JST To: users@tapestry.apache.org Subject: T5Eclipse patch Is someone s

Re: users Digest 3 Sep 2009 17:04:35 -0000 Issue 3798

2009-09-03 Thread akira
etc), what i don't understand is why, on these days there are no localized sites for apache technologies? They are accessed all over the world. I do believe that having the Tapestry site translated (as well as the awaited T5 book!) will help ease/boost Tapestry adoption. Regards, Akira.

Re: New Tapestry tutorial to replace the quickstart tutorial

2009-09-09 Thread akira
On Sep 9, 2009, at 2:06 PM, users-digest-h...@tapestry.apache.org wrote: I can help translating it to japanese, just one problem? The whole Tapestry site apparently is encoded in ISO-8859-1, thus no support for 2 byte character sets (japanese, chinese, korean) or hebrew, greek, russian...An

Re: New Tapestry tutorial to replace the quickstart tutorial

2009-09-09 Thread akira
n / date of creation? In some links and wikis is hard to find the creation date / target version or more details like tested platforms, versions used etc. Akira.

Re: [REQUEST] Live T5 web sites, quotes, marketting

2009-04-16 Thread akira
Hi, Jun, Have you tested the site on Safari, Mac OS X? In safari 4, your index page flash div is pushing other elements out of place. Other than that, is very responsive. http://www.1king1.com From China. using Tapestry5.0. -- regards, Jun Tsai Wilson

T5 + Cayenne deploy question

2009-08-01 Thread akira
Hi, i'm building a web app using T5 + Cayenne for a friend who has a small chainstore (4 stores spreaded in japan), he doesn't have IT staff nor IT facilities, so the problem is where to deploy/host this app. Does someone have experience hosting T5 apps on shared servers (that supports java) or

Re: Stuts VS Tapestry - I need some ammo

2012-01-26 Thread Akira Ikeda
Don't know about Struts2 but last time i worked on a project using Struts it have duplicated code everywhere eg: action façade, dao's, dto's...the dtos were script generated but still was duplicated code. If the project had used Tapestry it would be something like ~ 20 % less code to write (or l