Does anyone else see the potential in a specialized @Message component
that serves to act as refined @Insert but for messages? It owud take
the formatters, would know how to handle "raw", and would generally
replace the monotony of
with
x
or
x
or
x
or
etc. i now wonder if this has been do
Hello freindly Tapestry list..
What is the configuration mechanism to specify a custom spec/template
resolver for the page or component? That is, i'd like to have a
directory structure:
/WEB-INF/pages/(*html|[*.page])
/WEB-INF/components/(*html|[*.jwc])
and have it so that if /WEB-INF/pages/Foo
Essentially, I have a bevy of components that reference things via the
asset mechanims. Is there anyway to get tapestry 3 (in this case,
though Id like to know the 4.0 solution if possible, as well) to not
create a hash and to instead simply write out the url without the sp
parameter and such affi
Im not sure if anyone else has experienced the same thing, but...
On my windows laptop (at home) yesterday around 6 pm i was testing
code and workng just fine on a tapestry 4.1 app. i ran mvn on it and
everything was fine. then i got home after a roudy night at 1 am and
found that mvn jetty6:run
theres going to be some
instability...
in this case, i depended on that mechanism (incorrectly) accidently
and i noticed that the timetracker example did, also. just trying to
help, not rail against anything...
peace,
josh
On 7/24/06, Josh Long <[EMAIL PROTECTED]> wrote:
Im not s
tapestry 4 seems faster on some things, the same on others for me.
it does scale better as suddenly you can move a lot of persistant
state onto the client, optimize away unecessary creation of
application state objects, ognl calls are fewer and faster, etc.
for development turnaround, tapestry c
I have a slew of custom dojo components that are installed and working
happily in tandem with tapestry 4.1.
the components are often wrapped by a custom component called
RoundedPanel which in turn uses Rico's Rico.Corner.round function.
I have a tapestry 4.1 eventlistener annotation working onke
anyone if theyre experiencing
the same issue(s), otherwise, thanks for indulging me.
Peace,
Josh
On 7/28/06, Josh Long <[EMAIL PROTECTED]> wrote:
I have a slew of custom dojo components that are installed and working
happily in tandem with tapestry 4.1.
the components are often wrapped by a
I'm experiencing some issues with Tapestry 4.1 (the latest version from maven).
First is that I can't seem to get a listener called unless I have my
listener submit a form. If remove the submitForm attribute, theres no
indication on the server that a listener method is called.
click me
Josh? I'm a little busy on other things today
but will be able to look at it and find a fix (if one is to be had) on
Monday.
On 7/30/06, Josh Long <[EMAIL PROTECTED]> wrote:
>
> I'm experiencing some issues with Tapestry 4.1 (the latest version from
> maven).
>
> Fi
If theres a migration path to be had, then Im more than interested in
tapestry 5.
Actually, the one feature I think id like to see at this point (save
for some small its-still-not-final issues with tapestry 4.1) is the
ability to add components programatically.
Everything else seems to be on par
http://www.t-deli.com/ theres a useful class called the Splitter.
You need only download it, and then setup a bean in your page. The
splitter lets you take a flat collection and produce x collections of
n length each. That way, youre iterating over a collection of
collections.
Peace,
Josh
On 7/
even a module mechanism feasible..
I hope this is clearer...
Peace,
Josh
On 7/31/06, Korbinian Bachl <[EMAIL PROTECTED]> wrote:
Hi,
what exactly do you mean with " to add components programatically" ?
Regards,
> -Ursprüngliche Nachricht-
> Von: Josh Long [mailto:[
Yeah I was sort of wondering the same thing, and in particular, how do
I get validation messages to render via ajax -- that is, i wat the
form to go through the normal validation routine and I dont want to
enable client side validation. I actually kind of like the red stars
and custom decorators t
Hello all,
Did IRequestCycle.getResponseBuilder() disappear in the latest
snapshot? if so, whats the replacement?
Thanks,
Joshua
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
download tacos and the war for the demo is available ont he sam page
from sourceforge as the tacos lib itself. plop it in a container and
you're all set. ;-)
Josh
On 8/4/06, Bernard Lange <[EMAIL PROTECTED]> wrote:
Hello,
My colleague is doing Tapestry/JSF evaluation in terms of their
suitabil
Hello all!
Is there a way to specify parameters for a listener method annotated
with the EventListener annotaton, as i might with directlink? My use
case is:
I have a search which in turn has a Next | Back row. I want next to be
given the page range and the same for back. Using a standard
direct
I dont think the old tacos effects are valid anymore, but you could
use response builder to updateComponent a region that in turn has an
embedded @Script component. The script compoinent would be reevaluated
upon reload and youd have a chance to apply effects you wanted...
On 8/5/06, Serge Eby <[
I was usuing tapestry 4.1.1-snapshot gleefully and one day it (maven
and the snapshot with it) updated above and beyond
4.1.1-20060802.044417-5 (the particular snapshot iteration after which
my build stop working around a week or two ago). I was receiving
strange errors about classpath conflicts,
I answered my own question. Amazing how that works sometimes...
Apparently, this contribution
which hitherto caused no problems was suddenly causing tapestry to wig
out. remove it, and everything else is fine.
Thanks for indulding me.
Josh
On 8/9/06, Josh Long
Better late than never, but I _just_ saw it :-(
That's very cool Jean!
Josh
On 8/1/06, Jean-Yves Sironneau <[EMAIL PROTECTED]> wrote:
I just wanted to let you know that the first release of Clepsydra a
GPL licensed web application for managing and sharing a collection of
documents (pictures c
ine service:
"Josh Long" <[EMAIL PROTECTED]> skrev i en meddelelse
news:[EMAIL PROTECTED]
>I was usuing tapestry 4.1.1-snapshot gleefully and one day it (maven
> and the snapshot with it) updated above and beyond
> 4.1.1-20060802.044417-5 (the particular
Hello all,
Anyone had any success getting the tapfx easy-insert component working in
tapestry 4.1? I tried (err.. dropped it in my classpath under WEB-INF/lib/
and replaced a working
company with ${company.name} on Home.html ) it in mine and was
rewarded with :
vemodule.xml, line 23, column 21]
Seems to work wonderfully, Andreas! Very useful.. Thanks again, and
apologies for the long delay.
Josh
On 8/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hey josh, since i'm not yer ready for a release of easyinsert,
here's an untested jar to try...
From Josh Long &
Im having an issue with the folloowing template:
0 |
4
${new java.util.Date()}${search.pageNumber}${bookmarkablePage}
the idea is that (at least in this simple test) the directlink updates the
page number and reruns the search, forcing an update of the div jwcid=
fields should only happen when updating individual items
contained in a form, but not when the whole form itself needs to be
rendered.
On 8/14/06, Josh Long <[EMAIL PROTECTED]> wrote:
>
> Im having an issue with the folloowing template:
>
>
>
> "listener:changePage"
I wouldnt mind contributing esp. with 4.11 so prominently poised...
this stuff is just so cool to work with..
dojo has a book-by-wiki that theyre writing. the dotnet tutorials
could be pretty easily reworked on top of a wiki, and the wiki would
facilitate a colloborative effort.
Howards already
Im not sure I understand the question, but is this something a bash
script might fix?
find . -iname "*properties"|while read line; do cat "$line" ;done >
allproperties.properties.bak
On 8/10/06, Peter Dawn <[EMAIL PROTECTED]> wrote:
guys,
is there a way for me to export all my properties fi
try :
events = "onmouseover"
Josh
On 8/16/06, TH <[EMAIL PROTECTED]> wrote:
Jesse thanks for such a quick reply :)
Well i just tried this code too
@EventListener(elements = "myFavoriteDiv", events =
"mouseover")
public void watchText(BrowserEvent event)
{
System.out.println("User clicked on
Im noticing that the @Submit doesnt tag or select anything when the
form is submitted via ajax (ie, async = true, updateComponents =
"foo", etc)..
Anyone else have this problem?
Any workarounds?
Peace,
Josh
-
To unsubscribe,
Yay JIRA and Jesse!
Um... the bug URL is https://issues.apache.org/jira/browse/TAPESTRY-1069
Thanks again,
Josh
On 8/16/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
HmmSounds like a JIRA worthy bug. (The fix is very easy though..I think?
...will know later)
On 8/16/06, Josh Long &
Eeeww.. for a workaround in this case, you could always try
something feindish in the meantime like setting the id manually
through javascript after the page is loaded but before the event
listener has a chance to do its thing then use elements instead of
target...
or..
if body supports inform
Also, not understanding the problem myself, you might want to check
that the entites have a useful implementation of equals/hashcode. This
sort of thing has bit me more times than I care to remember.. If u
test the objects with an equals/hashcode impl based solely on the
nullable primary key of th
Hello all,
its been several days since ive worked on my little app and this
morning I fired up maven and got the latest updates and ran my app and
then i was deluged with javascript blood...
anything inside of
--here--
in a .script used to be rendered freestanding outside of any
As would I!
On 8/22/06, Karthik N <[EMAIL PROTECTED]> wrote:
yes, i would be very interested in the source code.
On 8/22/06, Henri Dupre <[EMAIL PROTECTED]> wrote:
>
> We've been having many strange errors message in our logs and several
> synchronization errors on session objects (especially v
k-compatible..
>
> I'll make the change later today, though I should say anyone relying on
> global namespace resolution for their js will find that it probably won't
> work when trying to render their own components + script in XHR requests.
> (as the context changes)
>
I have a pager that moves results from 1 to 100, 10 at a time.
the pager itself refreshes a section of the page which in turn has a
for loop for th e10 results that are currently being navigated.
The elements in for loop also each provide links which work via ajax
(@Submit and async on the form)
ith? (i mean attached to a
jira ticket that I can download and run out of the box preferrably)
On 8/22/06, Josh Long <[EMAIL PROTECTED]> wrote:
>
> I have a pager that moves results from 1 to 100, 10 at a time.
>
> the pager itself refreshes a section of the page which in turn
I'm using tapestry with ajax and a significant amount of images and
only in this light in IE has a caching bug cropped up.
What's the most approrpiate place to set a header of
Cache-Control: post-check=900,pre-check=3600
in tapestry for images? Is it conceivable that the asset service could
; wrote:
Or you could just tell me what you need and I can add it :)
I'm especially interested in making caching/anything to do with AssetService
better.
Can you elaborate more on what these post/pre check parameters are for and
which browsers/content types they apply to?
On 8/25/06, Josh
Hello all,
Before I go digging too deep -- is it possible theres been an
introduction/modification of late to the DirectLinks that would cause
them to work with ajax only some of the time? I havent added any
persistant properties or anything to the page so its not like the
previously adequate URL
OooOOoH! I feel like I may be too late, but maven 2 + jetty + tapestry
4 makes for more fun than you can shake a stick at!
No kidding, setup a maven web project project. Now youve removed
everything except for the java language and compilation. We lke the
java language, but compilation...
Then,
Well, I for one am sorry to see any ready and willing go, no matter
what the circumstances... but I hope things get to where they need to
be for you. :-) FWIW, I never used the Spindle plugin but have seen a
few colleagues adopt tapestry at my behest because there was (even
relatively immature, a
any help,
Josh
On 8/26/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
Does this still happen to you?
On 8/25/06, Josh Long <[EMAIL PROTECTED]> wrote:
>
> Hello all,
>
> Before I go digging too deep -- is it possible theres been an
> introduction/modification of late to
Try setting focus="ognl:false" on the containing @Form element. If
the issue is the tapestry javascript for focus, than that'll remove
it.
Best of luck,
Josh
On 8/23/06, Xiaoshu Wang <[EMAIL PROTECTED]> wrote:
Hi, I have a pecular problem with using Dojo's Editor in IE.
I can take a textarea
Nice component! The simplest thing I would suggest enabling is just
using the dojo version (and be careful to always wrap the bugger with
an element with a set width/height. Then its just a matter of doing
what theyre doing here
http://archive.dojotoolkit.org/nightly/tests/widget/test_GoogleMap.ht
Hello all,
I'm trying to get the marvelous tapestry 4.1 component working with
tapestry 4.1.
It seems to sucessfully create the form, but when I submit the form it
errors out, saying:
...
[ +/- ] Exception: Unable to read OGNL expression '' of [EMAIL PROTECTED]/Test/$BeanForm.rows]:
properties
s
in maven2...Then happily upgraded to edgy eft (sweet!) .
I think Daniel mentioned I broke his beanform at some point, but I don't
remember how I did it...I do remember not feeling very bad about it after
finding out why but that's as much of the details as I remember. I assumed
it was wo
Ow.. that was a depressing run at nabble. Gotta stop nabbl'ing after
midnight. Nothing good comes of it..
So it was an ognl issue, eh?
http://www.nabble.com/BeanForm-Move-tf1921926.html#a5262830
I'm not scared of ognl... much...
Josh
On 9/3/06, Josh Long <[EMAIL PROTECTED]&
n top of Free Red Hat 9.0 offers...
Thanks again one and all!
Josh
On 9/3/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
Hehe...I have to admit - as much as I love programming with the
exceptionally good Qt toolkit - I like using the gnome desktop much more
th
The following is contrived, but works. Mainly, I would create a proper
dojo widget and have the event listener bind to that, but this works
because of expando properties...
In your body of a file called Test.html, I have
dojo.require('dojo.lang.*');
dojo.
Hello, list!
Im preparing to undergo a projct that will be very, very, javascript
heavy, I have a few humble questions for the sage on this list...
Is there a way to use Tapestry's @Script or the infrastructure it
introduces to render a .js file? Specifically, i would like a good way
to do dynam
I'm not 100% sure, but try changing div id ="quoteDiv" to ...
That way, builder.updateComponent wil update a tapestry component..
Peace,
Josh
On 9/8/06, Vinicius Carvalho <[EMAIL PROTECTED]> wrote:
Hello there! Does EventListener + ResponseBuilder supports all
components? For instance, is it
THERES A BOOK MERCY !! WHEN?? WHERE DO I THROW CASH??
Yay a book a real live book yay...
::ahem::
Please elaborate because I'm sure you've piqued a lot of people's curiousity...
Is this a Tapestry In Action II: A New Hope kind of book, or this a
'Dojo Manual' kind of book? (Either is fine, I'm
ow..
OK, after several hours of making my dojo widgets .4 compatible, im
pretty much setu and am REALLY enjoying the marked speed increrase for
internet explorer on dom / js heavy page loads..
However, im getting (in both ff 1.5 and IE 6) the following error when
i click on a DirectLink with asy
to clarify, the erro is : 'tapestry.event has no properties' and the
relevant code from Firebug is what's above..
Peace,
Josh
On 9/29/06, Josh Long <[EMAIL PROTECTED]> wrote:
ow..
OK, after several hours of making my dojo widgets .4 compatible, im
pretty much setu and a
eared out your browser cache and
such ?
On 9/29/06, Josh Long <[EMAIL PROTECTED]> wrote:
>
> to clarify, the erro is : 'tapestry.event has no properties' and the
> relevant code from Firebug is what's above..
>
> Peace,
> Josh
>
> On 9/29/06, Josh Long
t;tapestry.event") to..Sorry. It's deploying right now.
On 9/30/06, Josh Long <[EMAIL PROTECTED]> wrote:
>
> Hrmm... Let's see -- the links in question are directlinks..
>
> they run fine when I take out the async/ updateComponents pair (that
> is, I take that to
Im not too sure what exactly triggers it, though off the top of my
head when it happens to me happens when i get a midly complicated form
going only.. which makes me wonder if th epositioning is being
affedted by scrolling..
Peace,
Josh
On 10/1/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
D
I don't know if this has always been this way as the first time I've
needed (but boy do I need it!) was yesterday, but I noticed 0in my app
and in the Timetracker that the dropdwontimepicker doesnt display the
currenlty selected value when the form is refreshed/reloaded.
That is, if I choose 12:1
ue with anything here I can still do something about
it before 0.4 comes out:
http://archive.dojotoolkit.org/nightly/tests/widget/test_DropdownDatePicker.html
On 10/1/06, Josh Long <[EMAIL PROTECTED]> wrote:
>
> Im not too sure what exactly triggers it, though off the top of my
> he
ould be fully
functional/localizable as you would expect with normal components.
On 10/1/06, Josh Long <[EMAIL PROTECTED]> wrote:
>
> I don't know if this has always been this way as the first time I've
> needed (but boy do I need it!) was yesterday, but I noticed 0in my app
>
http://www.madskristensen.dk/blog/CommentView,guid,9b4acb83-3ab4-45a0-be95-b4279f4da7d1.aspx
The preceeding link is a an implementation (not my own, obviously) of
a ASP.NET "engine-service" which renders your css based on scripted
inputs.
I know there's a lot to be said for x-platform CSS, but t
I think I found a bug or a sticky i-need-the-tapestry-lists-help type
of question...
I was wondering exactly where this problem came from but now I have a
working, isolated, non proprietary :-) example!
Take the following example. The page loads, a form is displayed and
it's async-ready. So you
I'm not sure, but try and make sure that a) your object is
serializable,b) that it has a working equals/ hashCode based on
something that works well for objects in a collection, c) that all the
above is actually doing what you hope it is in the DB and, finally, d)
that you call setMaster on the pa
e has been permanently tracked
> down / fixed. (stupid IE ...)
>
> On 10/12/06, Josh Long <[EMAIL PROTECTED]> wrote:
> >
> > I think I found a bug or a sticky i-need-the-tapestry-lists-help type
> > of question...
> >
> > I was wondering exactly where this p
An update: I removed the updateComponents parameter and the listener
did indeed run onthe server and no hard refresh was forced. But, of
course, this is still not what is desired, as we need to update the
gui, too..
Thanks,
Josh
On 10/14/06, Josh Long <[EMAIL PROTECTED]> wrote:
At lea
ot;
?
On 10/14/06, Josh Long <[EMAIL PROTECTED]> wrote:
>
> An update: I removed the updateComponents parameter and the listener
> did indeed run onthe server and no hard refresh was forced. But, of
> course, this is still not what is desired, as we need to update the
> gui,
t; wrote:
And you "definitely" have your browser cache cleared out? Hmm.....I can't
reproduce this.
On 10/14/06, Josh Long <[EMAIL PROTECTED]> wrote:
>
> Same old thing, Im afraid. the first time it updates and no form
> submit. The second time i click on submit, it does
uot;info" as the log level. Maybe I need to re-deploy?
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry/form.js?view=markup
On 10/14/06, Josh Long <[EMAIL PROTECTED]> wrote:
>
> I definitely do... It's happening in IE 6 / FF 1.5. I cle
aying you experienced the problem I described and
have seen it fixed?
On 10/14/06, Josh Long <[EMAIL PROTECTED]> wrote:
muahah! nice catch!
The version of the source i have looks identical to what you just sent
me (ie, its calling dojo.log.debug for the
dojo.log.debug("registerForm(
me thing I'll believe you ;) :
http://opencomponentry.com:8080/workbench/Home,$Border.pageLink.sdirect?sp=SDates
The submission happens through a Form with async=true
updateComponents=itself as well and it is working fine for me in IE && moz.
On 10/14/06, Josh Long <[EMAIL PROTECTED]> wrote:
&
]> wrote:
Ah. Damnit, next time josh...next time...
Fixed and deploy(ing/ed) ;)
On 10/14/06, Josh Long <[EMAIL PROTECTED]> wrote:
>
> Hiya Jesse,
>
> OK, the page you linked me to does indeed work while the page I
> presented in a previous email continues to not work..
I'm not too sure about DropdownDatePicker ( I guess I haven't notied
much there) but...
the following code on mozilla yeilds a @DatePicker that, when clicked,
shows up at the bottom of the 100px border (not at the bottom of th
etext field). (scroll down for sample code..)
In fact, if you check
Dear list,
I could really use some general architectural advice:
General problem: what's the best way to plugin behavior on a single
page without using the session OR What's the best way to store an
ICallback without using the session?
I need to have a page behave differently depending on what
Hi all,
What's the best way to get access to a spring bean setup using the standard
context from isnide a service encoder?
I have the following (well, something like it: obviously the names have been
changed to protect the innocent..)
Whcih doesn't yeild anything except stack traces. What's
latest maven 4.11 snapshot/ linux or windows / etc
im having a problem, a confusion, with the dojoPath and dojoSource options
of the Shell component:
// the assets as defined in my jwc
I have a Border component with the following assets defined, and of course
my @Shell compionent has dojoS
I'm experiencing a ridiculous slow down in speed on a front page because the
initial page uses a few widgets whcih themselves use other dojo packages,
few of which are included in the default dojo.js that comes bundled with
tapestry. So, i built a dojo.js equivalent to te kitchen sink build with a
about optimizations though I would
> check out the jslinker provided with dojo as well. It will condense your
js
> into ~exactly~ only the functions/code your app uses. I haven't actually
run
> it myself but I know Andy has.
>
>
>
> On 10/31/06, Josh Long <[EMAIL PR
evil. Is there
anyway to get the context:/ options working or am i missing something
hideously obvious?
Anyway, forgive the deluge and thanks in advance for any help,
Josh
ps:I hope your Halloween went well (if it went at all, that is)
On 10/31/06, Josh Long <[EMAIL PROTECTED]> wrote:
Sou
No kidding? Huh! I was just wondering about that.. How convenient! You need
a red cape, Jesse.. Something to better iconify your contributions :-)
Thanks in advance,
Josh
On 10/17/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
So what does it do after loading up? I'm assuming it's not just a sim
Whats the correct way to overrride the ExceptionPresenterImpl using
HIvemind (my Hive-Fu is week)?
I tried...
as well as various other permutations inspired by the frame
Thank you again Andreas. You're a credit to your craft.
Josh
On 11/9/06, andyhot <[EMAIL PROTECTED]> wrote:
You want to override an existing service, not configure it...
So, use
...
...
Josh Long wrote:
> Whats the correct way to overrride the ExceptionPrese
Images aren't showing up if I create my own dojo build and then instruct
tapestry to use that buidl. Everything else seems to work fine, but the
images for, say, the autocompleter dont show up.
I'm not sure if this is a dojo or a tapestry question.
Any help would be appreciated.
Josh
you track the url request for one of these images that aren't showing
up
and paste it into your location bar to hit it directly and tell me what
happens?
On 11/14/06, Josh Long <[EMAIL PROTECTED]> wrote:
>
> Images aren't showing up if I create my own dojo build and then i
/14/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
"Contains Errors" ? Does your server show any errors?
Is it possible that jetty or tomcat are deciding to interfere with the
images as well?
On 11/14/06, Josh Long <[EMAIL PROTECTED]> wrote:
>
> interesting... my fir
Thats an idea! .. lemme give it a go and ill get back to you...
Thanks,
josh
On 11/14/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
HmmI wonder what would happen if you renamed your rrl_dojo_04
directory
to "dojo" ?
On 11/14/06, Josh Long <[EMAIL PROTECTED]> wrote:
I think... that the original dojo/ in the tapestry jar is shadowing mine and
so now whether i use dojoSource = .. and dojoPath or not, the same 204k
dojo.js is loaded. (this despite a few cache clearings)
Anyway, that's a no-go..
Thanks,
Josh
On 11/14/06, Josh Long <[EMAIL P
h fun. Sorry :/
>
> p.s. i'm working on it now so it'll likely be fixed today or tomorrow
>
> On 11/14/06, Josh Long < [EMAIL PROTECTED]> wrote:
> >
> > I think... that the original dojo/ in the tapestry jar is shadowing
mine
> > and
> > so now
On 11/15/06, Josh Long <[EMAIL PROTECTED]> wrote:
>
> Oh man, so there _is_ a cure. Wonderful news.
>
> I was pulling out my hair(s -- were down to just a few at this point
that
> have the staying power required of a programmers head of hair)..
>
> Thanks again Jesse
ppreciated,
Thanks,
Josh
On 11/17/06, Josh Long <[EMAIL PROTECTED]> wrote:
OK I just got a chance to dig back into this very problematic issue--
unfortunately the issue is still present. No images for the drop down or
anything...
I svn updated my dojo build and used it to build a new
release
ojo.js and sure enought htere it was but the entire page was
riddled with errors (ie, no dojo -- not just no images).
Anyway, thanks again for your continued indulgence,
Josh
On 11/20/06, Josh Long <[EMAIL PROTECTED] > wrote:
eep.. ok, wait, whats the fix?
Actually, err, I don'
Hello world!
Jesse, with respect to building my own tapestry to get a dojo that's
customized (custom profile) and works, what's the recommended way to figure
out which version of dojo you used when you built it? How do you build it
and dojo?
Assuming Im staring at svn head of both dojo and tapes
ks in advance for any illumination,
Josh
On 11/30/06, Josh Long <[EMAIL PROTECTED]> wrote:
Hello world!
Jesse, with respect to building my own tapestry to get a dojo that's
customized (custom profile) and works, what's the recommended way to figure
out which version of dojo you used w
have filed
with them but other than that everything worked just fine.
On 11/30/06, Josh Long <[EMAIL PROTECTED]> wrote:
> OK spoke too soon on one bit --the revision youre using for dojo is hard
> coded into the dojo.js incuded so worst case i can just customize that build
> rev
Hi,
I know this is remarkably non specific, but a page of mine that
didnothing in particular just fine in the latest and greatest
iteration of 4.1.1-SNAPSHOT with one session persistent property gives
a stale sesssion error under the latest and greatest 4.1.2-SNAPSHOT.
Has anything changed that
+1 me too
On Tue, Jul 29, 2008 at 1:04 PM, Ulrich Stärk <[EMAIL PROTECTED]> wrote:
> From me too.
>
> Uli
>
> Filip S. Adamsen schrieb:
>
> +1 on this one.
>>
>> -Filip
>>
>> On 2008-07-29 16:39, Howard Lewis Ship wrote:
>>
>>> Well, it's not like we're pushing a bytestream from the web browser
, which I also tried at one point.
Has any one had any success?
I found a thread from much earlier this year but didn't find any resolution
Thanks in advance for any suggestions,
Josh Long
http://www.joshlong.com
-
To unsubs
gt; Can you check what happens when you associate to the HTML file type ? If i
> associate with XML or XHTML i also get errors, but not with HTML.
>
>
> On Wed, Dec 17, 2008 at 6:28 AM, Josh Long wrote:
>
>> Hello,
>>
>> When I load the .tml pages inside of IntelliJ
Hi,
I have a maven project generated usig the stock mvn archetype for tapestry 5.
According to the docs, component templates should be in
src/main/resources/. I can't seem to get those to 'reload' correctly,
forcing me to ctrl + c the maven jetty plug in and re run.
Any input on how to change t
1 - 100 of 111 matches
Mail list logo