Re: angularjs with tapestry

2015-12-30 Thread Mark Mearing-Smith
en creates a war file for the angular project. - We then use cargo-maven2-plugin to merge the tapestry and angular war files. Hope that helps. If you want any specifics on any parts or why we did it in a certain way let me know. Regards, Mark On Wed, Dec 30, 2015 at 12:10 PM Robson Pires

Re: How to stay on same page

2013-05-14 Thread Mark Ashworth
Hi, Is there a reason why the *default:* case of the switch statement is not handled. Maybe if you raise and error here or log out the reportType that you receive in submit() will give a clue why the beanType is not set correctly for the passivate method. Regards, Mark P Ashworth On Mon, May

Tapestry 5.4 alpha 3 : AjaxFormLoop t:addrowlink does not seem to fire event

2013-05-02 Thread Mark Ashworth
incorrectly? \ Regards, Mark P. Ashworth

Re: Now hotness at SX vs 5.4

2013-04-12 Thread Mark Murphy
did some proof of concepts on a similar approach with underscore and backbone. Now that I've found AngularJS, I'm going to give it a thorough review for consideration in future projects. mark * Mark F. Murphy, Director Software Development Tyrell Software Corp http://www.tyrell.com

Tapestry generated urls

2012-12-06 Thread Mark Fugmann
in the url. Most components build their URLs like /{contextpath}/{locale}/component... Is there any easy way to change that? I couldn't find anything. Mit freundlichen Grüßen Mark Fugmann ZYRES digital media systems GmbH Eschersheimer Landstr. 5-7 60322 Frankfurt am Main Phone +49 (0)69 98 55 99 - 23

Re: Need feedback for Eclipse WTP based Tapestry 5 visual editor

2012-02-05 Thread Mark
installation are obviously the things that are going to be the most useful. Just some thoughts. I'm looking forward to seeing what you do with the plugin! Mark 2012/2/4 Giulio Micali giulio.mic...@gmail.com: Hi Gavin ! I'm currently using your plugin: only the CTRL+R feature indeed, but it's

Streaming Example

2011-12-11 Thread Mark Shead
work locally but a couple things I found on the web suggest it is some type of security issue when dealing with local files. Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h

Re: Tapestry contract opportunity

2011-12-11 Thread Mark Shead
with you. Mark On Sun, Dec 11, 2011 at 7:18 PM, Erol Akarsu eaka...@gmail.com wrote: I need a contractor who is expert on Tapestry,Hibernate and Spring, other Java tools to implement a B2B auction site. Can you please contact with me, ebaka...@yahoo.com ? Please send me your contact details so

Re: An Appeal To Use the Latest Betas

2011-10-25 Thread Mark
is not being updated. Another theory is that these betas are being marked as a SNAPSHOT so they don't show up in the Release index, but aren't following the Snapshot naming convention so they don't show up there either. Has anyone run into any similar issues or have any suggestion? Mark On Thu

Re: Bootstrap

2011-10-23 Thread Mark
some nicely styled alerts, popovers, modal boxes, etc. that require JQuery. If the default styling was shifted to Bootstrap, would it make sense to switch Tapestry's built in components to JQuery from Prototype? Mark

Re: Genesis-how to start with Tapestry?

2011-10-03 Thread Mark
/tapestry-tutorial.html Hope that helps. Mark On Sun, Oct 2, 2011 at 9:37 AM, SeleniuM invest-in...@hotmail.com wrote: Hi, there. Few days ago, my friend got to know me with Tapestry5 framework. I was so delighted that I wanted to learn it by myself. Even though his level of Tapestry

Re: Where to store site settings?

2011-10-03 Thread Mark
to handle it, but that is what I'm doing for one of my applications and it seems to be working well. In particular, it makes it easy for me to wipe out my database during testing without losing all the configuration data. Mark

OT: Strange Loop Conference in St. Louis

2011-09-12 Thread Mark
The Strange Loop Conference in St. Louis is later this month. I'm going and I see that Howard is doing a session. Is anyone else from the Tapestry community going to be there? Mark - To unsubscribe, e-mail: users-unsubscr

Re: How to use ContextResourceSymbolProvider

2011-07-21 Thread Mark
these from web.xml with something like this: context-param param-nametapestry.production-mode/param-name param-valuefalse/param-value /context-param Mark - To unsubscribe, e-mail: users-unsubscr

Re: 100% CPU load after hot deploy of Tapestry 5 Application on Tomcat 6

2011-07-20 Thread Mark
. Mark On Wed, Jul 20, 2011 at 4:16 AM, p.stavrini...@albourne.com wrote: Hi All, This is a tricky question one since I do realize there are several possibilities to explain the problem, not all of which are Tapestry related. We have battled to understand what is going on in production

Re: PageActivationContext Coercion Exceptions

2011-07-18 Thread Mark
Thanks, Kalle. I'll check that out. I also found that you can intercept the exceptions which I had overlooked in the docs: http://tapestry.apache.org/component-events.html Mark On Sun, Jul 17, 2011 at 10:49 PM, Kalle Korhonen kalle.o.korho...@gmail.com wrote: I haven't tried, but using

PageActivationContext Coercion Exceptions

2011-07-17 Thread Mark
? If not is there a way to catch the exception? Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Tapestry Hibernate / hibernate3-maven-plugin

2011-07-15 Thread Mark
/property in hibernate.cfg.xml Mark On Fri, Jul 15, 2011 at 11:31 AM, George Christman gchrist...@cardaddy.com wrote: Hello, I'm not really sure if this belongs in this mailing list, but hopefully someone will be able to help. I'm sitting behind a firewall and trying to generate a ddl using

Re: Free J2ee hosting

2011-07-15 Thread Mark Shead
Is that to keep sessions synced across multiple load balanced instances? It wouldn't be useful on a free single instance anyway. Mark On Jul 15, 2011 5:30 PM, Paul Stanton p...@mapshed.com.au wrote:

Exception invoking function Tapestry.Initializer.validate

2011-07-14 Thread Mark
. It seems to work fine on other browsers. I'm getting this on Tapestry 5.2.5 and 5.2.6. Any suggestions? (Other than just not supporting IE) :) Is there a way to turn off client side js validation for a specific browser--or just not show this particular error? Mark

Re: Exception invoking function Tapestry.Initializer.validate

2011-07-14 Thread Mark
Hm. It looks like my problem runs a bit deeper. I added Taha's tapestry.js to 5.2.6, but I'm still getting the same errors in my app. Any other suggestions? Mark On Thu, Jul 14, 2011 at 8:54 AM, Kalle Korhonen kalle.o.korho...@gmail.com wrote: Is there an issue open for this? Seems

Re: ajaxformloop: syncValue is never called for added rows on form submit

2011-07-14 Thread Mark
in different places. I think you can even find examples of it in the Jumpstart tutorials: http://jumpstart.doublenegative.com.au/jumpstart/examples/tables/ajaxformloop1 Mark - To unsubscribe, e-mail: users-unsubscr

Re: ajaxformloop: syncValue is never called for added rows on form submit

2011-07-14 Thread Mark
://jumpstart.doublenegative.com.au/jumpstart/examples/tables/ajaxformloop1 Is that pretty much what you are doing? Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Tapestry Tools on OS X?

2011-07-13 Thread Mark
I'm pretty sure that is what I did. I get a palette--just no Tapestry components. Mark 2011/7/12 Gavin Lei gavingui2...@gmail.com: Yeah, do not forget to open Eclipse *Palette* view :-) 2011/7/13 Igor Drobiazko igor.drobia...@gmail.com: Works for me. You need to open it with the WTP Web Page

Re: Unit testing Tapestry within intellij?

2011-07-13 Thread Mark
Do you actually have a page in com.cheetah.web.pages that is called CreateJobPosting that you can view in a web browser when the app is running? Mark On Tue, Jul 12, 2011 at 12:11 PM, Julien Martin bal...@gmail.com wrote: *public class CreateJobPosting{    @Test    public void test1

Re: updating a zone inside of an ajaxformloop

2011-07-13 Thread Mark
purchaseRequest back to the value it was when the form originally rendered that iteration of the loop. So to answer your question, no. The purchaseRequest isn't set to the last instance it encountered--it gets reset to whatever it was at that particular point in time. Does that help? Mark On Tue, Jul 12

Re: Free J2ee hosting

2011-07-13 Thread Mark
of the war (or something like that). Deployment is very fast even if you are on a slow connection. If that doesn't look like it will work, lets talk about what you need. If I can provide what you need, I'd be happy to setup a virtual server for you to use on a VMWare servers. Mark On Wed, Jul 13

Re: Tapestry Tools on OS X?

2011-07-13 Thread Mark
I'll keep fiddling with it to see if I can get it to work. Is it a problem that I have the Dynamic Web Module at version 3.0 instead of 2.5 as is shown in the instructions? It won't let me use Tapestry if I use 2.5 for some reason. Mark 2011/7/13 Gavin Lei gavingui2...@gmail.com: Sorry that i

Re: ajaxformloop: syncValue is never called for added rows on form submit

2011-07-13 Thread Mark
that is going to still be there when you want to do something with them again. Mark On Wed, Jul 13, 2011 at 11:59 AM, Ray Nicholus rnicho...@widen.com wrote: Anyone?  I'm returning a new unpersisted entity from my addrow listener, modifying it in the UI, then clicking submit.  Ajaxformloop never attempts

Re: Free J2ee hosting

2011-07-13 Thread Mark
Well if for some reason it doesn't work out with them, I'm happy to host it. I'd love to donate some cycles toward getting your examples more exposure. Mark On Jul 13, 2011 9:35 PM, Taha Hafeez tawus.tapes...@gmail.com wrote:

Tapestry Tools on OS X?

2011-07-12 Thread Mark
Has anyone installed http://code.google.com/p/tapestrytools/ on OS X? I tried it last night, but couldn't get the tapestry component palette to work. Just curious it is a problem with my system or if everyone on OS X has the same problem. Mark

Select In A Loop

2011-07-10 Thread Mark
they were when getTicketOptionOnTicket() was originally called.? Thanks for any suggestions. Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Loop Behaviour on Null or Empty List

2011-07-08 Thread Mark
. Are there any conditions that will cause the interior of the loop to be evaluated even if there are no items in the collection? Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail

Re: Loop Behaviour on Null or Empty List

2011-07-08 Thread Mark
Hm. This seems to fix it: t:loop source=department.people value=person li${person.name}/li /t:loop Is this a bug or should we expect different behavior with: li type=loop source=department.people value=person ${person.name} /li On Fri, Jul 8, 2011 at 6:04 PM, Mark mark-li

Re: Loop Behaviour on Null or Empty List

2011-07-08 Thread Mark
it to be a component. Josh On Fri, Jul 8, 2011 at 4:04 PM, Mark mark-li...@xeric.net wrote: li type=loop source=department.people value=person        ${person.name} /li If department.people is null or contains a collection with zero items, I would expect ${person.name} to never be evaluated

Re: Constructing a block in java

2011-07-07 Thread Mark
On Thu, Jul 7, 2011 at 6:34 AM, Thiago H. de Paula Figueiredo thiag...@gmail.com wrote: On Thu, 07 Jul 2011 01:25:39 -0300, Mark mark-li...@xeric.net wrote: Is there a better way to construct a block from a string in Java than this?    Block onShowDialogFromMoreInfo(TicketClass ticketClass

Re: Constructing a block in java

2011-07-07 Thread Mark
that instead of just rendering it in the modal dialog box. Mark On Thu, Jul 7, 2011 at 11:43 AM, Josh Canfield joshcanfi...@gmail.com wrote: Have you tried returning a String? There is a built-in TypeCoercer for String - Renderable This is implemented using StringRenderable which uses write(text

Re: Constructing a block in java

2011-07-07 Thread Mark
returned the value Renderable[b$50 Ticket/b]. Return type org.apache.tapestry5.internal.util.StringRenderable can not be handled. Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users

Re: Constructing a block in java

2011-07-07 Thread Mark
can't seem to find an interface or class called a StringRenderCommand in the JavaDocs anywhere. Am I looking in the wrong place? Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail

Constructing a block in java

2011-07-06 Thread Mark
Is there a better way to construct a block from a string in Java than this? Block onShowDialogFromMoreInfo(TicketClass ticketClass) { return new RenderableAsBlock(new StringRenderable(person.getInfo())); } Mark

Re: t5: https and two T5 apps

2011-07-05 Thread Mark
Can't you just deploy the first one to the root and the second one to the /order context? I think you'll have to setup the same SSL cert twice--once for each app, but you should be able to use the same cert. Mark On Tue, Jul 5, 2011 at 9:01 PM, Angelo C. angelochen...@gmail.com wrote: Hi, I

Cropper Module

2011-07-03 Thread Mark
Is there a Tapestry Module (or some example code) floating around anywhere that allows cropping photos? Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h

Re: Cropper Module

2011-07-03 Thread Mark
/ Mark On Sun, Jul 3, 2011 at 8:28 PM, Kalle Korhonen kalle.o.korho...@gmail.com wrote: You don't need a Tapestry module to crop images: BufferedImage cropped = bufferedImage.getSubimage(left, top, width, height); Kalle On Sun, Jul 3, 2011 at 5:09 PM, Mark mark-li...@xeric.net wrote

How to get client side Ajax values into a page event

2011-07-03 Thread Mark
to have a method like: void onAction(int x, int y, int height, int width) { // crop the picture } Any suggestions or link to documentation I've overlooked would be most appreciated. Mark - To unsubscribe, e-mail: users-unsubscr

Palette inside a beaneditor

2011-07-01 Thread Mark
this doesn't seem to work or am I overlooking something silly? Also is there a way for me to tell Tapestry to use the Palette automatically whenever it tries to render this particular attribute inside of a beaneditor or beaneditorform? Thanks for any suggestions. Mark div t:type=ajaxformloop

Re: Palette inside a beaneditor

2011-07-01 Thread Mark
Please use the add parameter which adds fields not present in the default generated BeanModel.  t:beaneditor object=ticketClass add=discountDefinitions Ah ok. I see. I knew to add this when I was trying to show something that wasn't present in the object, but I didn't realize I needed to do

Optimal Page to List Edit and Create

2011-06-30 Thread Mark
of how I usually do this. I was just curious if there is a better way to get the same functionality. I'm guessing there isn't, but with Tapestry I'm amazed at how many times there are even better ways to do things that I never think to ask about. Mark public class ManageDiscounts { @Inject

Re: Tapestry 5.2: Reloading in Production Mode.

2011-06-28 Thread Mark
You can read some of the discussion leading up to this change here: http://markmail.org/thread/kf7jgc6oesbnjbfu As far as I'm aware there isn't a setting that will let you turn it back on other than running with production mode turned off. But I might be wrong about that. Mark On Mon, Jun 27

Re: Java Magic has 10000+ hits

2011-06-28 Thread Mark
If I remember correctly, Wordpress.com uses javascript to count views, so it won't count things when someone's RSS reader just checks for an updated feed. Mark On Tue, Jun 28, 2011 at 6:07 PM, Taha Tapestry tawus.tapes...@gmail.com wrote: Then may be all of these hits are really rss feeds

Re: RE : Eclipse IDE and TML code completion

2011-06-09 Thread Mark
TapestryTools is currently being developed as part of GSOS. I don't think the autocomplete has been implemented yet. Mark On Jun 8, 2011 11:34 AM, onj888-tapes...@yahoo.com.hk wrote: Hi Finally, get it working according to http://wiki.apache.org/tapestry/Tapestry5JSPEditorEclipse . I don't

Re: RE : Eclipse IDE and TML code completion

2011-06-08 Thread Mark
On Tue, Jun 7, 2011 at 12:04 AM, onj888-tapes...@yahoo.com.hk wrote: it doesn't response when I type t:, Make sure you are using the right editor. I can't remember if it is the xml editor or the jsp editor that you want, but the other editors won't work. Mark

catching exception from hibernate String to Long

2011-06-06 Thread Mark
that I'm overlooking. --Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Pagination Component

2011-06-04 Thread Mark
. Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

301 vs 302

2011-06-03 Thread Mark
); Is there a simple way to do something similar and get a 301 permanent redirect? In particular, can I modify the PageRenderLinkWithContext to control the type of redirect? Mark - To unsubscribe, e-mail: users-unsubscr

Re: 301 vs 302

2011-06-03 Thread Mark
               response.sendError(301, Moved Permanently);            }        });    } Josh On Fri, Jun 3, 2011 at 9:13 AM, Mark mark-li...@xeric.net wrote: A have an onActivate method like this:    Object onActivate(EventContext context) {        //we have what we need to render the page

Re: Clean sheet security design suggestions?

2011-06-01 Thread Mark
Definitely look at Tynamo's tapestry-security which uses Shiro and the tynamo-federatedaccounts add on. I believe you can have multiple types of authentication simply by contributing different entity realms. It has built in support for Facebook and OpenId is coming. Mark On Wed, Jun 1, 2011

Hibernate-Search

2011-06-01 Thread Mark
/browse/TAP5-1178 Seems to indicate there is a way to get this to work, but I can't seem to find any examples anywhere. Does anyone have any code or advice on getting hibernate-search to work well with tapestry-hibernate? Mark

Re: Hibernate-Search

2011-06-01 Thread Mark
FullTextSession ...);                return Search.getFullTextSession(sessionManager.getSession());        } with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2011/6/1 Mark mark-li...@xeric.net: I'm working on a project where I want to user

Re: Clean sheet security design suggestions?

2011-06-01 Thread Mark
://code.google.com/p/tapestry-addons/ http://www.localhost.nu/java/tapestry-spring-security/ There is also Spring Security: http://static.springsource.org/spring-security/site/ Mark On Wed, Jun 1, 2011 at 2:40 PM, Lenny Primak lpri...@hope.nyc.ny.us wrote: Thanks guys I'll definitely look at tynamo security

Re: [Slightly OT] Jetty manager/deployer

2011-05-31 Thread Mark
The cargo plugin for tomcat makes it easy to redeploy from the command line. I think it works with jetty to. On May 31, 2011 9:35 AM, Massimo Lusetti mluse...@gmail.com wrote: Hi all, I'm using Jetty all over the place and I'm fine with it but now I need to give others the possibility to deploy

Re: Updating only specific divs in Zone update

2011-05-17 Thread Mark
You probably want to build a multizone update to update just the necessary zones. Here is a snippet of some of my code that updates zones only if they are visible in that particular context: public MultiZoneUpdate getPriceMultiZoneUpdate() { MultiZoneUpdate update = new

Re: Query string

2011-04-27 Thread Mark
On Wed, Apr 27, 2011 at 1:30 PM, Tim Koop t...@timkoop.com wrote: I have some third party code that calls one of my Tapestry pages, passing in some values in the query string. From in my Tapestry page (the Java class), how can I retrieve this query string? Lets say you have something like:

Re: Query string

2011-04-27 Thread Mark
On Wed, Apr 27, 2011 at 2:29 PM, Mark mark-li...@xeric.net wrote: On Wed, Apr 27, 2011 at 1:30 PM, Tim Koop t...@timkoop.com wrote: I have some third party code that calls one of my Tapestry pages, passing in some values in the query string. From in my Tapestry page (the Java class), how

testng.xml and selenium

2011-04-25 Thread Mark
below still launches firefox. Am I missing something in how this should work? Mark src/test/conf/testng.xml: !DOCTYPE suite SYSTEM http://testng.org/testng-1.0.dtd; suite name=quickstart Application Test Suite annotations=1.5 test name=Integration Tests enabled=true parameter name=tapestry.web

Re: testng.xml and selenium

2011-04-25 Thread Mark
I've tried it with 5.2.4, 5.2.5 and 5.3.0-SNAPSHOT. It tries to use Firefox 4 and hangs. parameter name=tapestry.browser-start- command value=*googlechrome/ Doesn't seem to change anything and neither does: parameter name=tapestry.browser-start- command value=*safari/ Mark On Mon, Apr 25, 2011

Re: testng.xml and selenium

2011-04-25 Thread Mark
of the selenium jar. Do you know if the line parameter name=tapestry.browser-start-command value=*googlechrome/ in testng.xml switch it over to using Chrome instead of Firefox? Mark On Mon, Apr 25, 2011 at 12:05 PM, Alex Kotchnev akoch...@gmail.com wrote: This is likely to be a problem w/ Selenium RC

Link to root

2011-04-24 Thread Mark
to retain the Request Parameters. I could use a regex to strop them off, but I'm guessing that I'm missing a better way to do it. Mark

Re: Link to root

2011-04-24 Thread Mark
for your help. Mark On Sun, Apr 24, 2011 at 8:15 PM, Taha Hafeez tawus.tapes...@gmail.comwrote: Try @Inject private RequestGlobals requestGlobals; requestGlobals.getHttpServletRequest().getContextPath() regards Taha On Mon, Apr 25, 2011 at 6:37 AM, Bryan Lewis jbryanle...@gmail.com wrote

Re: Live reload in production?

2011-04-21 Thread Mark
for handling the paradox of choice issue--particularly in programming frameworks. It keeps things simple for the majority of users, but flexible for people whose needs are a bit different. Mark

Re: Live reload in production?

2011-04-20 Thread Mark
projects if it were turned off in production. Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Live reload in production?

2011-04-20 Thread Mark
other things are handled? Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: T5: select zone update in a form

2011-04-20 Thread Mark
is the value of the state field? That should give you a good clue as to what is happening. Mark On Tue, Apr 19, 2011 at 5:11 PM, Adam Zimowski zimowsk...@gmail.com wrote: I have a typical address form with street, city zip textfields and two dropdowns: country and state. The state dropdown

Re: New user and IDE issues

2011-04-04 Thread Mark
carefully I was able to get it to work. I'm not sure what I missed the first time, but you might try it again. Mark On Mon, Apr 4, 2011 at 12:38 PM, Grioni Stefano stefano.gri...@epfl.ch wrote: Hello, I have just started using Tapestry (and I already love the spirit!). I however have some

Re: New user and IDE issues

2011-04-04 Thread Mark
Oh and if you are using Eclipse, make sure you install loom (http://code.google.com/p/loom-t5/). It lets you switch quickly between .tml and .java files and is a huge time saver. Mark - To unsubscribe, e-mail: users-unsubscr

Re: dynamically changing event link context on client side using js

2011-03-28 Thread Mark
on another part of the page. If that is what you are trying to do, are you sure you even need to use an eventlink context? Can you just have the other Ajax event update a persistent variable on the page and read it (instead of the context) when the eventlink is triggered? Mark On Mon, Mar 28

Re: Could not synchronize database state with session

2011-03-08 Thread Mark
! It is much easier when it gives you an actual error message. Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Translator to and From a List

2011-03-07 Thread Mark
a parameterized class type? If not, what other ways are there to achieve this? Is an unparamterized list my only option? Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h

Re: Translator to and From a List

2011-03-07 Thread Mark
Why don't you implement Translator directly, without subclassing AbstractTranslator? It's a very, very short class with no logic at all. Ah ok. That makes sense. I was following the example and didn't think about just skiping the AbstractTranslator. Thanks! Mark

Could not synchronize database state with session

2011-03-07 Thread Mark
the Hibernate forums trying the solutions for everything similar, but nothing seems like an exact match and none of the suggestions seemed to work. Is there something I'm overlooking about how Tapestry handles things that might be causing this? Mark

Re: [ANN] Tapestry AWS Services

2011-03-03 Thread Mark
Sounds great, but did you forget the github url? :) Mark On Thu, Mar 3, 2011 at 6:34 AM, Barry Books trs...@gmail.com wrote: Now that I figured out GitHub I'm posting another library I use all the time. This is really just a AppModule that makes the AWS java library work as a set of Tapestry

Re: Tapestry 5

2011-02-26 Thread Mark
On Sat, Feb 26, 2011 at 6:07 AM, Dang Ngoc Son dangngocson6...@gmail.com wrote:   1. Tapestry 5 component show rss feed. Show info of user twitter in RSS format: ex: http://twitter.com/statuses/user_timeline/14717608.rss If you want to read RSS feeds, you might want to look at Rome or something

session id

2011-02-25 Thread Mark
in this manner? Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: session id

2011-02-25 Thread Mark
Ah ok. That explains why I see it sometimes and not others. This is what I ended up doing: Link link = pageRenderLinkSource.createPageRenderLinkWithContext(page, context); link.removeParameter(jsessionid); return link; Any problems with that? Mark On Fri, Feb 25, 2011 at 4:28 PM, Josh

Re: EventLink URI and loop component

2011-02-24 Thread Mark
: http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/ref/org/apache/tapestry5/corelib/components/EventLink.html It might be a bit confusing because the context is specified in the java class in an annotation instead of in the component, but it does demonstrate how it works. Mark On Tue, Feb 22

Update symbols outside of App Module

2011-02-24 Thread Mark
these symbols, but I'm not sure what to use. Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: 10 Minute Web Application Demo

2011-02-21 Thread Mark
for). Obviously there is a need for both. Mark On Sat, Feb 19, 2011 at 11:53 AM, Kalle Korhonen kalle.o.korho...@gmail.com wrote: Mark, I linked to your screencast from Getting Started and Presentations pages of Tapestry's official documentation. I linked to your blog rather than the YouTube clip

Re: Default Ordering for BeanEditForm

2011-02-21 Thread Mark
This wasn't using the @Property annotations. I was using getters and setters. The ordering isn't working when using a bean that is injected either. I'm not sure if this is a bug or if it is just something where it is impossible to get the information for ordering. Mark On Mon, Feb 21, 2011

Re: Default Ordering for BeanEditForm

2011-02-21 Thread Mark
is not alphabetical, it is the order of the getter methods. I understand that this doesn't necessarily mean it is going to work in transformed or injected classes, but the idea of ordering things by the getter method is covered in the documentation. Mark On Mon, Feb 21, 2011 at 1:02 PM, Josh

Re: Configuration Data

2011-02-20 Thread Mark
something that would handle automatically writing the values back to the the config file for configuration data that the end user needs to change. Is there a way to save changes back to a file using SymbolProvider? Mark

Re: Configuration Data

2011-02-20 Thread Mark
to the file get immediately read back into the web application. Thanks for your suggestions! Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Default Ordering for BeanEditForm

2011-02-20 Thread Mark
order. I know I can use the reorder properties, but the Tapestry documentation says that the order should follow the order of the getter methods in the bean. This works with a bean that is not a page class. Is there a reason this isn't true if the bean is also a page class or is this a bug? Mark

Re: Default Ordering for BeanEditForm

2011-02-20 Thread Mark
. Should I file this as a bug or is it intentional. Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Configuration Data

2011-02-19 Thread Mark
Common's Configuration for this, but I wanted to make sure I didn't overlook some built in capability and re-invent the wheel. Does anyone have any suggestions? Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org

Re: Configuration Data

2011-02-19 Thread Mark
Ok thats what I've started using, but I wanted to make sure there wasn't some built in Tapestry capability to write back to properties files. I'd rather not re-invent the wheel when I don't have to. Thanks! Mark On Sat, Feb 19, 2011 at 2:11 PM, Werner Keil werner.k...@gmail.com wrote: It's

Default Ordering for BeanEditForm

2011-02-19 Thread Mark
they are in alphabetical order. Is this a bug in 5.2.4 or is there something about using a page as the bean that is causing the order to be wrong? Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e

DynaBeans and BeanEditForm

2011-02-19 Thread Mark
Is there anyway to (easily) use DynaBeans (or something similar) in a BeanEditForm? I'm looking for an easy way to edit a properties file from within the application where the properties won't be known ahead of time. Mark

Re: Best way to create a simple database display application?

2011-02-18 Thread Mark
What i am really looking for is to display/edit a JDBC ResultSet on a web page What do you think is the best way to do this? So basically you want to create something like PHPMyAdmin in Tapestry? Mark - To unsubscribe, e-mail

Re: 10 Minute Web Application Demo

2011-02-17 Thread Mark
THanks for the suggestion. I was thinking about doing the same demo program again, but this time spending more time explaining what is going on. It would be much longer though, so I wasn't sure if people would actually watch it. :) Mark On Thu, Feb 17, 2011 at 8:39 AM, Inge Solvoll inge.tapes

Re: 10 Minute Web Application Demo

2011-02-16 Thread Mark
://blog.markwshead.com/900/tapestry-5-10-minute-demo/ Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: 10 Minute Web Application Demo

2011-02-16 Thread Mark
the your mobile device is for :) On Feb 16, 2011, at 1:47 PM, Michael Gentry wrote: Hi Mark, Keep in mind that a lot of companies block YouTube access (and other media sites), so putting it on YouTube might actually restrict access more than you intended. mrg

  1   2   3   4   5   >