Re: tips on creating component library documentation?

2006-08-14 Thread Jesse Kuhnert
I would stay away from xdoc if at all possible, I only used it because Howard had created an xsl stylesheet to convert the old forrest docs over. APT is much better. There is always http://www.erinors.com/product/tapdoc/, but I've not heard any updates lately about possible maven2 support. On 8/

tips on creating component library documentation?

2006-08-14 Thread Dan Adams
I have a component library that I produced for internal use here at the company (~30-40 components) and I need to document it so that other people can use it easily. Other than hand formatting a lot of apt or xdoc pages, is there an easy way to create component documentation using maven2? I noticed

Re: JWCID changing the look & feel of the Static HTML mocks

2006-08-14 Thread Howard Lewis Ship
So ... you want the Block to be invisible when previewing. How about: ... On 8/14/06, Karthik N <[EMAIL PROTECTED]> wrote: can you try prefixing your block with i think that should do the trick On 8/14/06, Rahat Khan <[EMAIL PROTECTED]> wrote: > > Dear All, > I am using Tapestry4

[no subject]

2006-08-14 Thread Andrés Nates
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.ApplicationRuntimeException: Unable to construct service tapestry.multipart.ServletMultipartDecoder: Could not load class org.apache.t

Injecting State Objects w/ Non-Serializable Beans

2006-08-14 Thread Michael Prescott
We've got an application state object into which we're injecting some beans from Spring. Over time we've tried a number of approaches to this. Under Tapestry 3, we'd cobbled this together with some code in a pageBeginRender() listener in a base page class. The pages had access to the Spring con

Re: Help with Tapestry application [Kinda urgent, please read]

2006-08-14 Thread Jan Vissers
If it is the Oracle XML Parser that is giving you trouble, you could check out the Oracle documentation to override their prepackaged XML stuff and plugin your own: This is for 10.1.3 (which your are using) **Removing and/or Replacing an Oracle Shared Library Imported by Default** http://downloa

Re: Help with Tapestry application [Kinda urgent, please read]

2006-08-14 Thread Jesse Kuhnert
Reading this issue: http://issues.apache.org/jira/browse/TAPESTRY-83 Leads me to believe oracle heavy handedly forces some sort of oracle specific crappy parser. (Maybe that's the implementation name? Would fit their JDBC driver...Can't tell you how many bugs I've found in that p.o.s. ) You can

Help with Tapestry application [Kinda urgent, please read]

2006-08-14 Thread Vinicius Carvalho
Hello there! I got stuck in a dead corner. Allow me to put some background info here: I work in a mid-size company (70-80 developers) and we are moving towards a new framework as standard for our applications. We used to be Oracle partners (thanks God, we just moved to IBM solutions) but we still

Re: No node found issue with directlink and updateComponents where theres a form submit

2006-08-14 Thread Josh Long
Alrighty, The bug is TAPESTRY-1063. Any helps greatly appreciated as I have to be able to come up with something pretty quick Thanks, Josh On 8/14/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Oops.. Can you file a bug report for this? The single update block for hidden form input fields sh

RE: custom validator based on which button pressed

2006-08-14 Thread Brian Duchek
>From my experince on Tap3, I think you can set a page property to hold the "which button clicked" name, and apply a tag attribute to each button (submit and search) which gets stuffed into the property. My template code looks like this, where there's a String property-specification in the *.page

RE: Re: Namespaces & Overriding Pages

2006-08-14 Thread Michael Prescott
Thanks for the reply. Well, at least that's confirmed. The customization I'm referring to is on an application level. There are several instances of the application, some of which will require different pages and/or components from the standard set. Yes, it seems that libraries aren't the right

Re: No node found issue with directlink and updateComponents where theres a form submit

2006-08-14 Thread Jesse Kuhnert
Oops.. Can you file a bug report for this? The single update block for hidden form input fields should only happen when updating individual items contained in a form, but not when the whole form itself needs to be rendered. On 8/14/06, Josh Long <[EMAIL PROTECTED]> wrote: Im having an issue wit

Re: JWCID changing the look & feel of the Static HTML mocks

2006-08-14 Thread Karthik N
can you try prefixing your block with i think that should do the trick On 8/14/06, Rahat Khan <[EMAIL PROTECTED]> wrote: Dear All, I am using Tapestry4 for my project. My problem is after adding JWCID in the HTML mocks,The view of some of the mocks have been changed.That means the Static

JWCID changing the look & feel of the Static HTML mocks.

2006-08-14 Thread Rahat Khan
Dear All, I am using Tapestry4 for my project. My problem is after adding JWCID in the HTML mocks,The view of some of the mocks have been changed.That means the Static view of the mocks is now different from the application view.But I want that the JWCID will not effect the original look an

No node found issue with directlink and updateComponents where theres a form submit

2006-08-14 Thread Josh Long
Im having an issue with the folloowing template: 0 | 4 ${new java.util.Date()}${search.pageNumber}${bookmarkablePage} the idea is that (at least in this simple test) the directlink updates the page number and reruns the search, forcing an update of the div jwcid=

Re: Easy insert and tapestry 4.1

2006-08-14 Thread Josh Long
Seems to work wonderfully, Andreas! Very useful.. Thanks again, and apologies for the long delay. Josh On 8/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hey josh, since i'm not yer ready for a release of easyinsert, here's an untested jar to try... From Josh Long <[EMAIL PROTECTED]>:

AutoCompleter don't support Textarea.

2006-08-14 Thread Jun Tsai
hi,all Before tapestry 4.1,I use tacos autocompleter , it supports textarea .How to let autocompleter in tap4.1 supports textarea? Thanks. -- Welcome to China Java Users Group(CNJUG). http://cnjug.dev.java.net