  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Struts | Hi
Ah thanks very much. Thats exactly what i need. -)
--
Sebastian
Jeromy Evans schrieb
> In response to your second question
>
> Sebastian Kolbe wrote
> > Another question
> > Is there an easI 'm a Struts newb and am trying to get up to speed on Struts 2.
The scant documentation is throwing me a bit I 'm trying to do
everything annotation-based and for Validation it seems to be simply
nSo it doesn 't work in neither JBoss nor your tests? Or is it just your
test that is not working?
Since executeRegularServletResult is executed the only two reasons are
- The portletrequest and porAs it seems like you want to find a solution.... the option is to write
an ActionMapper that reverses the order the URLs are currently
determined. Instead of looking for an action first you would Hi
I am using struts 1.3.8 for my application. For validation I am using
validator framework. In one of my pages my form is submitted either by
submit button or changing the dropdown list value. "aIn my portletunit test I am using a url of
"view/viewMyPortlet.action ". In JBossPortal I create a Portlet
Instance from the Portlet Definition and then under the Portlet Objects
tab assign it to
I know that discussion but it "html " extention locks some of the
functionality of struts2 it would be better to change it from "html " to
something else. If you say *it is not easy* at least I will I 'm getting an UnknownClassVersion error during struts2.0.9 deployment
to tomcat with java 1.5.0.0.3
Is struts 2.0.9 entirely compiled in java 6?
James Hartrich
I think there was a discussion from Matt about this (appfuse using html
extensions) a while back you might want to check the archives. On the
s2 side there are options but I 'm not sure there is >
> What I would really like to do is create a model Petshop application
> for Struts 2. I 've setup a Google Code site for this purpose but I
> haven 't had a chance to seriously pursue it yet.
>
> *Are you creating the urls correctly using the s url tag? Do you have
an example JSP? How do you invoke your portlet application? Remember
that you can 't access the portlet using regular urls they allThanks -I figured it out.
In my web.xml I had only mapped the struts FilterDispatcher to
*.action I had to change it to map it to /*.
My old web.xml
<filter >
<filter-name >struts2 </I am pretty sure this is a configuration issue probably in struts.xml.
I am trying to create a JSR168 compliant portlet. I have been working
with the portletunit code to get it to execute in a unUnfortunately you have to re-define the stack.
Nils-H
On 8/15/07 j alex <strutstwouser@(protected) > wrote
> Hi
>
> Is there a way we can override the implementation of certain
> interceptors from Hi
Is there a way we can override the implementation of certain
interceptors from the default stack without copying over all the
definitions to struts.xml ?
ex i want to change the behavior of w
I am using Struts 2.0.6 and the jar contains struts struts-default.xml which
contains the following property
<bean type "org.apache.struts2.dispatcher.mapper.ActionMapper " name "struts "
class "org.a
It worked when I change the extention to "action ". I am using Appfuse and it
comes with "html " extention default. So I wonder if there is a way to make
it work with "html " extention or I will post a On 8/15/07 JasDA@(protected) <JasDA@(protected) > wrote
> Hi
>
> <action
> path "/secure/dataChecks "
> name "emptyForm "
> type "org.springframework.web.struts.DelegatingActionProxy "
> hmm I assume the input fields have the same name as the relevant form
properties. Case is important. Perhaps you need an input parameter in
your action definition. input inputform.jsp or something aHi
I just noticed that we have a problem with our resource files for our site. The
problem is that I don 't know how to handle more then one resource file.
We have two different parts of the site thHi
in my web application I want to call one single action class from different JSPs. After that the class should return to the JSP from that it was called. In my struts action tags I have to define
Opps.... How can I make struts to ignore this and read them as html? Or do I
have to change the extention to get it work.
Thanks for the answer.
Ian Roughley wrote
>
> This line
>
> There is nThe file is there(inside the Struts jar file). You don 't need to
extract the file S2 will serve it from inside the jar. If you put the
url by hand on the browser does it return the js file?
musachyHi guys
I 'm pretty sure this will have been asked before but a bit of Googling
hasn 't produced a satisfactory answer.
I 'm using Struts 1.2.8 with tiles on Tomcat 5.5
Whenever I re-deploy my siteTypo the keys are like totally right next to each
other.
--- Ted Husted wrote
> Patches are the answer.
> On 8/14/07 Dave Newton wrote
> > Sounds like a great opportunity to get on the S2
> > team Patches are the answer.
On 8/14/07 Dave Newton <newton.dave@(protected) > wrote
> Sounds like a great opportunity to get on the S2 team
> and pull things that don 't work or make them work!
----------Yes we do mark Showcase examples to be non-functional when we realize
they are not working properly. Unfortunately it 's not always obvious
how some of these example are suppose to work. In the past The Spring integration isn 't something I 'd looked into deeply. I just assumed
I 'd be repeating my list of actions knowing only what I have read about so far.
This isn 't the first time struts2 has p--- stanlick@(protected) wrote
> I think it should not be "ShowCase 'd " if it is known
> not to work.
Sounds like a great opportunity to get on the S2 team
and pull things that don 't work or make them I am trying to get the client side validation working in my Struts 2
app using the xhtml theme but my web page isn 't loading
validation.js. I see the outputted HTML as
<script type "text/javasc |
|
 |