That's a tough decision..I can say that I'm pretty sure I won't be able to
provide any community support for tacos for a very long time. That doesn't
mean that Andy isn't doing a great job of it right now.
Though I'm still drowning a little under a few projects the "widget wave" of
development is
We are investigating Tapestry and are a little confused at what version of
Tapestry to look at. We definitely need to do ajax stuff, so were initially
drawn to Tapestry 4.1. However, we also see Tacos out there. We have
experience with dojo, so both of those fit well. If we wanted to release
o
I think the "exclude" parameter sounds like a good idea, it would probably
be very useful for prototyping or admin screens where you're more worried
about your time than property display order.
The edit vs view toggle I'm not so sure about, mainly because I want to make
sure the component stays r
Oops...I've fixed that now. BeanForm should show up linked in directly from
the main site whenever the apache servers sync up.
On 9/13/06, Martin Strand <[EMAIL PROTECTED]> wrote:
Nice work! :)
I was actually just working on my own beanform when I came across yours
about two weeks ago. Now I us
I'm not sure. Something sounds wrong. How does the work when not using ajax?
I mean, are you sure you are hitting problems related to dynamic behavior or
more with dealing with normal api semantics?
The debug should explicitly show you the content it is updating a component
with. If it has debug
Martin Strand wrote:
> Thanks.
> I just added a few minor things, nothing big:
> - "exclude" parameter to exclude properties rather than specifying
> which ones should be included
> - toggle between "edit" mode and "view" mode (view mode = no form
> components)
Both look useful. Perhaps they could
Thanks.
I just added a few minor things, nothing big:
- "exclude" parameter to exclude properties rather than specifying which
ones should be included
- toggle between "edit" mode and "view" mode (view mode = no form
components)
- a few extra editor components and clever defaults specific to
The project is hosted on sourceforge, so I'm using their CVS (see
http://sourceforge.net/cvs/?group_id=171323, or browse it online at
http://beanform.cvs.sourceforge.net/beanform/).
What features have you added? Anything that could be useful to others?
Daniel
On 9/14/06, Martin Strand <[EMAIL P
Nice work! :)
I was actually just working on my own beanform when I came across yours
about two weeks ago. Now I use yours instead, I just subclassed it to add
a few app specific features.
Do you have a public svn repo somewhere?
Martin
On Wed, 13 Sep 2006 23:15:12 +0200, D&J Gredler <[EMAI
debug statement says it has updated the content of the component, but the
options are still the old ones.
I also ran the app on debug, and set a breakpoint within the
renderComponent() method in the PropertySelection class. It seems it still
grabs the old value of the model, even after I updated i
guys,
i am working on a tap3 web app. i want to implement a drop down menu
with various date formats (like DDMM etc.). the user selects one,
clicks on submit and the system uses this date format everytime now.
i am currently working on the drop down page. can somebody help me out
with the lo
It should work, I ~think~...What kind of response do you get from the server
? (via the dojo debug statements or FireBug ? )
On 9/13/06, Christian Dutaret <[EMAIL PROTECTED]> wrote:
Hi all,
I am trying to change the content of a dropdown list when some event
occur.
I am using PropertySelection
I sent this message 12 hours ago, and I didn't see it appear on the list.
Maybe some moderator too busy fixing bugs ;-)
Sorry for double posting.
Here was my previous mail:
Hi all,
I am trying to change the content of a dropdown list when some event occur.
I am using PropertySelection to render
Hi all,
I have just released the latest version of BeanForm, a single-line POJO
editor component:
span jwcid="@bf:BeanForm" bean="ognl:pojo" save="listener:save"
delete="listener:delete"
The above line of code gets you a form that:
* calls your page's save() method when submitted for save
YepIt was weird, but at some point IE was such a clear leader..
Now they are hopelessly behind again, and things aren't looking any better
with ie7.. :/
On 9/13/06, Vinicius Carvalho <[EMAIL PROTECTED]> wrote:
Thanks Jesse, :) For this project we are not using dojo (yet) but we
will for th
Thanks Jesse, :) For this project we are not using dojo (yet) but we
will for the upcoming projects. What did solve my problem was:
req.setRequestHeader( "If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT" );
I know this is very fragile, but we are in a rush here, tomorrow, we
have a presentatio
OK, so where were these Tapestry jobs *before* I moved to Portland, OR?
On 9/12/06, Dan Adams <[EMAIL PROTECTED]> wrote:
I'm a Senior Software Engineer at Interactive Factory in Boston, MA and
we are in need of some part/full time contractors (possibly a salaried
position but I can't say at the
BTW I'm also adding those headers on the servlet that pull the
messages and render it back to the user.
Regards
On 9/13/06, Vinicius Carvalho <[EMAIL PROTECTED]> wrote:
Sorry about the OT, but since we have some masters of Ajax/JS here,
I'm giving a shot.
Today we experienced problems with our
The same for 4.1
Robert Breidecker schrieb:
Component and page configuration files defined with
the Tapestry 3.0 DTD work just fine in Tapestry 4.0.
Does anyone know if they will continue to work with
Tapestry 4.1?
__
Do You Yahoo!?
Tired of
Component and page configuration files defined with
the Tapestry 3.0 DTD work just fine in Tapestry 4.0.
Does anyone know if they will continue to work with
Tapestry 4.1?
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection aro
Mark Stang wrote:
> I was looking at the 3.x one on t-deli. Are they the same? Is 3.x supported
> in contrib? Is it shipped as part of Contrib?
>
Well, mindbridge (& friends) had written those components for 3.0.x
He later adapted them to 4.0.x and added them in contrib (4.0.x)
So, they're r
This is the annoying IE bug. Even with the best cache breaking strategies
setup you won't be able to fix it unless you make the urls being used
unique. With dojo all you have to do is set preventCache:true in the
dojo.io.bind calls.
On 9/13/06, Vinicius Carvalho <[EMAIL PROTECTED]> wrote:
Sorry
Sorry about the OT, but since we have some masters of Ajax/JS here,
I'm giving a shot.
Today we experienced problems with our chat application. When running
in clients that pass though a proxy, and use IE (this does not happens
to Mozzila browsers). The user receives only the same message, and
lo
I was looking at the 3.x one on t-deli. Are they the same? Is 3.x supported
in contrib? Is it shipped as part of Contrib?
thanks,
Mark
Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity
-Original Message-
From: Jesse Kuhnert [mail
Sure. If you open a JIRA issue I'll remember it. You may run into other
issues with this though, as all the client encoding is done in utf 8.
On 9/13/06, Manri Offermann <[EMAIL PROTECTED]> wrote:
Hi everybody,
I have some trouble with the DojoAjaxResponseBuilder. My webapp is using
Shift_JIS
Since it's sitting in the tapestry repos under contrib it ~better~ be asf 2
;)
On 9/13/06, Mark Stang <[EMAIL PROTECTED]> wrote:
Does anyone know the license on Xtile:Timeout?
thanks,
Mark
Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity
Does anyone know the license on Xtile:Timeout?
thanks,
Mark
Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity
-Original Message-
From: andyhot [mailto:[EMAIL PROTECTED]
Sent: Tue 9/12/2006 5:09 PM
To: Tapestry users
Subject: Re: Expi
Tapestry Tapestry wrote:
> Hi all
>
> How does one normally go about creating an instance of an abstract
> component, such as a linkRender component with an injected script.
Why do you need to create an instance ?
>
> Thanks
> Kutloisiso
>
--
Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.
Thanks Martin. That was the problem.
--- Martin Strand <[EMAIL PROTECTED]> wrote:
> I think you've got two methods mixed up.
>
> This part looks ok
> > @InjectObject("infrastructure:request")
> > public abstract WebRequest getRequest();
>
> But the method causing a problem is
> > 81: Method 'p
Does this happen in portlets?
Do other tacos components work (i.e. AjaxDirectLink) ?
Are you sure the browser doesn't load the old javascript (due to cache) ?
If nothing works, is it possible to show us the rendered html ?
Inge Solvoll wrote:
> After upgrading to tapestry 4.0.2 and tacos 4.0.0,
I think you've got two methods mixed up.
This part looks ok
> @InjectObject("infrastructure:request")
> public abstract WebRequest getRequest();
But the method causing a problem is
> 81: Method 'public abstract void
> com.myapp.tapestry.BasePage.getRequest(org.apache.tapestry.web.WebRequest)'
tha
I am running Tapestry 4.0.2.
When I try to add an abstract method to an abstract
base page class, I get a
org.apache.hivemind.ApplicationRuntimeException in the
my Home page that extends the base page.
Error at context:/WEB-INF/Home.page, line 7, column
81: Method 'public abstract void
com.myapp.
Thanks four your reply, it works now!
Must have been blind when reading the docs...
Perhaps you could add a headline like "Customized Cell Rendering"
Regards
Bastian Voigt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addition
Hi all
How does one normally go about creating an instance of an abstract
component, such as a linkRender component with an injected script.
Thanks
Kutloisiso
Hi everybody,
I have some trouble with the DojoAjaxResponseBuilder. My webapp is using
Shift_JIS as the output character enconding.
A DirectLink component with async="true" works in Firefox but fails in IE. I
had a closer look and replaced UTF-8 with Shift_JIS:
void beginResponse()
{
Hi all,
I am trying to change the content of a dropdown list when some event occur.
I am using PropertySelection to render the dropdown list. I assumed that my
listener could change the component's PropertySelectionModel, and that
updateComponent would render the updated content, but this doesn't
After upgrading to tapestry 4.0.2 and tacos 4.0.0, my page with
autocompleter does not work anymore. I get the behaviour described in the
tacos FAQ about IE problems:
http://tacos.sourceforge.net/faq.html#faq-N100A2
The page loads in IE when the autocompleter is removed, when the
autocompleter i
sure, why not.
look at chap 4 for ewdt4 section "Distinguishing which button was clicked" -
there are several techniques
On 9/13/06, Peter Dawn <[EMAIL PROTECTED]> wrote:
guys,
i am using tap3 and am trying to implement a form. however the user
has the option to click on two buttons, dependin
38 matches
Mail list logo