Re: Tapestry 4: form with dynamic checkboxes

2014-02-06 Thread Ryan
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

Tapestry 4: form with dynamic checkboxes

2014-01-31 Thread Ryan
#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

Re: Disabling filling form with old values on validation failure

2013-06-13 Thread Ryan How
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

Re: Tapestry links not https

2013-06-03 Thread Ryan How
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

Re: Tapestry links not https

2013-06-03 Thread Ryan How
: ":" + port); } if (secure) return "https://"; + hostName; return "http://"; + hostName; } } Then override it in your AppModule binder.bind(BaseURLSource.class, MyBaseURLSource.class).withId("Override"); Thanks,

Re: Can tapestry run on Android

2013-05-28 Thread Ryan How
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

Re: Can tapestry run on Android

2013-05-28 Thread Ryan How
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

Re: Can tapestry run on Android

2013-05-28 Thread Ryan How
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

Re: Can tapestry run on Android

2013-05-28 Thread Ryan How
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

Re: Can tapestry run on Android

2013-05-28 Thread Ryan How
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

Re: Can tapestry run on Android

2013-05-28 Thread Ryan How
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

Re: Can tapestry run on Android

2013-05-27 Thread Ryan How
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:

Re: Can tapestry run on Android

2013-05-27 Thread Ryan How
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

Can tapestry run on Android

2013-05-27 Thread Ryan How
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

Re: [T5] Pick up https/http from request

2008-11-27 Thread Ryan Mitchell
don't know if you're aware, but if you create a href something >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>&

Re: T5: https -> http redirecting

2008-10-30 Thread Ryan Mitchell
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

T5: https -> http redirecting

2008-10-30 Thread Ryan Mitchell
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

Re: T5 : [ANN] The book - next steps

2008-09-04 Thread Don Ryan
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

Re: T5 : [ANN] The book - next steps

2008-09-04 Thread Don Ryan
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

Re: [T5] Template previewability

2008-06-28 Thread Don Ryan
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

Re: [T5] Template previewability

2008-06-27 Thread Don Ryan
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)

Re: [T5] Template previewability

2008-06-27 Thread Don Ryan
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

[T5] Template previewability

2008-06-26 Thread Don Ryan
[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

Re: New website using T5: www.ingamenow.com

2008-06-26 Thread Don Ryan
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

Re: What if "Page" was removed from page names?

2008-06-25 Thread Don Ryan
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

Re: AW: Automatic class reloading on Tomcat 6 not working for me

2008-04-24 Thread Don Ryan
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

[t4] Can't debug App

2007-08-19 Thread Ryan Fisch
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

Tapestry 5 XML tag(s)

2007-07-04 Thread Ryan Cuprak
ference as attributes on the 't' tag? Thanks, -Ryan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Number translator message in 4.1

2006-12-02 Thread Ryan Holmes
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

Multiple 'hidden' fields for the same "for" loop

2006-11-11 Thread Ryan Cuprak
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

Re: How do I override the stale session and links pages

2006-10-20 Thread Ryan Holmes
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

Re: How do I override the stale session and links pages

2006-10-20 Thread Ryan Holmes
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

Re: problem with images

2006-10-17 Thread Ryan Holmes
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

Re: Component resolution question

2006-10-17 Thread Ryan Holmes
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

Re: LoginPage problem in T4

2006-10-17 Thread Ryan Holmes
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

Re: Component resolution question

2006-10-16 Thread Ryan Holmes
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

Re: Textfield validation problem

2006-10-14 Thread Ryan Holmes
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

Re: Confusion over persistent page properties and editing

2006-10-14 Thread Ryan Holmes
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

Tapestry 4.1.1 & Dojo (startup question)

2006-10-14 Thread Ryan Cuprak
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]

Re: Textfield validation problem

2006-10-14 Thread Ryan Holmes
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

Re: Component resolution question

2006-10-14 Thread Ryan Holmes
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

Instructions for building 4.1

2006-10-10 Thread Ryan Cuprak
. Thanks, -Ryan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] Tapestry + IDEA

2006-09-18 Thread Ryan Cuprak
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

Re: [OT] Tapestry + IDEA

2006-09-18 Thread Ryan Cuprak
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

Re: Tapestry with Hibernate vs JSF with Hibernate (Object binding question)

2006-08-19 Thread Ryan Holmes
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&#

Re: tableRowsIterator nullPointerException

2006-08-19 Thread Ryan Holmes
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

Re: Unable to construct service tapestry.multipart.ServletMultipartDecoder

2006-08-16 Thread Ryan Holmes
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

Re: Unable to construct service tapestry.multipart.ServletMultipartDecoder

2006-08-16 Thread Ryan Holmes
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

Re: Label on Property Selection List

2006-08-16 Thread Ryan Holmes
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

Re: Injecting State Objects w/ Non-Serializable Beans

2006-08-16 Thread Ryan Holmes
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

Re: Quick Contrib:Table question (how to get an ExpressionEvaluator?)

2006-08-16 Thread Ryan Cuprak
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

Re: Quick Contrib:Table question (how to get an ExpressionEvaluator?)

2006-08-16 Thread Ryan Cuprak
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

Quick Contrib:Table question

2006-08-16 Thread Ryan Cuprak
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]

Re: Best way to do Cookies in Tapestry 4 (full example)

2006-08-03 Thread Ryan Holmes
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.

Re: PermGen space - Caching is ON

2006-07-26 Thread Ryan Cuprak
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

Using an Application state object in a service

2006-07-20 Thread Ryan Cuprak
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]

Re: Retrieve hivemind "messages" from plain old java program

2006-07-16 Thread Don Ryan
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

Workbench example - File System Tree

2006-07-14 Thread Ryan Cuprak
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

Tapestry website?

2006-07-06 Thread Ryan Cuprak
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

RE: File download - LinkFactory not being set (statup exception now)

2006-06-29 Thread Ryan Cuprak
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

Re: File download - LinkFactory not being set (statup exception now)

2006-06-29 Thread Ryan Cuprak
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

File download - LinkFactory not being set

2006-06-29 Thread Ryan Cuprak
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'

Re: xml parse error if the jakarta site is not accessible

2006-06-27 Thread Ryan Cuprak
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

Re: Table component problem

2006-06-15 Thread Ryan Cuprak
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

Table component problem

2006-06-15 Thread Ryan Cuprak
). 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

Re: Retrieving the HiveMind registry built by ApplicationServlet

2006-06-12 Thread Ryan Cuprak
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

Retrieving the HiveMind registry built by ApplicationServlet

2006-06-12 Thread Ryan Cuprak
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,

Re: accessing page in a library

2006-06-11 Thread Ryan Holmes
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

Re: conditional and nested ul and li tags

2006-06-11 Thread Ryan Holmes
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

Re: image service?

2006-06-11 Thread Ryan Holmes
} 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

Re: Custom component validation - two fields

2006-06-03 Thread Ryan Cuprak
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

RE: Custom component validation - two fields

2006-06-03 Thread Ryan Cuprak
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

Custom component validation - two fields

2006-06-02 Thread Ryan Cuprak
/BaseComponent we have missed somehow? Thanks! Ryan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: XMLHTTPRequest within tapestry

2006-06-01 Thread Ryan Holmes
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

Re: Directly requesting a page

2006-05-31 Thread Ryan Holmes
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

Re: Issues with Label Components with Tapestry 4.0

2006-05-31 Thread Ryan Holmes
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

RE: Directly requesting a page

2006-05-31 Thread Ryan Cuprak
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

Directly requesting a page

2006-05-31 Thread Ryan Cuprak
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

Re: Form with 2 sets of submit buttons doesn't work

2006-05-29 Thread Ryan Holmes
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

Re: new logo for Tapestry - more comps

2006-05-29 Thread Ryan Holmes
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

2006-05-23 Thread Ryan Cuprak
subscribe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]