  | 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 |
the previous posting seems to not like the \ <param\ >
You are right... I am just trying to catch those rare events.
Now here 's something crazy (and I have checked and double checked
restarted sI have no ideas about that one )
mikeh96 wrote
> You are right... I am just trying to catch those rare events.
>
> Now here 's something crazy (and I have checked and double checked
> restarted
You are right... I am just trying to catch those rare events.
Now here 's something crazy (and I have checked and double checked
restarted server etc).
BUT if I add a to my action the exceptio
You are right... I am just trying to catch those rare events.
Now here 's something crazy (and I have checked and double checked
restarted server etc).
BUT if I add a to my action the exceptioYes that 's definitely a valid approach.
I guess the question I have is "how are you using the feature? " It
looks like you are simply providing a pass-through to view a velocity
template that is tThank you Randy that worked out great.
-Henry
-----Original Message-----
From Randy Jonasz [mailto rjonasz@(protected)]
Sent Monday October 01 2007 9 40 AM
To Struts Users Mailing List
Subject RI 'd like to use some of the information found in the cookbook
http //struts.apache.org/2.x/docs/how-do-i-populate-a-form-bean-and-get-
the-value-using-the-taglib.html
But I don 't see what/where is BHow do I set/display the size of my list in the result of my jsp? I am able
to check for the size in my iterator tag but I would like to be able to
display the size as a property.
I have tried theYou should be able to use
<c forEach begin "1 " end "10 " var "ndx " >
(*Chris*)
On 10/1/07 Gabriel Belingueres <belingueres@(protected) > wrote
> To use the s select tag you need to somehow put the <c forEach var "... " begin "... " end "... " step "... " >
--- Marcos Hernandez <marcoshz@(protected) > wrote
> Thanks Cesar but that 's doesn 't seems to be what
> I 'm looking for. The
> c forEach tag seeTo use the s select tag you need to somehow put the consecutive
integers into a collection or Iterator. AFAIK there is no way to
define this collection easily using OGNL or JSTL (something like
compre
Thanks for the clarification. Is the solution of extending VelocityResult
and configuring it with a
template name to return (e.g. 404.vm) if the requested template throws the
ResourceNotFoundExcepHi Henry
Just add the following
postBody Form.serialize(yourFormId)
to your request.
On 10/1/07 Henry Park <hspark182@(protected) > wrote
new Ajax.Request( 'Login!show.action '
Thanks Cesar but that 's doesn 't seems to be what I 'm looking for. The
c forEach tag seems to have the same functionality that the s iterate.
What I need is a simple for something to populate a <s se
Thank you for recommending Prototype. I am trying it right now and had a question. When submitting a form (using post) do I have to specify all of the form elements in the parameters tag? Or is thBased on the documentation I didn 't think so.
The interceptor appears to be correctly persisting the object in the
session. It just seems that the model is not being populated on form
submission.
IThe result is executed after the interceptors and after the action has
executed. Look at the invoke() method on the DefaultActionInvocation
class. Therefore because your exception is in rendering
thanks for looking. I pasted the full stack trace below. I am not using
any home grown action code (yet). This is coming from the
DefaultActionSupport during the rendering stage.
com.opensymphonyWell I have found the solution (at least my solution).
I must destroy topics before publishing it.
Pablo V?zquez Bl?zquez escribi?
> I want to call RefreshTree whenever I change the option in thI want to call RefreshTree whenever I change the option in the select
menu. So I?m simulating a submit with an onchange event (or that?s what
I would like to).
What?s wrong?
Dave Newton escribi?Is the exception occurring during the call to execute() (or equivalent)
business logic method? This is where the exception handler interceptor
is applied. It seems like the exception you are receiHi all
Can anyone confirm that was able to have displaytag nested tables
working in Struts 2?
I followed their nested table example. I don 't get any errors but it
does not work either ...
Any exThat will work. However I really need to assign the value to a
variable for use later since one cannot nest the tags. I need to
perform the @(protected) so that I can later use that value in a call to
Thanks for taking the time.. unfortunately the exceptions are still
percolating up.
Do you have it working?
Brian Trzupek wrote
>
> I am not 100% sure on this but I think you need to have There 's no perfect solution. You should choose a first-win or last-win
strategy.
Paul
On 10/1/07 Anton Pussep <anton-ml@(protected) > wrote
>
> First of all thanks a lot for the fast reply.
>
> The p--- Pablo V?zquez Bl?zquez <pvazquez@(protected) >
wrote
> Anyone knows why this code results in an increasing
> number of threads to "RefreshTree " action when I use
> the selector??
Because your subHi everybody!
Anyone knows why this code results in an increasing number of threads to
"RefreshTree " action when I use the selector??
<script type "text/javascript " >
dojo.event.topic.subscribe(FYI I found a solution if anyone else has this issue
In the custom tag lib where you set your Parameter you need to include
this code
try {
parameter (String)
ExpressionUtil.evalNotN
Hai
Can u please send me your complete code regarding this.
--
View this message in context http //www.nabble.com/how-to-return-to-originating-jsp-when-rendering-jasperreport-from-struts2-tfI have a custom tag lib i call passing a parameter of a c out tag.
We don 't have jsp expression lang supported so i have to use the c out
tag to pass the variable into the custom tag but it doesnt '  |
|
 |