Hi,
About pages protected access, I think that the tapestry5-portlet module will
provide (through portal platform) implementations of much of the common
functionality that any web-based application would require: role-based
security (including authentication and authorization), user registration a
Hi Xuan,
Thank you for the portlet LIB. Can you explain how to use?
Marcus
Hi Massimo,
Congratulations to CK team!
ChenilleKit is great!
I'm using chenillekit-access 1.0.2. It works perfectly.
In the release 1.2.0 the WebSessionUser interface has changed. My project is
not working anymore, and the CK site (
http://chenillekit.codehaus.org/chenillekit-access/usage.html) i
RunJettyRun and Maven:
http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+(including+Maven)
Maven only:
http://tapestry5.wikidot.com/ambiente
http://tapestry5.wikidot.com/projeto
Hi,
/book/ (for search and list)
/book/detail/4711 (crud without "c")
/book/detail/(create)
Marcus
Nice work, Christian!
Hi Jose,
What we usualy do is create a new method (to do the persistence) and use
@CommitAfter there.
@OnEvent(component="addCustomer",value="success")
Object onSuccess() {
this.persistData();
...
}
@CommitAfter
public void persistData() { ... }
td24421215s302.html]<http://www.nabble.com/-T5.1--Using-a-custom-image-component-inside-a-Grid-td24421215s302.html>
Regards,
Marcus Veloso
) {}
};
}
...
}
ImageDO.java (bean)
public class ImageDO {
private String id;
private byte[] image;
...
ShowImage.tml (component)
*
List.tml (page)
...
...
Thank in advance,
Marcus Veloso
est. (http://tapestry5.wikidot.com/ambiente)
Best regards,
Marcus Veloso
http://tapestry5.wikidot.com/
On 6/26/09, Thiago H. de Paula Figueiredo wrote:
> Em Fri, 26 Jun 2009 13:55:17 -0300, Sven Homburg
> escreveu:
>
>> for spring-less DAOs try this:
>>
>> http://www.chenillekit.org/chenillekit-hibernate/index.html
>
> Just to make sure, Ars Machina's Generic DAO-Hib
...
@Inject
private RequestGlobals requestGlobals;
... requestGlobals.getHTTPServletRequest().getServerName();
... requestGlobals.getHTTPServletRequest().getServerPort();
...
Hi,
Where can we find the file ".tld" of tapestry 5.1?
Thanks,
Marcus Veloso
http://tapestry5.wikidot.com/
Another option?
...
...
void onSubmitFromCancelForm() { ... }
code changes in pom.xml?
Thanks in advance.
Marcus Veloso
Hi Angelo,
try -DarchetypeVersion instead of -Dversion.
Cheers,
Marcus Veloso
http://code.google.com/p/t5-restful-webservices/
Hi Fernando,
Maybe this help.
http://code.google.com/p/t5-restful-webservices/
Cheers,
Marcue Veloso
http://code.google.com/p/myt5t/
Hi Kawes,
There is another option, you can put the "Cancel" (submit button) in another
Form.
Marcus
rsistence strategy. Right now there's only one built in strategy,
but more will be coming in the future."
But, as any java app, you can do this with static object.
Marcus Veloso
22 matches
Mail list logo