Re: angularjs with tapestry

2015-12-30 Thread Mark Mearing-Smith
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 wr

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
hen I 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:/

Tapestry generated urls

2012-12-06 Thread Mark Fugmann
/shop/ part 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 M

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

2012-02-05 Thread Mark
ents, and easy 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 : > Hi Gavin ! > > I'm currently using your plugin: only the CTRL+R feature inde

Re: Tapestry contract opportunity

2011-12-11 Thread Mark Shead
lking with you. Mark On Sun, Dec 11, 2011 at 7:18 PM, Erol Akarsu 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

Streaming Example

2011-12-11 Thread Mark Shead
y it won't 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,

Re: An Appeal To Use the Latest Betas

2011-10-25 Thread Mark
ex 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 sugge

Re: Bootstrap

2011-10-23 Thread Mark
as 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 - To

Re: Where to store site settings?

2011-10-03 Thread Mark
ng 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

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 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 knowledge i

Re: OT: Strange Loop Conference in St. Louis

2011-09-12 Thread Mark
That would work for me. Mark On Mon, Sep 12, 2011 at 5:52 PM, Robert Zeigler wrote: > Hm. So what works for you? > > I might be able to do Monday night, after about 9:00 pm. > > Robert > > On Sep 12, 2011, at 9/125:33 PM , Howard Lewis Ship wrote: > >> I think I&#

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-uns

Re: How to use ContextResourceSymbolProvider

2011-07-21 Thread Mark
.xml with something like this: tapestry.production-mode false Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

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

2011-07-20 Thread Mark
omcat. Mark On Wed, Jul 20, 2011 at 4:16 AM, 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 for th

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 wrote: > I haven't tried, but using tapestry-exceptio

PageActivationContext Coercion Exceptions

2011-07-17 Thread Mark
404?" 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: 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" wrote:

Re: Tapestry Hibernate / hibernate3-maven-plugin

2011-07-15 Thread Mark
I'm not sure if this helps, but you should be able to generate the ddl without using the maven plugin. So if tapestry-hibernate can talk to the db, it should be able to create the schema. You'll need something like: create or update in hibernate.cfg.xml Mark On Fri, Jul 15, 2011 a

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

2011-07-14 Thread Mark
start.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: ajaxformloop: syncValue is never called for added rows on form submit

2011-07-14 Thread Mark
used a lot 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: 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 wrote: > Is there an issue open for this? Seems this could be

Exception invoking function Tapestry.Initializer.validate

2011-07-14 Thread Mark
sions of IE yet. 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 par

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" wrote:

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

2011-07-13 Thread Mark
a list 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 wrote: > Anyone?  I'm returning a new unpersisted entity from my addrow listener, > modifying it in the UI, then clicking submit.  Ajaxformloop neve

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 : > Sorry that i do not

Re: Free J2ee hosting

2011-07-13 Thread Mark
diff 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

Re: updating a zone inside of an ajaxformloop

2011-07-13 Thread Mark
sets 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 T

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 wrote: > *public class CreateJobPosting{ > >    @Test >    publi

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 : > Yeah, do not forget to open Eclipse *Palette* view :-) > > 2011/7/13 Igor Drobiazko : >> Works for me. You need to open it with the

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.

Select In A Loop

2011-07-10 Thread Mark
these values back to what 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

Re: Loop Behaviour on Null or Empty List

2011-07-08 Thread Mark
Argh I can't believe I did that. Thank you! :) On Fri, Jul 8, 2011 at 6:17 PM, Josh Canfield wrote: > Looks like a typo. > >> > This should be > ^^ > > You need the namespace to tell tapestry you want it to be a component. > > Josh > > On

Re: Loop Behaviour on Null or Empty List

2011-07-08 Thread Mark
Hm. This seems to fix it: ${person.name} Is this a bug or should we expect different behavior with: ${person.name} On Fri, Jul 8, 2011 at 6:04 PM, Mark wrote: > >        ${person.name} > > > > If department.people is null or contains a collection wi

Loop Behaviour on Null or Empty List

2011-07-08 Thread Mark
or 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: users-h...@tapestry.apache.org

Re: Constructing a block in java

2011-07-07 Thread Mark
a StringRenderCommand. :) Perhaps I misunderstood. I 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-uns

Re: Constructing a block in java

2011-07-07 Thread Mark
2?t:ac=1: A component event handler method returned the value Renderable[$50 Ticket]. Return type org.apache.tapestry5.internal.util.StringRenderable can not be handled. Mark - To unsubscribe, e-mail: users-unsubscr...@tapes

Re: Constructing a block in java

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

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 wrote: > On Thu, 07 Jul 2011 01:25:39 -0300, Mark wrote: > >> Is there a better way to construct a block from a string in Java than >> this? >> >>    Block onShowDialogFromMoreInfo(TicketClass ticket

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. wrote: > Hi, >

How to get client side Ajax values into a page event

2011-07-03 Thread Mark
;d like 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:

Re: Cropper Module

2011-07-03 Thread Mark
ulous/ Mark On Sun, Jul 3, 2011 at 8:28 PM, Kalle Korhonen 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 wrote: >> Is the

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: Palette inside a beaneditor

2011-07-01 Thread Mark
> Please use the add parameter which adds fields not present in the default > generated BeanModel. >   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 it for things that were present, but the beaneditor di

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 suggesti

Optimal Page to List Edit and Create

2011-06-30 Thread Mark
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

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 wrote: > Then may be all of these hits are really rss feeds and wordpre

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 M

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, wrote: > Hi > > Finally, get it working according to > http://wiki.apache.org/tapestry/Tapestry5JSPEditorEclipse . I don't &g

Re: RE : Eclipse IDE and TML code completion

2011-06-08 Thread Mark
On Tue, Jun 7, 2011 at 12:04 AM, wrote: >it doesn't response when I type

catching exception from hibernate String to Long

2011-06-06 Thread Mark
nother solution 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
d a new page link." Thanks for any suggestions. Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: 301 vs 302

2011-06-03 Thread Mark
lue.getLink().toAbsoluteURI()); >                // Send error commits the response >                response.sendError(301, "Moved Permanently"); >            } >        }); >    } > > Josh > > On Fri, Jun 3, 2011 at 9:13 AM, Mark wrote: >> A have an onAct

301 vs 302

2011-06-03 Thread Mark
WithContext("keyword", keyword, 1); 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 unsub

Re: Clean sheet security design suggestions?

2011-06-01 Thread Mark
k at: http://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 wrote: > Thanks guys I'll definitely look at tynamo security. &

Re: Hibernate-Search

2011-06-01 Thread Mark
;                        logger.info("initialize FullTextSession ..."); > >                return Search.getFullTextSession(sessionManager.getSession()); >        } > > > with regards > Sven Homburg > Founder of the Chenille Kit Project > http://chenillekit.code

Hibernate-Search

2011-06-01 Thread Mark
apache.org/jira/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: 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, 20

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" 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 and redeploy

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 MultiZoneUpdat

Re: Query string

2011-04-27 Thread Mark
On Wed, Apr 27, 2011 at 2:29 PM, Mark wrote: > On Wed, Apr 27, 2011 at 1:30 PM, Tim Koop 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 c

Re: Query string

2011-04-27 Thread Mark
On Wed, Apr 27, 2011 at 1:30 PM, Tim Koop 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: http://local

Re: testng.xml and selenium

2011-04-25 Thread Mark
ified version of the selenium jar. Do you know if the line in testng.xml switch it over to using Chrome instead of Firefox? Mark On Mon, Apr 25, 2011 at 12:05 PM, Alex Kotchnev wrote: > This is likely to be a problem w/ Selenium RC itself - I know that for > a totally unrelated project

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. Doesn't seem to change anything and neither does: Mark On Mon, Apr 25, 2011 at 11:47 AM, Howard Lewis Ship wrote: > What version of Tapestry? This was in flux in 5.1 and 5.2. > > O

testng.xml and selenium

2011-04-25 Thread Mark
file below still launches firefox. Am I missing something in how this should work? Mark src/test/conf/testng.xml: http://testng.org/testng-1.0.dtd";>

Re: Link to root

2011-04-24 Thread Mark
Thanks for your help. Mark On Sun, Apr 24, 2011 at 8:15 PM, Taha Hafeez wrote: > Try > > @Inject > private RequestGlobals requestGlobals; > > requestGlobals.getHttpServletRequest().getContextPath() > > regards > Taha > > > On Mon, Apr 25, 2011 at 6:37 AM

Link to root

2011-04-24 Thread Mark
But that seems 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: 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: T5: select zone update in a form

2011-04-20 Thread Mark
ccur, what 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 wrote: > I have a typical address form with street, city zip textfields and two > dropdowns: country and state. The state dropdown is w

Re: Live reload in production?

2011-04-20 Thread Mark
that how HTTPS and some 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: Live reload in production?

2011-04-20 Thread Mark
But personally it wouldn't hamper any of my current 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: 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: New user and IDE issues

2011-04-04 Thread Mark
tions 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 wrote: > Hello, > > I have just started using Tapestry (and I already love the spirit!). I > however have so

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
s better. Thank you Thiago! 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

Could not synchronize database state with session

2011-03-07 Thread Mark
he id of the quote they made. I have spent several hours going through 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

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 AbstractTrans

Translator to and From a List

2011-03-07 Thread Mark
constructor on AbstractTranslator in a way that tells it to use a parameterized class type? If not, what other ways are there to achieve this? Is an unparamterized list my only option? Mark - To unsubscribe,

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 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 Tap

Re: Tapestry 5

2011-02-26 Thread Mark
On Sat, Feb 26, 2011 at 6:07 AM, Dang Ngoc Son 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 similar. If there is a

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, 2

session id

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

Update symbols outside of App Module

2011-02-24 Thread Mark
fferent settings from a page class. I'm assuming I can inject something into the page class to update 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: EventLink URI and loop component

2011-02-24 Thread Mark
how it is used in a loop: 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 wor

Re: Default Ordering for BeanEditForm

2011-02-21 Thread Mark
erties 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

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,

Re: 10 Minute Web Application Demo

2011-02-21 Thread Mark
). Obviously there is a need for both. Mark On Sat, Feb 19, 2011 at 11:53 AM, Kalle Korhonen 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 t

Re: Default Ordering for BeanEditForm

2011-02-20 Thread Mark
the page. 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

Re: Default Ordering for BeanEditForm

2011-02-20 Thread Mark
rder. 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

Re: Configuration Data

2011-02-20 Thread Mark
le, XML or a database. Changes from the web interface get written to the file and changes 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: Configuration Data

2011-02-20 Thread Mark
ething 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 - To unsubscr

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 --

Default Ordering for BeanEditForm

2011-02-19 Thread Mark
his 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-mail: us

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 wrote: >

Configuration Data

2011-02-19 Thread Mark
use the Apache 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-unsubs

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 unsubscr

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

Re: 10 Minute Web Application Demo

2011-02-16 Thread Mark
; >>> On Wed, Feb 16, 2011 at 1:48 PM, Lenny Primak >>> wrote: >>>> That's what the your mobile device is for :) >>>> >>>> On Feb 16, 2011, at 1:47 PM, Michael Gentry wrote: >>>> >>>>> Hi Mark, >&

  1   2   3   4   5   >