Hi, is there anyone on the list that could shed some light on the problem
I'm having?
Thanks,
Ryan
On Fri, Jan 31, 2014 at 10:41 AM, Ryan wrote:
> Hoping I can still get some help with Tapestry 4 on this mailing list - I
> know its old but unfortunately I'm stuck with it and c
#x27;value' is the property that is inspected on read and set on post, which
means it must map to a concrete, defined method or property. I can't do
that since I'm determining the items in the map dynamically.
What do you suggest?
Thanks,
Ryan
It's really simple to make a validation tracker!. I'd just make your own
one to do what you want. Will take you less than 5 minutes I'm sure!
But yes the tapestry auto tracking thing is a pain in the bum sometimes,
I've always struggled with it being too smart and not being able to turn
it off
Also regarding NAT. I generally try and use NAT reflection too when I do
port mapping, so internal users still go through the port mapping on the
router. It helps simplify things a bit. Only problem is to your app it
appears that all the request come from the Router IP.
Another option is to us
: ":" + port);
}
if (secure) return "https://"; + hostName;
return "http://"; + hostName;
}
}
Then override it in your AppModule
binder.bind(BaseURLSource.class,
MyBaseURLSource.class).withId("Override");
Thanks,
On 28/05/2013 8:44 PM, Thiago H de Paula Figueiredo wrote:
On Tue, 28 May 2013 09:11:56 -0300, Ryan How wrote:
Yes, but the bytecode enhancement that tapestry does, it wouldn't be
able to be understood by the Dalvik JVM? As is my understanding. I
just don't want to spend a l
On 28/05/2013 7:48 PM, Thiago H de Paula Figueiredo wrote:
On Tue, 28 May 2013 00:39:22 -0300, Chris Cureau
wrote:
Tapestry itself runs on a web container, like tomcat. The served
pages will operate in chrome in android and probably firefox as well,
though I haven't tested it there.
You're
On 28/05/2013 7:49 PM, Thiago H de Paula Figueiredo wrote:
On Tue, 28 May 2013 00:44:02 -0300, Ryan How wrote:
Sorry, just to clarify a bit I mean hosting it on Android. There is a
port of Jetty for Android, so will it run in that, but does Tapestry
require some libs that aren't on an
linux on pretty
much any android tablet? But this is not really the forum for that I know :)
Thanks! Ryan
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
lets just say id save about $20,000 worth of redevelopment to be able to run it
on android :)
Well you can run linux on an arm tablet, I wonder if there is a jvm for arm
linux?
Original Message
From: Muhammad Gelbana
Sent: Tue, 28/05/2013 06:21 PM
To: Tapestry users
CC
nipulation is pretty core to Tapestry, so I guess there
isn't really much hope of getting it going, not unless there is an
Android version of ASM (or whatever it is using, javassist?, I can't
remember) ?
Or would it be possible to get Tapestry to pre-generate the byte code
rather than a
Thanks. I will try it, just doing some preliminary investigation before
investing some time. I haven't done any android development before, so I
only know the basic theory.
Thanks, Ryan
On 28/05/2013 11:53 AM, Kalle Korhonen wrote:
On Mon, May 27, 2013 at 8:44 PM, Ryan How wrote:
Sorry, just to clarify a bit I mean hosting it on Android. There is a
port of Jetty for Android, so will it run in that, but does Tapestry
require some libs that aren't on android?
Thanks, Ryan
On 28/05/2013 11:39 AM, Chris Cureau wrote:
Tapestry itself runs on a web container, like t
Hi,
I was just wondering before I look too closely if anyone knows if a
Tapestry webapp can run on Android?
I see there is an Android port of Jetty.
Thanks, Ryan
-
To unsubscribe, e-mail: users-unsubscr
don't know if you're aware, but if you create a href something
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>&
the same cookie
to the insecure site.
On Thu, Oct 30, 2008 at 4:26 PM, Ryan Mitchell <[EMAIL PROTECTED]> wrote:
> In my app that can be accessed either via http or https, I can access
> pages via https just fine but the redirects to render pages always end
> up back on the non-ssl
other words, if the client starts a session with ssl, I want them
to stay there; if they start w/o then stay there too.
thanks,
--
Ryan Mitchell <[EMAIL PROTECTED]>
Telecom Logic, LLC
-
To unsubscribe, e-mail: [EMAIL PRO
On 4 Sep 2008, at 17:05, Timothy Sweetser wrote:
When people only have an hour a day, and may only write a paragraph
or two, I think that works against us. You decrease the
contribution pool and increase the amount of effort required to get
somewhere.
That's a fair point. The sort of thi
The discussion here (knowingly or otherwise) mirrors something that
comes up a lot when people are debating the pedagogical approaches in
academia. A framework like Tapestry, which comes into its own on
larger projects, is not served well by using toy examples to
illustrate framework featur
On 27 Jun 2008, at 21:57, Howard Lewis Ship wrote:
Well, Insert is a terrible name :-)
There's already OutputText (for formatted output). Perhaps
FormatText would have been a better name in retrospect.
Haven't seen OutputText. It's not part of 5.0.13, is it? (Or am I
blind?)
In any ca
On 26 Jun 2008, at 20:28, Howard Lewis Ship wrote:
There's some gaps waiting to be filled (not abandoned, just
prioritized a bit lower than more urgent bug fixes).
That's great to hear. Thanks.
If you want to use T4 style, how about:
public class Output {
@Parameter (required=true)
On 26 Jun 2008, at 23:31, Geoff Callender wrote:
Are you sure? What about...
A
The core Output component in T5 has a required format parameter, so
the above will throw an exception. The Output component is useful for
things like dates and interpolating values into messages, but a
sligh
[I'm picking up where I left off on another thread here, namely the
thread with subject "New website using T5: www.ingamenow.com". My
rationale for wanting this is given there.]
Does anyone know if there are plans to restore the previewability of
T5 templates to something akin to what exist
On 25 Jun 2008, at 19:19, Daniel Leffel wrote:
We're using Continuum to do continuous builds. Gave the designer
access to that too and when he wants to see his changes, he commits
and kicks off a manual build. Pretty cool.
Very cool. A key aspect of any framework is the extent to which it
On 25 Jun 2008, at 01:12, Filip S. Adamsen wrote:
As long as it's configurable, I'm fine with it. :)
Except you lose some of the intrinsic simplicity of convention over
configuration when you decide to offer both. Note that, depending on
how it's implemented, this change need not break an
On 24 Apr 2008, at 07:14, Peter Stavrinides wrote:
Tomcat in eclipse has an Automatic publishing feature, which is not
to be confused with live class reloading.
I'm currently using Tomcat 6 with Eclipse/WTP. I'm not publishing
anything as I'm using the "Serve modules without publishing" op
Hi,
I was curious if anyone ran into this issue. I just setup friendly urls and
Acegi security and now I can't seem to debug my code in netbeans. I can
attach my debugger to my jboss server but it won't hit any breaklines.
Anyone have any ideas?
--
View this message in context:
http://www.na
ference as attributes on the 't' tag?
Thanks,
-Ryan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I agree with Sam's points. The new default messages will be more
confusing to end users and should be reverted, for all of the reasons
Sam mentions.
-Ryan
On Dec 1, 2006, at 6:06 PM, Sam Gendler wrote:
+1 for new extended default messages! It is worth wading through a
sea of
PMs to
Hello,
Just was curious if the multiple entries for 'prompts' was a cause for
concern? 'prompts' is the id of a For loop. I am puzzled why it would appear
twice.
I am using Tapestry 4.1 downloaded October 15th or s
tion issue in your first attempt and Tapestry
couldn't find your custom pages (?). I'll find out for myself soon
enough since I have to do the same thing in a week or two...
-Ryan
On Oct 19, 2006, at 9:08 AM, Mats Henricson wrote:
Hi!
I've spent too much time trying to figur
thing.
There doesn't appear to be a specific StaleSession page class in
Tapestry, so I'm not sure why yours isn't working. If you can provide
more details on the error you are seeing, maybe I can help.
-Ryan
On Oct 19, 2006, at 9:08 AM, Mats Henricson wrote:
Hi!
I've s
n image upload/download service.
It's really not very hard, but it's too much to squeeze into an email.
HTH,
-Ryan
On Oct 17, 2006, at 5:54 PM, Gabriel Lozano wrote:
Hi all
I want some help on this issue:
I want to know which is the best way to work with images. If I
saved th
of ;) I actually do
the same thing (override some contrib components but reuse the class)
and still couldn't come up with it.
Must... read... more... slowly
-Ryan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For ad
The Vlib app uses @Meta annotations to specifically mark the Login
page as "anonymous" and the pageValidate() method is supposed to
allow access in that case rather than redirect.
The above may be way off base since I can't see your superclass or
more of your code...
-Ryan
andy feature.
I don't mean to dampen your enthusiasm to make improvements and I
think everyone has noticed that 'type' feels oddly redundant. It's
just that it makes sense when you step back and realize that a
Tapestry component type is not the same as Java type, except wh
ch page render.
One more thing -- since this TextField represents a String value, you
don't need to specify a translator unless you want to change the
default string translation behavior (you probably already knew that).
-Ryan
On Oct 14, 2006, at 1:39 PM, Jabbar wrote:
Ryan,
Hello aga
hings like
this is to set a breakpoint in your listener method and in your
pageBeginRender method so you can see the order in which they are
called.
-Ryan
On Oct 14, 2006, at 11:52 AM, Jabbar wrote:
Hello,
I've been struggling all day editing persistent page properties and
finding
ntBackButtonFix: false,
parseWidgets: false
};
What's the proper approach in 4.1.1 with the embedded dojo?
Thanks!
-Ryan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
tem for Tap 4.0) argues that omitZero
should be false by default in this JIRA issue:
http://issues.apache.org/jira/browse/TAPESTRY-633
So vote for it if you agree.
-Ryan
On Oct 14, 2006, at 11:44 AM, Jabbar wrote:
Oops. The textfield
the 'type' parameter (which, as I
mentioned, is refactorable in Eclipse) over the more elegant but
potentially ambiguous behavior that arises when omitting 'type'.
Just my $.02
-Ryan
On Oct 13, 2006, at 10:19 AM, Patrick Moore wrote:
I would vote just the opposite w
.
Thanks,
-Ryan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
start tomcat using catalina.sh jpda
start and connect using IDEA remotely.
Tomcat usually detects my changes to classes file and reloads them.
Hope that helps!
-Ryan
On Sep 18, 2006, at 2:14 PM, Kevin Menard wrote:
Ryan Cuprak wrote:
Hello,
Have you tried:
export JAVA_OPTS
Hello,
Have you tried:
export JAVA_OPTS="-Dorg.apache.tapestry.disable-caching=true"
(then start tomcat)
This disables page caching so that you can see changes immediately.
-Ryan
On Sep 18, 2006, at 1:34 PM, Kevin Menard wrote:
Sorry for the OT question, but I figured this wa
Just to clarify, Tapestry does not overwrite bound objects with new
instances. iow, if a bound value is a Hibernate proxy, that's what
you'll get -- for better or worse ;)
-Ryan
On Aug 19, 2006, at 7:20 AM, Vinicius Carvalho wrote:
Hello there! As I said on previous emails, I
specifications and HTML.
-Ryan
On Aug 18, 2006, at 9:25 AM, anil wrote:
Hi
I'm fairly new to tapestry and am trying to create an
implementation of the
IBasicTableModel interface so that I can paginate results and get
results
(from Hibernate via Spring) when I need them.
I've written my
artDecoder" and a
"tapestry.portlet.multipart.PortletMultipartDecoder" service.
-Ryan
On Aug 16, 2006, at 3:06 PM, Andrés Nates wrote:
Hello Jesse, I'm have put this version of jars
tapestry-portlet-4.0.2.jar
tapestry-4.0.2.jar
tapestry-annotations-4.0.2.jar
tapestry-c
If so, copy and paste that into your response.
-Ryan
On Aug 16, 2006, at 7:26 AM, Andrés Nates wrote:
When I’m run de example of the component upload, this example has a
basic
upload component for images (jpeg). This is the error message
org.apache.hivemind.ApplicationRuntimeExce
eledModel = new
LabeledPropertySelectionModel(myModel, "Choose your item");
return labeledModel;
-Ryan
On Aug 16, 2006, at 11:59 AM, Mael Caldas wrote:
Hi
I'm using tapestry 4, and have a selection list that submits the
form on
change, without a button, but, when I have only one item on t
olution.
The (rather large) application my team is working on at the moment
uses Spring beans extensively in Tapestry pages and components and
I've never had the need or desire to inject them into state objects.
Not to say that there couldn't be a legitimate reason to do it, I
D'oh was a simple fix, use service:
@InjectObject("service:tapestry.ognl.ExpressionEvaluator")
On Wednesday, August 16, 2006, at 07:54AM, Ryan Cuprak <[EMAIL PROTECTED]>
wrote:
>
> Thanks,
> That is much simpler!
> For the ExpressionTableColumn I need
uator")
public abstract ExpressionEvaluator getExpressionEvaluator();
(also tried engine-service)
However I get a nice exception that it can't find the service etc.
-Ryan
On Wednesday, August 16, 2006, at 07:10AM, Robert Zeigler <[EMAIL PROTECTED]>
wrote:
>If you want
Iterator getColumns() {
if(logger.isDebugEnabled()) logger.debug("Column iterator requested");
return _columns.entrySet().iterator();
}
}
Thanks!
Ryan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
s at:
http://tapestry.apache.org/tapestry4/tapestry/apidocs/org/apache/tapestry/services/CookieSource.html
-Ryan
albartell wrote:
Jesse did a great work also this mailing list contains alot of help...
I see everything Jesse and the other committers are doing and I greatly
appreciate it.
about HiveMind to be
dangerous.
Regards,
-Ryan
On Monday, July 24, 2006, at 11:01AM, Martin Strand <[EMAIL PROTECTED]> wrote:
>What I meant is that the redeploy ant task you mentioned likely causes the
>same error as Eclipse's hot redeploy - old unused classes are still l
url.LinkFactory"/>
value="state:gelCompareList"/> ->Here is where I
want to inject the state object
Thanks,
Ryan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
My WEB-INF/hive-module.xml is in my classpath
Just checking the obvious. Is the hyphen in that filename a typo in
your e-mail or the actual filename?
Don Ryan.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
listing) appears on the right.
So, my first question is whether the running copy of the File System Tree in
https://tapestrywebcomponentexamples.dev.java.net/ is the same as the one in
the tapestry 4.0.2 src drop?
Then, how does a tree remember which nodes were open
Hello,
What happened to the Tapestry website? Is it just me or are quiet a
few things missing?
(http://tapestry.apache.org)
Thanks,
Ryan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
Thank you
This was driving me absolutely nuts.
-Ryan
On Thursday, June 29, 2006, at 01:59PM, Jeff Lubetkin <[EMAIL PROTECTED]> wrote:
>Your service ID is not the same as your class name. Try:
>
>configuration-id="tapestry.services
work.
Any pointers on what I am missing?
-Ryan
On Thursday, June 29, 2006, at 01:35PM, Ryan Cuprak <[EMAIL PROTECTED]> wrote:
>
>Hello,
> I am working my way through the "Handling File Downloads and Uploads" chapter
> in the "Enjoying Web Development&qu
if(logger.isDebugEnabled()) logger.debug("link factory is null " +
(_linkFactory == null) );
return _linkFactory.constructLink(this,post,parameters,false);
}
It is always null. For the 'set-object' line I can enter complete garbage for
the value and it won'
Actually we ran into this problem as well. I just checked with my coworker -
as far as she can remember she made a mistake on the component specification
(copy/paste probably). Once it was corrected it no longer tried to fetch the
file
Regards,
Ryan
On Tuesday, June 27, 2006, at 12:01PM
eBeginRender - which does not appear to be called when resorting
the table (don't quiet understand why yet...). However, any pointers
on how-to step into the 'dynamically' generated code/proxy would be
appreciated for future reference =)
Regards,
Ryan
On Jun 15, 2006, at 1
). I understand that getSource() gets converted to a string
('source') which is passed in as the name to lookup in the binding object of
AbstractComponent. AbstractComponent finds a 'source' in its 'binding' object
bu
So the practice is to only put Tapestry related Hivemind
services/configuration into the WEB-INF/hivemodule.xml and your own service in
a different config file? That sounds reasonable.
-Ryan
On Monday, June 12, 2006, at 07:51AM, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
>Why do
stores it in
the ServletContext which isn't visible to my webservice implementation.
Hopefully this makes sense...
Should I:
1) reload the registry
2) store the registry in a static variable
3) is there another trick available?
Thanks,
What do you mean by a "page" of a library? If you're talking about
accessing components in a component library, as far as I know you must
specify the library in your .application file.
-Ryan
Norbert Sándor wrote:
Hello,
How can I acces a page of a library, if the library is
do this. It uses
"articles" and "comments" rather than posts and replies, but it is a
stripped down demo with one page and one component demonstrating what I
think you are trying to do and nothing more (and it uses UL and LI tags).
-Ryan
[EMAIL PROTECTED] wrote:
I am trying
} catch (IOException ex) {
throw new ApplicationRuntimeException("Could not write image
file.", ex);
}
}
}
-Ryan
Henri Dupre wrote:
I seem to recall that quite a while ago someone was working on an image
service.
I would need a service that all
Hello,
I think figured out my problem - I needed to render the html
template in rewindFormComponent! It was right in front of me the
entire time.
-Ryan
On Jun 3, 2006, at 3:40 PM, Ryan Cuprak wrote:
I think I follow. So you only display the TextField if the
checkbox was checked
checked but no content is contained in the textfield I want to
decorate it and add a message to the top. This component will be used at least
a dozen time on the page for different search parameters.
Gradually learning!
Thanks,
Ryan
Exception:
---
You have clicked on a stale link.
Rewind of
/BaseComponent we have
missed somehow?
Thanks!
Ryan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Have you checked out DWR (http://getahead.ltd.uk/dwr/)? It might be a
good fit for what you're trying to do and it's framework agnostic, so it
will work fine with Tapestry 3. It's also pretty darn easy to use.
-Ryan
Peter Dawn wrote:
just tried to implement it now. the count
That blog entry is about a year and a half old and doesn't apply to Tap
4. Try this:
http://jakarta.apache.org/tapestry/UsersGuide/friendly-urls.html
-Ryan
Ryan Cuprak wrote:
Yup, I am using version 4. That returns the page unprocessed - jwcid and everything.
From the blog
uffix inside the label tag. And I'm sure you
won't hesitate to file a bug report if you feel strongly about it ;)
-Ryan
Matt Raible wrote:
Matt Raible wrote:
Andreas Andreou wrote:
try component.getBinding("class")
if that's not null, do a getObject() on it
org.apache.tapestry.RedirectFilter
redirect
/
/app
Thanks,
-Ryan
On Wednesday, May 31, 2006, at 11:36AM, James Carman <[EMAIL PROTECTED]> wrote:
>Are you in tap4? If so, enable Friendly URLs and you can invoke the page by
>doing:
>
&g
test a new component and
thought I could throw it up on a test page (instead of logging into the app and
drilling through the menus).
Thanks,
Ryan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
p/) to get
noticeable performance gains by replacing even more ognl calls. The
documentation says that properties called with prop: "may be read-only
or write-only" but I've been using it for just about everything with no
problem (except it seems to choke on Integers and Doubles
se are JPEGs so
obviously the original vector art is cleaner:
http://www.hyperstep.com/tapestrylogos/index.html
-Ryan
Steve Motola wrote:
More braid. I'm diggin the brown and orange. Comments?
Color exercise:
http://www.thelabllc.com/lab/tapestrylogos/color%20test%20copy.pdf
Positioni
subscribe
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
81 matches
Mail list logo