Re: CMS Integration

2006-07-09 Thread Simeon Koptelov
Oh, if you're interested in it, I can give my code for JCR integration as a base :) 2006/7/9, Lutz Hühnken <[EMAIL PROTECTED]>: Hi, I haven't really looked at it, but I was wondering... as far as I understand, you'd like to integrate CMS-managed content into a Tapestry-based site. You mention

Re: Passing data from tapestry to html

2006-07-09 Thread Nick Westgate
Yes, everything I mentioned works on Tapestry 3. I haven't moved to T4 either. You should consider upgrading to 3.0.4 though. Many bugs were fixed, including some potentially serious multi-threading ones. Cheers, Nick. Peter Dawn wrote: will this work for tap3.0.3. i havent upgraded to 4 yet.

Re: Passing data from tapestry to html

2006-07-09 Thread Peter Dawn
will this work for tap3.0.3. i havent upgraded to 4 yet. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Passing data from tapestry to html

2006-07-09 Thread Nick Westgate
Hi Peter. > is any a built in component and will this work for height, width, > bgcolor or anything else. will look it up in the meantime. Yes, Any is a very useful built in component. Check the docs. Also check out the docs on formal and informal parameters: http://tapestry.apache.org/tapestry4

Re: Passing data from tapestry to html

2006-07-09 Thread Peter Dawn
is any a built in component and will this work for height, width, bgcolor or anything else. will look it up in the meantime. thanks danny. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: Passing data from tapestry to html

2006-07-09 Thread Geoff Callender
Peter Dawn gmail.com> writes: > so i guess the exact question is, how can i pass something to the html > page and put it into the height element, so that the page is displayed > accordingly. how can this element be a place holder for a variable > which i can pass. Try the @Any component. Someth

Re: Passing data from tapestry to html

2006-07-09 Thread Danny Mandel
Hi Peter, I think you want the Any component. Assuming you had a method called getHeight() in your java class you could accomplish what you described as follows: Hope that helps, Danny Peter Dawn wrote: hi all, i want to send a integer variable from my tapestry java page to the tapestry

Submit does not update property after events.refresh()

2006-07-09 Thread Stanly
I have the following form --   And code -- public IPage doSubmit(IRequestCycle cycle) { List list = getSelectedUsers(); System.out.println("selected users: " + list.size()); if(list.size() > 0) {

Passing data from tapestry to html

2006-07-09 Thread Peter Dawn
hi all, i want to send a integer variable from my tapestry java page to the tapestry html page, which has an element within a tag. ok i will try and explain it a bit better. i have a html tag within my html page . now i want this height element to be whatever i pass from my tapestry java page. s

RE: Best practice for new/edit object page?

2006-07-09 Thread Jim Steinberger
Hi Malin, Here are my thoughts: 1. Embedding the ID into the page (along with every other property of the entity). Benefit: After the rewind phase sets all the OGNL-mapped properties to your page-property-object, you can simply pass that object directly to the service/persistence layers to be s

Re: How to handle customer versions of Tapestry pages?

2006-07-09 Thread lornamas
Hello. Sorry for not answering earlier and many thanks for your detailed answer. I did not think of the possibility to get the @Blocks from a different page that would not be used for display itself. Using @RenderBlock and @Block puts in one more indirection than the (not standard) way we trie

Required field and BaseComponent?

2006-07-09 Thread spamsucks
Hi, I have a component that extends BaseComponent. I would like to implement validation support for this component (just required) but all the examples of components that I have found that implement validation are low-level (i.e. PropertySelection) Because this component uses 3 PropertySelect

Re: Availability of 4.1?

2006-07-09 Thread Jesse Kuhnert
Impossible to say. We're changing our versioning scheme to be more in line with the rest of apache and so won't mark a release as final until it has proven itself to be final and stable. The only things holding back an official 4.1 release now are: -) Documentation. -) Some tiny AjaxDirectLink -

Re: CMS Integration

2006-07-09 Thread Lutz Hühnken
Hi, I haven't really looked at it, but I was wondering... as far as I understand, you'd like to integrate CMS-managed content into a Tapestry-based site. You mention Magnolia... afaik, Magnolia uses a JSR 170 compliant content repository, such as Apache Jackrabbit ("http://jackrabbit.apache.org/

Availability of 4.1?

2006-07-09 Thread me
Hello, I've read some mails on this list regarding Tapestry 4.1. When do you expect the final release? Yours marc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]