I am trying to use the scriptPath property to set a script path. But it
says that the property not present.
Can anybody please help me with this?
Pratibha Gopalam wrote:
Thanks you very much of the inputs. It works now!
andyhot wrote:
Nick Westgate wrote:
Yet again, mourn the passing of
.
Pratibha Gopalam wrote:
Hello,
Has anybody used PatternValidator with Tapestry 4.0? I would like to
validate an user input against a pattern. I tried using the
PatternValidator like below
class="org.apache.tapestry.valid.PatternValidator">
but got exce
Hello,
Has anybody used PatternValidator with Tapestry 4.0? I would like to
validate an user input against a pattern. I tried using the
PatternValidator like below
class="org.apache.tapestry.valid.PatternValidator">
but got exceptions saying patternString/patt
when you enter a new search parameter, try resetting the table
Table table = (Table) this.getComponent("myTable");
table.reset();
Jun Tsai wrote:
hi all,
I have a search form and a talbe in a page.When I enter some search
text
in form and click search button,results was sho
This is what I did
public class MyFilter implements WebRequestServicerFilter{
public void service(WebRequest request, WebResponse response,
WebRequestServicer servicer)
throws IOException
{
try
{
//do whatever u want
servicer.servi
Great! Thanks a lot!
Mike Snare wrote:
thanks!
-Mike
On 5/30/06, Nick Westgate <[EMAIL PROTECTED]> wrote:
A tip: note that you don't need the element attribute for components
that default it to templateTag (check the .jwc file). DRY ;-)
So just
is fine.
Cheers,
Nick.
Mike Snare wrote:
.
Give it a shot.
On 5/30/06, Pratibha Gopalam <[EMAIL PROTECTED]> wrote:
Hello,
Is there a way of dynamically assigning a component id at runtime? For
example if I creating components in a for loop and I want to assign the
component ids at runtime, is that possible?
Tapestery doesn
Hello,
Is there a way of dynamically assigning a component id at runtime? For
example if I creating components in a for loop and I want to assign the
component ids at runtime, is that possible?
Tapestery doesn't allow me to use a ognl expression for jwcid like
jwcid="ognl:categoryName". Is
Hello all,
When I try to access the persistent properties in the pageAttached
method, I always get null. But I am able to access the persistent
properties in any of the listener methods. I looked up the Javadoc
(http://jakarta.apache.org/tapestry/tapestry/apidocs/index.html) and it
says the p