I, too recommend valums/file-uplodaer (as Bob said, now called Fine
Uploader). In the interest of full disclosure, I should probably mention
that I am the maintainer of Fine Uploader. Andrew Valums handed over the
project to me (just before the name change) after he realized that he no
longer had
On Mon, 18 Feb 2013 20:38:03 -0300, John wrote:
If a field uses the FLASH persist constant but is not a @Property is it
the same as being persisted in the session with plain @Persist because
the field is not read by the template directly to take it out of the
session?
No. @Persist with @
If a field uses the FLASH persist constant but is not a @Property is it the
same as being persisted in the session with plain @Persist because the field is
not read by the template directly to take it out of the session?
I'm concerned that my useage below will leave a lot of clutter in the sessi
Problem is that I cant switch alias on prototype but I have do it on jquery
and that is not the best solution :)
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Spinner-Prototype-to-JQuery-ie-tapestry5-jquery-tp5720077p5720087.html
Sent from the Tapestry - User mailing li
Yea I guess I could try to run Prototype as well. Thought I would be more
happy to have only one framework if possible.
Thanks for the suggestion will keep it in mind :D
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Spinner-Prototype-to-JQuery-ie-tapestry5-jquery-tp57
I have a ajaxformloop. The list of objects that I want to display has two
fields. Both of them are enums and I want to be able to refresh the second
enum when I make my selection on the first. For example
Field 1 Filed 2
name is
startDate before
My code looks like
For uploading, take a look at
http://tapestry5-jquery.com/components/docsajaxupload and
http://tawus.wordpress.com/2011/06/25/ajax-upload-for-tapestry/ --
both of which use the highly regarded valums file uploader (now called
"Fine Uploader").
On Mon, Feb 18, 2013 at 2:49 PM, bigcache1 wrote:
> U
So it seems I need to dismantle this thing and take it apart to isolate the
trouble
Well the css rules came from me and a library I integrated.
My custom head component overloads DIV, and other variations of DIV definitions.
Here is the output
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>http://www.w3.org/1999/xhtml";>
On Mon, 18 Feb 2013 18:37:55 -0300, René Bernhardsgrütter
wrote:
Hi,
Hi!
in Ninja, you could do something like this
@Component
Katana katana;
You need to use @InjectComponent if you define the component on the
template. @Component should only be used when you just use t:id in
Why bother converting it? You can run Prototype along with jQuery.
On Mon, Feb 18, 2013 at 1:04 PM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Mon, 18 Feb 2013 17:54:25 -0300, bhorvat
> wrote:
>
> Probably not the best place to ask (and probably not the best question as
>>
Hi,
in Ninja, you could do something like this
@Component
Katana katana;
@Inject
AjaxResponseRenderer ajaxResponseRenderer;
onActionFromNinjaLink() {
ajaxResponseRenderer.addRender(katana.getZone.getClientId(),
katana.getZone());
}
with a getter in the Katan
On Mon, 18 Feb 2013 17:54:25 -0300, bhorvat
wrote:
Probably not the best place to ask (and probably not the best question as
well)
Yep, this is really the wrong place to ask. This is completely unrelated
to Tapestry. You'll probably should post this on the jQuery mailing lists
or some s
Probably not the best place to ask (and probably not the best question as
well) but I am not that good at jquery so I have no real idea where to
start.
But does anyone have an idea how to covert
// A script that detects when any Form is being submitted or any component
issues a request involving
If you want to update a given zone using JavaScript, you'll need to use
something like this:
http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/onevent.
var zoneManager = Tapestry.findZoneManagerByZoneId(zoneId);
zoneManager.updateFromURL(listenerURIWithValue);
On Mon, 18 Feb 201
UPDATE #2
So I have built a prototype of my single page application. I am using
Tapestry activation context as a router, and it fits into architecture veery
nicely. I have hierarchical content structure there, and I am navigating
across this ocean of content by specifying (by various ways), or not
Metaphorically. I have a component, that displays ninja. When I click on
ninja -- I want to see his katana.
Here ninja is parent, and katana is child, and I want to command as the
parent, saying display.
How could ninja send commands to katana, to fire the zone update in katana?
Alternative patter
"Unless your CSS files aren't included or included in the wrong order, this
isn't a Tapestry issue at all."
Exactly. So the OP needs to find out exactly which CSS rules are being
followed, and where they came from...
On Mon, Feb 18, 2013 at 9:03 AM, Thiago H de Paula Figueiredo <
thiag...@gmail.
On Mon, 18 Feb 2013 13:13:30 -0300, George Ludwig
wrote:
In CSS, the problem is almost always that some unexpected rule is being
followed rather than the one you think. I've found Chrome to be an
invaluable tool in locating the exact source of the CSS rule being
followed, plus it enables
Thanks guys,
That was terrific.
Hi,
i think the only for overring the errors components, is to create a new
component !
This component will call a JavaScript method, with all the errors
(ValidationTracker.getErrors();), and open the dialog.
Manu
2013/2/18 George Ludwig
> Is it possible to launch a modal window based on a s
I think you'll actually find Ivan's second suggestion more productive.
Each page (tml and empty java class) should take you no more than 60
seconds to create by copying and pasting, and then you'll have a good
starting point for fleshing out real functionality later.
On Mon, Feb 18, 2013 at 3:00 A
You can create your own component for rendering plain html files. I had
something similar to your issue - source code rendering.
https://github.com/sody/heroku-samples/blob/master/src/main/java/com/example/ui/components/Source.java
usage:
wrote:
> Folks,
>
> I am prototyping and want to fill i
23 matches
Mail list logo